VirtualCamera/RTCGLbody.h
Go to the documentation of this file.
1 #ifndef __RTCGLBODY_H__
2 #define __RTCGLBODY_H__
3 
4 #include <rtm/idl/BasicDataType.hh>
5 #include <rtm/idl/ExtendedDataTypes.hh>
6 #include <rtm/DataInPort.h>
7 #include <rtm/idl/BasicDataTypeSkel.h>
8 #include <rtm/idl/ExtendedDataTypesSkel.h>
9 
10 class GLbody;
11 namespace RTC
12 {
13  class DataFlowComponentBase;
14 };
15 
16 class RTCGLbody
17 {
18 public:
20  void input();
21  GLbody *body() { return m_body; }
22 private:
23  GLbody *m_body;
24  RTC::TimedDoubleSeq m_q;
25  RTC::TimedPoint3D m_pos;
26  RTC::TimedOrientation3D m_rpy;
27  RTC::TimedPose3D m_poseBase;
28 
33 };
34 #endif
RTC::InPort< RTC::TimedPose3D > m_poseBaseIn
RTC::TimedPose3D m_poseBase
Definition: GLbody.h:11


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