#include <hrpEC.h>
Public Member Functions | |
bool | enterRT () |
bool | exitRT () |
OpenHRP::ExecutionProfileService::ComponentProfile | getComponentProfile (RTC::LightweightRTObject_ptr obj) |
OpenHRP::ExecutionProfileService::Profile * | getProfile () |
hrpExecutionContext () | |
void | resetProfile () |
virtual int | svc (void) |
bool | waitForNextPeriod () |
virtual | ~hrpExecutionContext () |
Private Member Functions | |
template<class T > | |
void | getProperty (coil::Properties &prop, const char *key, T &value) |
void | printRTCProcessingTime (std::vector< double > &processes) |
Private Attributes | |
int | m_priority |
OpenHRP::ExecutionProfileService::Profile | m_profile |
struct timeval | m_tv |
std::vector< std::string > | rtc_names |
Definition at line 10 of file hrpEC-art.cpp.
RTC::hrpExecutionContext::~hrpExecutionContext | ( | ) | [virtual] |
Definition at line 12 of file hrpEC-common.cpp.
bool RTC::hrpExecutionContext::enterRT | ( | ) |
Definition at line 36 of file hrpEC-art.cpp.
bool RTC::hrpExecutionContext::exitRT | ( | ) |
Definition at line 46 of file hrpEC-art.cpp.
OpenHRP::ExecutionProfileService::ComponentProfile RTC::hrpExecutionContext::getComponentProfile | ( | RTC::LightweightRTObject_ptr | obj | ) |
Definition at line 177 of file hrpEC-common.cpp.
OpenHRP::ExecutionProfileService::Profile * RTC::hrpExecutionContext::getProfile | ( | ) |
Definition at line 169 of file hrpEC-common.cpp.
void RTC::hrpExecutionContext::getProperty | ( | coil::Properties & | prop, |
const char * | key, | ||
T & | value | ||
) | [inline, private] |
void RTC::hrpExecutionContext::printRTCProcessingTime | ( | std::vector< double > & | processes | ) | [inline, private] |
Definition at line 194 of file hrpEC-common.cpp.
int RTC::hrpExecutionContext::svc | ( | void | ) | [virtual] |
Reimplemented from RTC::PeriodicExecutionContext.
Definition at line 15 of file hrpEC-common.cpp.
Definition at line 24 of file hrpEC-art.cpp.
int RTC::hrpExecutionContext::m_priority [private] |
OpenHRP::ExecutionProfileService::Profile RTC::hrpExecutionContext::m_profile [private] |
Reimplemented from RTC::PeriodicExecutionContext.
struct timeval RTC::hrpExecutionContext::m_tv [private] |
std::vector<std::string> RTC::hrpExecutionContext::rtc_names [private] |