Sample PD component $Date$.
More...
#include "SamplePD.h"
#include <iostream>
Go to the source code of this file.
Sample PD component $Date$.
$Id$
Definition in file SamplePD.cpp.
◆ ACC_FILE
#define ACC_FILE "etc/acc.dat" |
◆ ANGLE_FILE
#define ANGLE_FILE "etc/angle.dat" |
◆ GAIN_FILE
#define GAIN_FILE "etc/PDgain.dat" |
◆ TIMESTEP
◆ VEL_FILE
#define VEL_FILE "etc/vel.dat" |
◆ SamplePDInit()
◆ samplepd_spec
const char* samplepd_spec[] |
|
static |
Initial value:=
{
"implementation_id", "SamplePD",
"type_name", "SamplePD",
"description", "Sample PD component",
"version", "0.1",
"vendor", "AIST",
"category", "Generic",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 38 of file SamplePD.cpp.