soft error limiter $Date$ More...
#include "SoftErrorLimiter.h"
#include "hrpsys/util/VectorConvert.h"
#include "hrpsys/idl/RobotHardwareService.hh"
#include <rtm/CorbaNaming.h>
#include <hrpModel/ModelLoaderUtil.h>
#include <math.h>
#include <vector>
#include <limits>
#include <iomanip>
Go to the source code of this file.
Defines | |
#define | deg2rad(x) ((x)*M_PI/180) |
Functions | |
static std::ostream & | operator<< (std::ostream &os, const struct RTC::Time &tm) |
void | SoftErrorLimiterInit (RTC::Manager *manager) |
Variables | |
static const char * | softerrorlimiter_spec [] |
static std::ostream& operator<< | ( | std::ostream & | os, |
const struct RTC::Time & | tm | ||
) | [static] |
Definition at line 42 of file SoftErrorLimiter.cpp.
void SoftErrorLimiterInit | ( | RTC::Manager * | manager | ) |
Definition at line 478 of file SoftErrorLimiter.cpp.
const char* softerrorlimiter_spec[] [static] |
{ "implementation_id", "SoftErrorLimiter", "type_name", "SoftErrorLimiter", "description", "soft error limiter", "version", HRPSYS_PACKAGE_VERSION, "vendor", "AIST", "category", "example", "activity_type", "DataFlowComponent", "max_instance", "10", "language", "C++", "lang_type", "compile", "conf.default.debugLevel", "0", "" }
Definition at line 24 of file SoftErrorLimiter.cpp.