#include "MonitorController.h"
#include "BaseMonitor.h"
#include "MonitorCB.h"
#include "CIAO_common.h"
#include "ace/Log_Msg.h"
#include "ace/DLL.h"
#include "ace/SString.h"
Include dependency graph for MonitorController.cpp:
Namespaces | |
namespace | CIAO |
Typedefs | |
typedef MonitorBase *(* | MonitorFactory )(void) |
Variables | |
const char * | monitor_lib_name = "ciaomonlib" |
for the CIAO monitor | |
const int | interval = 10 |
const char * | factory_func = "createMonitor" |
This is the facade class for Monitor
|
|
|
|
|
|
|
for the CIAO monitor
|