emergency stopper $Date$ More...
#include "hrpsys/util/VectorConvert.h"
#include <rtm/CorbaNaming.h>
#include <hrpModel/ModelLoaderUtil.h>
#include <math.h>
#include <hrpModel/Link.h>
#include <hrpModel/Sensor.h>
#include "hrpsys/idl/RobotHardwareService.hh"
#include "EmergencyStopper.h"
#include <iomanip>
Go to the source code of this file.
Macros | |
#define | DEBUGP ((m_debugLevel==1 && loop%200==0) || m_debugLevel > 1 ) |
Typedefs | |
typedef coil::Guard< coil::Mutex > | Guard |
Functions | |
void | EmergencyStopperInit (RTC::Manager *manager) |
static std::ostream & | operator<< (std::ostream &os, const struct RTC::Time &tm) |
Variables | |
static const char * | emergencystopper_spec [] |
#define DEBUGP ((m_debugLevel==1 && loop%200==0) || m_debugLevel > 1 ) |
Definition at line 79 of file EmergencyStopper.cpp.
typedef coil::Guard<coil::Mutex> Guard |
Definition at line 21 of file EmergencyStopper.cpp.
void EmergencyStopperInit | ( | RTC::Manager * | manager | ) |
Definition at line 526 of file EmergencyStopper.cpp.
|
static |
Definition at line 43 of file EmergencyStopper.cpp.
|
static |
Definition at line 25 of file EmergencyStopper.cpp.