$search

cob_script_server::ScriptState_< ContainerAllocator > Struct Template Reference

#include <ScriptState.h>

List of all members.

Public Types

enum  { UNKNOWN = 0 }
enum  { ACTIVE = 1 }
enum  { SUCCEEDED = 2 }
enum  { FAILED = 3 }
enum  { PAUSED = 4 }
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_component_name_type
typedef int16_t _error_code_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_full_graph_name_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_function_name_type
typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef int16_t _number_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_parameter_name_type
typedef int8_t _state_type
typedef boost::shared_ptr
< ::cob_script_server::ScriptState_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::cob_script_server::ScriptState_
< ContainerAllocator > > 
Ptr
typedef ScriptState_
< ContainerAllocator > 
Type

Public Member Functions

ROS_DEPRECATED const std::string __getDataType () const
ROS_DEPRECATED const std::string __getMD5Sum () const
ROS_DEPRECATED const std::string __getMessageDefinition () const
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
 ScriptState_ (const ContainerAllocator &_alloc)
 ScriptState_ ()
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const

Static Public Member Functions

static ROS_DEPRECATED const
std::string 
__s_getDataType ()
static ROS_DEPRECATED const
std::string 
__s_getMD5Sum ()
static ROS_DEPRECATED const
std::string 
__s_getMessageDefinition ()

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 > 
component_name
int16_t error_code
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
full_graph_name
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
function_name
::std_msgs::Header_
< ContainerAllocator > 
header
int16_t number
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
parameter_name
int8_t state

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()

Detailed Description

template<class ContainerAllocator>
struct cob_script_server::ScriptState_< ContainerAllocator >

Definition at line 22 of file ScriptState.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::_component_name_type

Definition at line 58 of file ScriptState.h.

template<class ContainerAllocator >
typedef int16_t cob_script_server::ScriptState_< ContainerAllocator >::_error_code_type

Definition at line 70 of file ScriptState.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::_full_graph_name_type

Definition at line 64 of file ScriptState.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::_function_name_type

Definition at line 55 of file ScriptState.h.

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> cob_script_server::ScriptState_< ContainerAllocator >::_header_type

Definition at line 49 of file ScriptState.h.

template<class ContainerAllocator >
typedef int16_t cob_script_server::ScriptState_< ContainerAllocator >::_number_type

Definition at line 52 of file ScriptState.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::_parameter_name_type

Definition at line 61 of file ScriptState.h.

template<class ContainerAllocator >
typedef int8_t cob_script_server::ScriptState_< ContainerAllocator >::_state_type

Definition at line 67 of file ScriptState.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::cob_script_server::ScriptState_<ContainerAllocator> const> cob_script_server::ScriptState_< ContainerAllocator >::ConstPtr

Definition at line 178 of file ScriptState.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::cob_script_server::ScriptState_<ContainerAllocator> > cob_script_server::ScriptState_< ContainerAllocator >::Ptr

Definition at line 177 of file ScriptState.h.

template<class ContainerAllocator >
typedef ScriptState_<ContainerAllocator> cob_script_server::ScriptState_< ContainerAllocator >::Type

Definition at line 23 of file ScriptState.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
UNKNOWN 

Definition at line 73 of file ScriptState.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ACTIVE 

Definition at line 74 of file ScriptState.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
SUCCEEDED 

Definition at line 75 of file ScriptState.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FAILED 

Definition at line 76 of file ScriptState.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PAUSED 

Definition at line 77 of file ScriptState.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
cob_script_server::ScriptState_< ContainerAllocator >::ScriptState_ (  )  [inline]

Definition at line 25 of file ScriptState.h.

template<class ContainerAllocator >
cob_script_server::ScriptState_< ContainerAllocator >::ScriptState_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 37 of file ScriptState.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string cob_script_server::ScriptState_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 84 of file ScriptState.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string cob_script_server::ScriptState_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 91 of file ScriptState.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string cob_script_server::ScriptState_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 133 of file ScriptState.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string cob_script_server::ScriptState_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 82 of file ScriptState.h.

template<class ContainerAllocator >
static const char* cob_script_server::ScriptState_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 80 of file ScriptState.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string cob_script_server::ScriptState_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 89 of file ScriptState.h.

template<class ContainerAllocator >
static const char* cob_script_server::ScriptState_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 87 of file ScriptState.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string cob_script_server::ScriptState_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 131 of file ScriptState.h.

template<class ContainerAllocator >
static const char* cob_script_server::ScriptState_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 94 of file ScriptState.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* cob_script_server::ScriptState_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 149 of file ScriptState.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t cob_script_server::ScriptState_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 163 of file ScriptState.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* cob_script_server::ScriptState_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 135 of file ScriptState.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > cob_script_server::ScriptState_< ContainerAllocator >::__connection_header

Definition at line 179 of file ScriptState.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::component_name

Definition at line 59 of file ScriptState.h.

template<class ContainerAllocator >
int16_t cob_script_server::ScriptState_< ContainerAllocator >::error_code

Definition at line 71 of file ScriptState.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::full_graph_name

Definition at line 65 of file ScriptState.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::function_name

Definition at line 56 of file ScriptState.h.

template<class ContainerAllocator >
::std_msgs::Header_<ContainerAllocator> cob_script_server::ScriptState_< ContainerAllocator >::header

Definition at line 50 of file ScriptState.h.

template<class ContainerAllocator >
int16_t cob_script_server::ScriptState_< ContainerAllocator >::number

Definition at line 53 of file ScriptState.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_script_server::ScriptState_< ContainerAllocator >::parameter_name

Definition at line 62 of file ScriptState.h.

template<class ContainerAllocator >
int8_t cob_script_server::ScriptState_< ContainerAllocator >::state

Definition at line 68 of file ScriptState.h.


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


cob_script_server
Author(s): Florian Weisshardt
autogenerated on Fri Mar 1 14:44:56 2013