Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
lib
util
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
:
10
GLbodyRTC
(
RTC::Manager
*
manager
= &
RTC::Manager::instance
());
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
GLbodyRTC::glbodyrtc_spec
static const char * glbodyrtc_spec[]
Definition:
GLbodyRTC.h:13
RTC::Manager
manager
manager
RTC::Manager::instance
static Manager & instance()
GLbody
Definition:
GLbody.h:11
GLbodyRTC
Definition:
GLbodyRTC.h:7
GLbodyRTC::moduleInit
static void moduleInit(RTC::Manager *)
Definition:
GLbodyRTC.cpp:29
GLbodyRTCPtr
boost::intrusive_ptr< GLbodyRTC > GLbodyRTCPtr
Definition:
GLbodyRTC.h:16
GLbodyRTC::GLbodyRTC
GLbodyRTC(RTC::Manager *manager=&RTC::Manager::instance())
Definition:
GLbodyRTC.cpp:20
BodyRTC
Definition:
BodyRTC.h:60
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50