#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 "NodeManager_Impl.h"
Namespaces | |
namespace | CIAO |
Typedefs | |
typedef MonitorBase *(* | CIAO::MonitorFactory )(void) |
Variables | |
const char * | CIAO::monitor_lib_name = "ciaomonlib" |
for the CIAO monitor | |
const int | CIAO::interval = 10 |
static const char * | CIAO::factory_func = "createMonitor" |
This is the facade class for Monitor