Sequence OutPort component. More...

Go to the source code of this file.
Functions | |
| void | SeqOutInit (RTC::Manager *manager) |
Variables | |
| bool | g_Listener_dump_enabled = false |
| static const char * | seqout_spec [] |
Sequence OutPort component.
Definition in file SeqOut.cpp.
| void SeqOutInit | ( | RTC::Manager * | manager | ) |
Definition at line 392 of file SeqOut.cpp.
| bool g_Listener_dump_enabled = false |
Definition at line 14 of file SeqOut.cpp.
const char* seqout_spec[] [static] |
{
"implementation_id", "SeqOut",
"type_name", "SequenceOutComponent",
"description", "Sequence OutPort component",
"version", "1.0",
"vendor", "Noriaki Ando, AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.data_type", "serial",
"conf.mode0.data_type", "random",
""
}
Definition at line 18 of file SeqOut.cpp.