#include <custommonitor.h>
Inheritance diagram for oxygen::CustomMonitor:
Public Member Functions | |
CustomMonitor () | |
virtual | ~CustomMonitor () |
virtual void | ParseCustomPredicates (const oxygen::PredicateList &pList)=0 |
This function will be called be called periodically from the monitor implementation to do any monitor updates. |
Definition at line 31 of file custommonitor.h.
|
Definition at line 27 of file custommonitor.cpp. |
|
Definition at line 31 of file custommonitor.cpp. |
|
This function will be called be called periodically from the monitor implementation to do any monitor updates. Custom predicates that the Monitor client receives are passed as a PredicateList Implemented in SoccerMonitor. |