Sample string out component. More...
#include <rtm/RtcBase.h>#include <rtm/RtcManager.h>#include <rtm/RtcInPort.h>#include <rtm/RtcOutPort.h>

Go to the source code of this file.
Classes | |
| class | StringOut |
Functions | |
| void | StringOutDelete (RtcBase *p) |
| void | StringOutInit (RtcManager *manager) |
| RtcBase * | StringOutNew (RtcManager *manager) |
Variables | |
| static RtcModuleProfSpec | stringout_spec [] |
Sample string out component.
Definition in file StringOut.h.
| void StringOutDelete | ( | RtcBase * | p | ) |
Definition at line 193 of file StringOut.cpp.
| void StringOutInit | ( | RtcManager * | manager | ) |
Definition at line 200 of file StringOut.cpp.
| RtcBase* StringOutNew | ( | RtcManager * | manager | ) |
Definition at line 187 of file StringOut.cpp.
RtcModuleProfSpec stringout_spec[] [static] |
{
{RTC_MODULE_NAME, "StringOut"},
{RTC_MODULE_DESC, "Sample string out component"},
{RTC_MODULE_VERSION, "0.1"},
{RTC_MODULE_AUTHOR, "DrSample"},
{RTC_MODULE_CATEGORY, "Generic"},
{RTC_MODULE_COMP_TYPE, "COMMUTATIVE"},
{RTC_MODULE_ACT_TYPE, "SPORADIC"},
{RTC_MODULE_MAX_INST, "10"},
{RTC_MODULE_LANG, "C++"},
{RTC_MODULE_LANG_TYPE, "COMPILE"},
{RTC_MODULE_SPEC_END, NULL}
}
Definition at line 21 of file StringOut.h.