capture controller $Date$ More...
#include "CaptureController.h"
Go to the source code of this file.
Functions | |
| void | CaptureControllerInit (RTC::Manager *manager) |
Variables | |
| static const char * | capturecontroller_spec [] |
| void CaptureControllerInit | ( | RTC::Manager * | manager | ) |
Definition at line 197 of file CaptureController.cpp.
const char* capturecontroller_spec[] [static] |
{
"implementation_id", "CaptureController",
"type_name", "CaptureController",
"description", "capture controller",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.frameRate", "1",
"conf.default.initialMode", "sleep",
""
}
Definition at line 14 of file CaptureController.cpp.