PCDLoaderService_impl.cpp
Go to the documentation of this file.
2 #include "PCDLoader.h"
3 
5 {
6 }
7 
9 {
10 }
11 
12 
14 {
15  m_comp = i_comp;
16 }
17 
18 ::CORBA::Boolean PCDLoaderService_impl::load(const char* filename, const char* label)
19 {
20  return m_comp->load(filename, label);
21 }
PCD file loader.
virtual ~PCDLoaderService_impl()
destructor
::CORBA::Boolean load(const char *filename, const char *label)
sample RT component which has one data input port and one data output port
Definition: PCDLoader.h:42
void setComp(PCDLoader *i_comp)
bool load(const std::string &filename, const std::string &label)
Definition: PCDLoader.cpp:363


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50