#include <monitortest.h>
Inheritance diagram for MonitorTest:
Public Member Functions | |
MonitorTest () | |
virtual | ~MonitorTest () |
virtual void | ParseMonitorMessage (const std::string &data) |
If a monitor sends information to the world model, this function is called to process it. | |
virtual std::string | GetMonitorInfo (const oxygen::PredicateList &pList) |
This function will be called periodically to get information about the current state of the world. | |
virtual std::string | GetMonitorHeaderInfo (const oxygen::PredicateList &pList) |
This function is called once for every MonitorSystem each time a new client connects. | |
Protected Member Functions | |
virtual bool | ConstructInternal () |
called after the object has been created and attached to a core to allow for object dependent internal construction |
Definition at line 34 of file monitortest.h.
|
Definition at line 35 of file monitortest.cpp. |
|
Definition at line 39 of file monitortest.cpp. |
|
called after the object has been created and attached to a core to allow for object dependent internal construction
Reimplemented from zeitgeist::Object. Definition at line 43 of file monitortest.cpp. References zeitgeist::Object::GetLog(). Here is the call graph for this function: ![]() |
|
This function is called once for every MonitorSystem each time a new client connects. It should return any header/setup information that is needed.
Implements oxygen::MonitorSystem. Definition at line 90 of file monitortest.cpp. |
|
This function will be called periodically to get information about the current state of the world.
Implements oxygen::MonitorSystem. Definition at line 56 of file monitortest.cpp. References zeitgeist::Object::GetCore(), and zeitgeist::Object::GetLog(). Here is the call graph for this function: ![]() |
|
If a monitor sends information to the world model, this function is called to process it.
Implements oxygen::MonitorSystem. Definition at line 50 of file monitortest.cpp. References zeitgeist::Object::GetLog(). Here is the call graph for this function: ![]() |