Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
util
monitor
TimedRobotState.h
Go to the documentation of this file.
1
#ifndef __TIMED_ROBOT_STATE_H__
2
#define __TIMED_ROBOT_STATE_H__
3
4
#include "hrpsys/idl/RobotHardwareService.hh"
5
#include "hrpsys/idl/StateHolderService.hh"
6
7
typedef
struct
8
{
9
double
time
;
10
OpenHRP::StateHolderService::Command
command
;
11
OpenHRP::RobotHardwareService::RobotState
state
;
12
}
TimedRobotState
;
13
14
#endif
15
TimedRobotState::time
double time
Definition:
TimedRobotState.h:9
TimedRobotState::state
OpenHRP::RobotHardwareService::RobotState state
Definition:
TimedRobotState.h:11
TimedRobotState::command
OpenHRP::StateHolderService::Command command
Definition:
TimedRobotState.h:10
TimedRobotState
Definition:
TimedRobotState.h:7
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51