Sensor component * $Date$. More...
#include "Sensor.h"
Go to the source code of this file.
Functions | |
| void | SensorInit (RTC::Manager *manager) |
Variables | |
| static const char * | sensor_spec [] |
| void SensorInit | ( | RTC::Manager * | manager | ) |
Definition at line 149 of file Sensor.cpp.
const char* sensor_spec[] [static] |
{
"implementation_id", "Sensor",
"type_name", "Sensor",
"description", "Sensor component",
"version", "1.0",
"vendor", "Noriaki Ando, AIST",
"category", "example",
"activity_type", "SPORADIC",
"kind", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 11 of file Sensor.cpp.