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::SimulationExecutionContext::stop
virtual ReturnCode_t stop()
Definition:
SimulationExecutionContext.cpp:22
DLL_EXPORT
#define DLL_EXPORT
Definition:
bush_customizer.cpp:20
SimulationECInit
DLL_EXPORT void SimulationECInit(RTC::Manager *manager)
Definition:
SimulationExecutionContext.cpp:59
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::SimulationExecutionContext
Definition:
SimulationExecutionContext.h:11
RTC
Definition:
SimulationExecutionContext.cpp:7
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Wed Sep 7 2022 02:51:04