#include "utils/FileHelpers.hpp"
#include "utils/ErrorHelpers.hpp"
#include <fcntl.h>
#include <iostream>
#include <sys/file.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <spdlog/spdlog.h>
Go to the source code of this file.
Variables | |
constexpr int | SLEEP_INTERVAL_MS = 50 |
Sleep interval for the file monitor. | |
|
constexpr |
Sleep interval for the file monitor.
Definition at line 14 of file FileHelpers.cpp.