All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Types | Public Member Functions | Public Attributes
openraveros::env_setRequest_< ContainerAllocator > Struct Template Reference

#include <env_set.h>

List of all members.

Public Types

enum  { Set_Simulation = 1 }
enum  { Set_PhysicsEngine = 2 }
enum  { Set_CollisionChecker = 4 }
enum  { Set_Gravity = 8 }
enum  { Set_DebugLevel = 32 }
enum  { Set_Viewer = 64 }
enum  { Set_ViewerDims = 128 }
enum  { SimAction_Start = 1 }
enum  { SimAction_Stop = 2 }
enum  { SimAction_Timestep = 3 }
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_collisionchecker_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_debuglevel_type
typedef boost::array< float, 3 > _gravity_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_physicsengine_type
typedef uint32_t _setmask_type
typedef uint8_t _sim_action_type
typedef float _sim_timestep_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_viewer_type
typedef int32_t _viewerheight_type
typedef int32_t _viewerwidth_type
typedef boost::shared_ptr
< ::openraveros::env_setRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::openraveros::env_setRequest_
< ContainerAllocator > > 
Ptr
typedef env_setRequest_
< ContainerAllocator > 
Type

Public Member Functions

 env_setRequest_ ()
 env_setRequest_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
collisionchecker
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
debuglevel
boost::array< float, 3 > gravity
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
physicsengine
uint32_t setmask
uint8_t sim_action
float sim_timestep
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
viewer
int32_t viewerheight
int32_t viewerwidth

Detailed Description

template<class ContainerAllocator>
struct openraveros::env_setRequest_< ContainerAllocator >

Definition at line 25 of file env_set.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::_collisionchecker_type

Definition at line 70 of file env_set.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::_debuglevel_type

Definition at line 85 of file env_set.h.

template<class ContainerAllocator >
typedef boost::array<float, 3> openraveros::env_setRequest_< ContainerAllocator >::_gravity_type

Definition at line 82 of file env_set.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::_physicsengine_type

Definition at line 67 of file env_set.h.

template<class ContainerAllocator >
typedef uint32_t openraveros::env_setRequest_< ContainerAllocator >::_setmask_type

Definition at line 58 of file env_set.h.

template<class ContainerAllocator >
typedef uint8_t openraveros::env_setRequest_< ContainerAllocator >::_sim_action_type

Definition at line 61 of file env_set.h.

template<class ContainerAllocator >
typedef float openraveros::env_setRequest_< ContainerAllocator >::_sim_timestep_type

Definition at line 64 of file env_set.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::_viewer_type

Definition at line 73 of file env_set.h.

template<class ContainerAllocator >
typedef int32_t openraveros::env_setRequest_< ContainerAllocator >::_viewerheight_type

Definition at line 79 of file env_set.h.

template<class ContainerAllocator >
typedef int32_t openraveros::env_setRequest_< ContainerAllocator >::_viewerwidth_type

Definition at line 76 of file env_set.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::openraveros::env_setRequest_<ContainerAllocator> const> openraveros::env_setRequest_< ContainerAllocator >::ConstPtr

Definition at line 100 of file env_set.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::openraveros::env_setRequest_<ContainerAllocator> > openraveros::env_setRequest_< ContainerAllocator >::Ptr

Definition at line 99 of file env_set.h.

template<class ContainerAllocator >
typedef env_setRequest_<ContainerAllocator> openraveros::env_setRequest_< ContainerAllocator >::Type

Definition at line 26 of file env_set.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
Set_Simulation 

Definition at line 88 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Set_PhysicsEngine 

Definition at line 89 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Set_CollisionChecker 

Definition at line 90 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Set_Gravity 

Definition at line 91 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Set_DebugLevel 

Definition at line 92 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Set_Viewer 

Definition at line 93 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Set_ViewerDims 

Definition at line 94 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
SimAction_Start 

Definition at line 95 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
SimAction_Stop 

Definition at line 96 of file env_set.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
SimAction_Timestep 

Definition at line 97 of file env_set.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
openraveros::env_setRequest_< ContainerAllocator >::env_setRequest_ ( ) [inline]

Definition at line 28 of file env_set.h.

template<class ContainerAllocator >
openraveros::env_setRequest_< ContainerAllocator >::env_setRequest_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 43 of file env_set.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > openraveros::env_setRequest_< ContainerAllocator >::__connection_header

Definition at line 101 of file env_set.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::collisionchecker

Definition at line 71 of file env_set.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::debuglevel

Definition at line 86 of file env_set.h.

template<class ContainerAllocator >
boost::array<float, 3> openraveros::env_setRequest_< ContainerAllocator >::gravity

Definition at line 83 of file env_set.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::physicsengine

Definition at line 68 of file env_set.h.

template<class ContainerAllocator >
uint32_t openraveros::env_setRequest_< ContainerAllocator >::setmask

Definition at line 59 of file env_set.h.

template<class ContainerAllocator >
uint8_t openraveros::env_setRequest_< ContainerAllocator >::sim_action

Definition at line 62 of file env_set.h.

template<class ContainerAllocator >
float openraveros::env_setRequest_< ContainerAllocator >::sim_timestep

Definition at line 65 of file env_set.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::env_setRequest_< ContainerAllocator >::viewer

Definition at line 74 of file env_set.h.

template<class ContainerAllocator >
int32_t openraveros::env_setRequest_< ContainerAllocator >::viewerheight

Definition at line 80 of file env_set.h.

template<class ContainerAllocator >
int32_t openraveros::env_setRequest_< ContainerAllocator >::viewerwidth

Definition at line 77 of file env_set.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


openraveros
Author(s): Rosen Diankov (rosen.diankov@gmail.com)
autogenerated on Sat Mar 23 2013 22:16:12