SampleComponent_impl.h
Go to the documentation of this file.
1 // -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2 #ifndef __NULL_SERVICE_H__
3 #define __NULL_SERVICE_H__
4 
5 #include "SampleComponentService.hh"
6 
7 class SampleComponent;
8 
10  : public virtual POA_OpenHRP::SampleComponentService,
11  public virtual PortableServer::RefCountServantBase
12 {
13 public:
18 
22  virtual ~SampleComponent_impl();
23 
24  void echo(const char *msg);
25 
26  void sample(SampleComponent *i_sample);
27 
28 private:
30 };
31 
32 #endif
virtual ~SampleComponent_impl()
destructor
SampleComponent_impl()
constructor
sample RT component which has one data input port and one data output port
SampleComponent * m_sample
void sample(SampleComponent *i_sample)
void echo(const char *msg)


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