GLbodyRTC.h
Go to the documentation of this file.
1 #ifndef __GLBODYRTC_H__
2 #define __GLBODYRTC_H__
3 
4 #include "hrpsys/util/BodyRTC.h"
5 #include "hrpsys/util/GLbody.h"
6 
7 class GLbodyRTC : public BodyRTC, public GLbody
8 {
9 public:
11  static void moduleInit(RTC::Manager*);
12 private:
13  static const char* glbodyrtc_spec[];
14 };
15 
16 typedef boost::intrusive_ptr<GLbodyRTC> GLbodyRTCPtr;
17 
18 #endif
static const char * glbodyrtc_spec[]
Definition: GLbodyRTC.h:13
manager
static Manager & instance()
Definition: GLbody.h:11
static void moduleInit(RTC::Manager *)
Definition: GLbodyRTC.cpp:29
boost::intrusive_ptr< GLbodyRTC > GLbodyRTCPtr
Definition: GLbodyRTC.h:16
GLbodyRTC(RTC::Manager *manager=&RTC::Manager::instance())
Definition: GLbodyRTC.cpp:20


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