Sample PD component $Date$. More...

Go to the source code of this file.
Defines | |
| #define | ANGLE_FILE "etc/angle.dat" |
| #define | GAIN_FILE "etc/PDgain.dat" |
| #define | TIMESTEP 0.001 |
| #define | VEL_FILE "etc/vel.dat" |
Functions | |
| DLL_EXPORT void | PA10ControllerInit (RTC::Manager *manager) |
Variables | |
| static const char * | PA10Controller_spec [] |
| #define ANGLE_FILE "etc/angle.dat" |
Definition at line 25 of file PA10Controller.cpp.
| #define GAIN_FILE "etc/PDgain.dat" |
Definition at line 27 of file PA10Controller.cpp.
| #define TIMESTEP 0.001 |
Definition at line 23 of file PA10Controller.cpp.
| #define VEL_FILE "etc/vel.dat" |
Definition at line 26 of file PA10Controller.cpp.
| DLL_EXPORT void PA10ControllerInit | ( | RTC::Manager * | manager | ) |
Definition at line 250 of file PA10Controller.cpp.
const char* PA10Controller_spec[] [static] |
{
"implementation_id", "PA10Controller",
"type_name", "PA10Controller",
"description", "PA10Controller component",
"version", "0.1",
"vendor", "AIST",
"category", "Generic",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 31 of file PA10Controller.cpp.