MyService Consumer Sample component. More...
#include "MyServiceConsumer.h"
#include <rtm/CORBA_SeqUtil.h>
#include <vector>
#include <stdlib.h>
#include <coil/Async.h>
#include <functional>
Go to the source code of this file.
Functions | |
void | MyServiceConsumerInit (RTC::Manager *manager) |
Variables | |
static const char * | myserviceconsumer_spec [] |
MyService Consumer Sample component.
Definition in file MyServiceConsumer.cpp.
void MyServiceConsumerInit | ( | RTC::Manager * | manager | ) |
Definition at line 242 of file MyServiceConsumer.cpp.
const char* myserviceconsumer_spec[] [static] |
{ "implementation_id", "MyServiceConsumer", "type_name", "MyServiceConsumer", "description", "MyService Consumer Sample component", "version", "0.1", "vendor", "AIST", "category", "Generic", "activity_type", "DataFlowComponent", "max_instance", "10", "language", "C++", "lang_type", "compile", "" }
Definition at line 19 of file MyServiceConsumer.cpp.