Sample string in 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 | StringIn |
Functions | |
void | StringInDelete (RtcBase *p) |
void | StringInInit (RtcManager *manager) |
RtcBase * | StringInNew (RtcManager *manager) |
Variables | |
static RtcModuleProfSpec | stringin_spec [] |
Sample string in component.
Definition in file StringIn.h.
void StringInDelete | ( | RtcBase * | p | ) |
Definition at line 192 of file StringIn.cpp.
void StringInInit | ( | RtcManager * | manager | ) |
Definition at line 199 of file StringIn.cpp.
RtcBase* StringInNew | ( | RtcManager * | manager | ) |
Definition at line 186 of file StringIn.cpp.
RtcModuleProfSpec stringin_spec[] [static] |
{ {RTC_MODULE_NAME, "StringIn"}, {RTC_MODULE_DESC, "Sample string in 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 StringIn.h.