Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
PCDLoader
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
8
class
PCDLoaderService_impl
9
:
public
virtual
POA_OpenHRP::PCDLoaderService,
10
public
virtual
PortableServer::RefCountServantBase
11
{
12
public
:
16
PCDLoaderService_impl
();
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
:
27
PCDLoader
*
m_comp
;
28
};
29
30
#endif
filename
char * filename
PCDLoaderService_impl
Definition:
PCDLoaderService_impl.h:8
PCDLoaderService_impl::~PCDLoaderService_impl
virtual ~PCDLoaderService_impl()
destructor
Definition:
PCDLoaderService_impl.cpp:8
PCDLoaderService_impl::load
::CORBA::Boolean load(const char *filename, const char *label)
Definition:
PCDLoaderService_impl.cpp:18
PCDLoader
sample RT component which has one data input port and one data output port
Definition:
PCDLoader.h:42
PCDLoaderService_impl::setComp
void setComp(PCDLoader *i_comp)
Definition:
PCDLoaderService_impl.cpp:13
PCDLoaderService_impl::PCDLoaderService_impl
PCDLoaderService_impl()
constructor
Definition:
PCDLoaderService_impl.cpp:4
PCDLoaderService_impl::m_comp
PCDLoader * m_comp
Definition:
PCDLoaderService_impl.h:27
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50