Sample PD component $Date$. More...

Go to the source code of this file.
Functions | |
| DLL_EXPORT void | SampleCrawlerInit (RTC::Manager *manager) |
Variables | |
| static const char * | samplepd_spec [] |
| DLL_EXPORT void SampleCrawlerInit | ( | RTC::Manager * | manager | ) |
Definition at line 192 of file SampleCrawler.cpp.
const char* samplepd_spec[] [static] |
{
"implementation_id", "SampleCrawler",
"type_name", "SampleCrawler",
"description", "Sample Crawler component",
"version", "0.1",
"vendor", "AIST",
"category", "Generic",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 30 of file SampleCrawler.cpp.