TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Description of a polled file. More...
#include <tsPolledFile.h>
Public Types | |
enum | Status { MODIFIED , ADDED , DELETED } |
Status of a polled file. More... | |
Public Member Functions | |
bool | deleted () const |
Check if the file has been deleted since last notification. | |
const UString & | getFileName () const |
Get the file name. | |
std::uintmax_t | getSize () const |
Get file size in bytes. | |
Status | getStatus () const |
Get file status since last notification. | |
bool | updated () const |
Check if the file has been updated (created or modified) since last notification. | |
Static Public Attributes | |
static const ts::Enumeration | StatusEnumeration |
Enumeration names for Status. | |
Description of a polled file.
|
inline |
Get the file name.
|
inline |
Get file status since last notification.
|
inline |
Check if the file has been updated (created or modified) since last notification.
|
inline |
Check if the file has been deleted since last notification.
|
inline |
Get file size in bytes.