dynamixel_controllers::RestartControllerRequest_< ContainerAllocator > Struct Template Reference

#include <RestartController.h>

List of all members.

Public Types

typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_class_name_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_controller_name_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_module_name_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_package_path_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_port_name_type
typedef boost::shared_ptr
< ::dynamixel_controllers::RestartControllerRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::dynamixel_controllers::RestartControllerRequest_
< ContainerAllocator > > 
Ptr
typedef
RestartControllerRequest_
< 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
ROS_DEPRECATED const std::string __getServerMD5Sum () const
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
 RestartControllerRequest_ (const ContainerAllocator &_alloc)
 RestartControllerRequest_ ()
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 ()
static ROS_DEPRECATED const
std::string 
__s_getServerMD5Sum ()

Public Attributes

std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
class_name
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
controller_name
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
module_name
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
package_path
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
port_name

Static Private Member Functions

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

Detailed Description

template<class ContainerAllocator>
struct dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >

Definition at line 16 of file RestartController.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::_class_name_type

Definition at line 44 of file RestartController.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::_controller_name_type

Definition at line 47 of file RestartController.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::_module_name_type

Definition at line 41 of file RestartController.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::_package_path_type

Definition at line 38 of file RestartController.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::_port_name_type

Definition at line 35 of file RestartController.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::dynamixel_controllers::RestartControllerRequest_<ContainerAllocator> const> dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::ConstPtr

Definition at line 119 of file RestartController.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::dynamixel_controllers::RestartControllerRequest_<ContainerAllocator> > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::Ptr

Definition at line 118 of file RestartController.h.

template<class ContainerAllocator >
typedef RestartControllerRequest_<ContainerAllocator> dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::Type

Definition at line 15 of file RestartController.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::RestartControllerRequest_ (  )  [inline]

Definition at line 17 of file RestartController.h.

template<class ContainerAllocator >
dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::RestartControllerRequest_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 26 of file RestartController.h.


Member Function Documentation

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

Definition at line 56 of file RestartController.h.

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

Definition at line 63 of file RestartController.h.

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

Definition at line 83 of file RestartController.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::__getServerMD5Sum (  )  const [inline]

Definition at line 70 of file RestartController.h.

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

Definition at line 54 of file RestartController.h.

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

Definition at line 52 of file RestartController.h.

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

Definition at line 61 of file RestartController.h.

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

Definition at line 59 of file RestartController.h.

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

Definition at line 81 of file RestartController.h.

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

Definition at line 73 of file RestartController.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::__s_getServerMD5Sum (  )  [inline, static]

Definition at line 68 of file RestartController.h.

template<class ContainerAllocator >
static const char* dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::__s_getServerMD5Sum_ (  )  [inline, static, private]

Definition at line 66 of file RestartController.h.

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

Definition at line 96 of file RestartController.h.

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

Definition at line 107 of file RestartController.h.

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

Definition at line 85 of file RestartController.h.


Member Data Documentation

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::class_name

Definition at line 45 of file RestartController.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::controller_name

Definition at line 48 of file RestartController.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::module_name

Definition at line 42 of file RestartController.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::package_path

Definition at line 39 of file RestartController.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::RestartControllerRequest_< ContainerAllocator >::port_name

Definition at line 36 of file RestartController.h.


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


dynamixel_controllers
Author(s): Antons Rebguns, Cody Jorgensen, Cara Slutter
autogenerated on Fri Jan 11 09:39:00 2013