#include <Monitor.h>
Public Member Functions | |
bool | isConnected () |
Monitor (CORBA::ORB_var orb, const std::string &i_hostname, int i_port, int i_interval, LogManager< TimedRobotState > *i_log) | |
bool | oneStep () |
void | setRobotHardwareName (const char *i_name) |
void | setStateHolderName (const char *i_name) |
void | showStatus (hrp::BodyPtr &body) |
Private Member Functions | |
void | black () |
void | blue () |
void | green () |
void | magenta () |
void | red () |
void | white () |
void | yellow () |
Private Attributes | |
int | m_interval |
LogManager< TimedRobotState > * | m_log |
CosNaming::NamingContext_var | m_naming |
CORBA::ORB_var | m_orb |
std::string | m_rhCompName |
OpenHRP::RobotHardwareService_var | m_rhService |
TimedRobotState | m_rstate |
std::string | m_shCompName |
OpenHRP::StateHolderService_var | m_shService |
Monitor::Monitor | ( | CORBA::ORB_var | orb, |
const std::string & | i_hostname, | ||
int | i_port, | ||
int | i_interval, | ||
LogManager< TimedRobotState > * | i_log | ||
) |
Definition at line 6 of file Monitor.cpp.
void Monitor::black | ( | ) | [inline, private] |
void Monitor::blue | ( | ) | [inline, private] |
void Monitor::green | ( | ) | [inline, private] |
bool Monitor::isConnected | ( | ) |
Definition at line 114 of file Monitor.cpp.
void Monitor::magenta | ( | ) | [inline, private] |
bool Monitor::oneStep | ( | ) | [virtual] |
Reimplemented from ThreadedObject.
Definition at line 28 of file Monitor.cpp.
void Monitor::red | ( | ) | [inline, private] |
void Monitor::setRobotHardwareName | ( | const char * | i_name | ) |
Definition at line 278 of file Monitor.cpp.
void Monitor::setStateHolderName | ( | const char * | i_name | ) |
Definition at line 283 of file Monitor.cpp.
void Monitor::showStatus | ( | hrp::BodyPtr & | body | ) |
Definition at line 125 of file Monitor.cpp.
void Monitor::white | ( | ) | [inline, private] |
void Monitor::yellow | ( | ) | [inline, private] |
int Monitor::m_interval [private] |
LogManager<TimedRobotState>* Monitor::m_log [private] |
CosNaming::NamingContext_var Monitor::m_naming [private] |
CORBA::ORB_var Monitor::m_orb [private] |
std::string Monitor::m_rhCompName [private] |
OpenHRP::RobotHardwareService_var Monitor::m_rhService [private] |
TimedRobotState Monitor::m_rstate [private] |
std::string Monitor::m_shCompName [private] |
OpenHRP::StateHolderService_var Monitor::m_shService [private] |