#include "md_device.h"#include "mdBehavior.h"#include "../server/Listener.cpp"#include "../server/EventSender.cpp"#include <time.h>

Go to the source code of this file.
Defines | |
| #define | DV_DLL |
| #define | DV_DLL_MAIN |
Functions | |
| void | runEmbedded () |
| void | runDataLayer () |
| void | setStrMsg (mdDG &mdg, const char *str, mdDGtype md_DG_type, mdDGtype md_DG_subtype, const char *extraTxt) |
| bool | aucDevice () |
Variables | |
| boost::mutex | mdQuery |
| boost::condition_variable | mdObsQPending |
| boost::condition_variable | mdODEQPending |
| boost::condition_variable | mdCmdQPending |
| #define DV_DLL |
Definition at line 3 of file md_device.cpp.
| #define DV_DLL_MAIN |
Definition at line 4 of file md_device.cpp.
| bool aucDevice | ( | ) |
Definition at line 21 of file md_device.cpp.
| void runDataLayer | ( | ) |
Definition at line 158 of file clientDaemon.cpp.
| void runEmbedded | ( | ) |
Definition at line 199 of file deviceDaemon.cpp.
| void setStrMsg | ( | mdDG & | mdg, | |
| const char * | str, | |||
| mdDGtype | md_DG_type, | |||
| mdDGtype | md_DG_subtype, | |||
| const char * | extraTxt | |||
| ) |
Definition at line 276 of file deviceDaemon.cpp.
| boost::condition_variable mdCmdQPending |
Definition at line 24 of file deviceDaemon.cpp.
| boost::condition_variable mdObsQPending |
Definition at line 22 of file deviceDaemon.cpp.
| boost::condition_variable mdODEQPending |
Definition at line 23 of file deviceDaemon.cpp.
| boost::mutex mdQuery |
Definition at line 20 of file deviceDaemon.cpp.
1.5.6