#include <cassert>#include <cstdarg>#include <cstdlib>#include <iostream>#include <boost/thread.hpp>#include <boost/asio.hpp>#include <boost/bind.hpp>#include <boost/date_time/posix_time/posix_time.hpp>#include <boost/statechart/event.hpp>#include <boost/statechart/state_machine.hpp>#include <boost/statechart/simple_state.hpp>#include <boost/statechart/transition.hpp>#include <boost/interprocess/shared_memory_object.hpp>#include <boost/interprocess/mapped_region.hpp>#include <msgpack.hpp>#include <Category.hh>#include <FileAppender.hh>#include <PatternLayout.hh>#include "Listener.h"#include "EventSender.h"#include "TimeStampedEvent.h"#include "PolymorphEvent.h"#include <map>#include <utility>#include <string>#include <queue>#include "mdcommon.h"


Go to the source code of this file.
Defines | |
| #define | CLIEVER |
Typedefs | |
| typedef std::map< std::string, mdObservable * > | ObservablesOfInterest |
| typedef std::map< std::string, mdOperationalDataElement * > | ODEsOfInterest |
Functions | |
| void | runDataLayer () |
| void | runCliever () |
| void | shutdown () |
Variables | |
| auc_cd_global * | gm |
| boost::asio::io_service | io_bg |
| boost::asio::io_service | io_fg |
| cdLogger | theseLogs |
| clientDaemonConfig * | thisConfig |
| mdCliever * | thisCliever |
| DACLIPS::Environment | rules [2] |
| const char * | cdOrKb |
| typedef std::map<std::string,mdObservable*> ObservablesOfInterest |
| typedef std::map<std::string,mdOperationalDataElement*> ODEsOfInterest |
| 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.
| const char* cdOrKb |
Definition at line 9 of file auc-cd.cpp.
1.5.6