|
IBR-DTN
1.0.0
|
#include <FileMonitor.h>


Public Member Functions | |
| inotifysocket () | |
| virtual | ~inotifysocket () |
| virtual void | up () throw (ibrcommon::socket_exception) |
| virtual void | down () throw (ibrcommon::socket_exception) |
| void | watch (const ibrcommon::File &path, int opts) throw (ibrcommon::socket_exception) |
| ssize_t | read (char *data, size_t len) throw (ibrcommon::socket_exception) |
Definition at line 36 of file FileMonitor.h.
| dtn::net::inotifysocket::inotifysocket | ( | ) |
Definition at line 37 of file FileMonitor.cpp.
|
virtual |
Definition at line 41 of file FileMonitor.cpp.
|
virtual | |||||||||||||
Definition at line 58 of file FileMonitor.cpp.
| ssize_t dtn::net::inotifysocket::read | ( | char * | data, |
| size_t | len | ||
| ) | |||
| throw | ( | ibrcommon::socket_exception | |
| ) | |||
Definition at line 85 of file FileMonitor.cpp.
Referenced by dtn::net::FileMonitor::componentRun().
|
virtual | |||||||||||||
Definition at line 45 of file FileMonitor.cpp.
| void dtn::net::inotifysocket::watch | ( | const ibrcommon::File & | path, |
| int | opts | ||
| ) | |||
| throw | ( | ibrcommon::socket_exception | |
| ) | |||
Definition at line 77 of file FileMonitor.cpp.
Referenced by dtn::net::FileMonitor::watch().