#include "auc-cd.h"#include "../server/Listener.cpp"#include "../server/EventSender.cpp"#include <time.h>

Go to the source code of this file.
Functions | |
| void | hbCallback (const boost::system::error_code &) |
| void | stream () |
| void | trCallback (const boost::system::error_code &error) |
| void | pulse () |
| void | runCliever () |
| void | runDataLayer () |
| void | shutdown () |
| void hbCallback | ( | const boost::system::error_code & | error | ) |
Definition at line 120 of file clientDaemon.cpp.
| void pulse | ( | ) |
Definition at line 121 of file clientDaemon.cpp.
| void runCliever | ( | ) |
Definition at line 128 of file clientDaemon.cpp.
| void runDataLayer | ( | ) |
Definition at line 158 of file clientDaemon.cpp.
| void shutdown | ( | ) |
Definition at line 194 of file clientDaemon.cpp.
| void stream | ( | ) |
Definition at line 200 of file clientDaemon.cpp.
| void trCallback | ( | const boost::system::error_code & | error | ) |
Definition at line 209 of file clientDaemon.cpp.
1.5.6