null component $Date$ More...
#include "ThermoLimiter.h"
#include <rtm/CorbaNaming.h>
#include <hrpModel/ModelLoaderUtil.h>
#include <hrpUtil/MatrixSolvers.h>
#include <cmath>
Go to the source code of this file.
Defines | |
#define | DQ_MAX 1.0 |
Typedefs | |
typedef coil::Guard< coil::Mutex > | Guard |
Functions | |
void | ThermoLimiterInit (RTC::Manager *manager) |
Variables | |
static const char * | thermolimiter_spec [] |
#define DQ_MAX 1.0 |
Definition at line 16 of file ThermoLimiter.cpp.
typedef coil::Guard<coil::Mutex> Guard |
Definition at line 18 of file ThermoLimiter.cpp.
void ThermoLimiterInit | ( | RTC::Manager * | manager | ) |
Definition at line 411 of file ThermoLimiter.cpp.
const char* thermolimiter_spec[] [static] |
{ "implementation_id", "ThermoLimiter", "type_name", "ThermoLimiter", "description", "thermo 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 22 of file ThermoLimiter.cpp.