#include <monitorcmdparser.h>
Inheritance diagram for oxygen::MonitorCmdParser:
Public Member Functions | |
MonitorCmdParser () | |
virtual | ~MonitorCmdParser () |
virtual void | ParseMonitorMessage (const std::string &data)=0 |
This function is called from the monitor server implementation to parse any command strings received from the monitor client process. |
Definition at line 31 of file monitorcmdparser.h.
|
Definition at line 26 of file monitorcmdparser.cpp. |
|
Definition at line 30 of file monitorcmdparser.cpp. |
|
This function is called from the monitor server implementation to parse any command strings received from the monitor client process.
Implemented in TrainerCommandParser. |