hrplib
hrpRTM
SimulationExecutionContext.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
#ifndef SimulationExecutionContext_h
3
#define SimulationExecutionContext_h
4
5
#include <
rtm/OpenHRPExecutionContext.h
>
6
#include "hrpCorba/ClockGenerator.hh"
7
8
namespace
RTC
9
{
10
class
CorbaNaming
;
11
class
SimulationExecutionContext
:
public
virtual
OpenHRPExecutionContext
12
{
13
public
:
14
virtual
ReturnCode_t
start
()
throw
(CORBA::SystemException);
15
virtual
ReturnCode_t
stop
()
throw
(CORBA::SystemException);
16
static
OpenHRP::ClockGenerator_var
m_cg
;
17
};
18
};
19
20
extern
"C"
21
{
22
DLL_EXPORT
void
SimulationECInit
(
RTC::Manager
*
manager
);
23
};
24
25
#endif
RTC
RTC::Manager
ReturnCode_t
ReturnCode_t
manager
manager
RTC::SimulationExecutionContext::m_cg
static OpenHRP::ClockGenerator_var m_cg
Definition:
SimulationExecutionContext.h:16
RTC::SimulationExecutionContext::start
virtual ReturnCode_t start()
Definition:
SimulationExecutionContext.cpp:9
RTC::OpenHRPExecutionContext
CorbaNaming
RTC::SimulationExecutionContext::stop
virtual ReturnCode_t stop()
Definition:
SimulationExecutionContext.cpp:22
OpenHRPExecutionContext.h
RTC::SimulationExecutionContext
Definition:
SimulationExecutionContext.h:11
SimulationECInit
DLL_EXPORT void SimulationECInit(RTC::Manager *manager)
Definition:
SimulationExecutionContext.cpp:59
DLL_EXPORT
#define DLL_EXPORT
Definition:
bush_customizer.cpp:20
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Sep 8 2022 02:24:05