PCDLoaderService_impl.h
Go to the documentation of this file.
1 #ifndef __PCD_LOADER_SERVICE_IMPL_H__
2 #define __PCD_LOADER_SERVICE_IMPL_H__
3 
4 #include "hrpsys/idl/PCDLoaderService.hh"
5 
6 class PCDLoader;
7 
9  : public virtual POA_OpenHRP::PCDLoaderService,
10  public virtual PortableServer::RefCountServantBase
11 {
12  public:
17 
21  virtual ~PCDLoaderService_impl();
22 
23  void setComp(PCDLoader *i_comp);
24  //
25  ::CORBA::Boolean load(const char* filename, const char* label);
26  private:
28 };
29 
30 #endif
char * filename
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)


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