$search
#include <ClientApp.h>
Public Types | |
typedef std::vector < ::app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::KeyValue_ < ContainerAllocator > >::other > | _app_data_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _client_type_type |
typedef std::vector < ::app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::KeyValue_ < ContainerAllocator > >::other > | _manager_data_type |
typedef boost::shared_ptr < ::app_manager::ClientApp_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::app_manager::ClientApp_ < ContainerAllocator > > | Ptr |
typedef ClientApp_ < 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 |
ClientApp_ (const ContainerAllocator &_alloc) | |
ClientApp_ () | |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
ROS_DEPRECATED uint32_t | get_app_data_size () const |
ROS_DEPRECATED void | get_app_data_vec (std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_manager_data_size () const |
ROS_DEPRECATED void | get_manager_data_vec (std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > &vec) const |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
ROS_DEPRECATED void | set_app_data_size (uint32_t size) |
ROS_DEPRECATED void | set_app_data_vec (const std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > &vec) |
ROS_DEPRECATED void | set_manager_data_size (uint32_t size) |
ROS_DEPRECATED void | set_manager_data_vec (const std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > &vec) |
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::vector < ::app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::KeyValue_ < ContainerAllocator > >::other > | app_data |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | client_type |
std::vector < ::app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::KeyValue_ < ContainerAllocator > >::other > | manager_data |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 23 of file ClientApp.h.
typedef std::vector< ::app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::KeyValue_<ContainerAllocator> >::other > app_manager::ClientApp_< ContainerAllocator >::_app_data_type |
Definition at line 46 of file ClientApp.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::ClientApp_< ContainerAllocator >::_client_type_type |
Definition at line 40 of file ClientApp.h.
typedef std::vector< ::app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::KeyValue_<ContainerAllocator> >::other > app_manager::ClientApp_< ContainerAllocator >::_manager_data_type |
Definition at line 43 of file ClientApp.h.
typedef boost::shared_ptr< ::app_manager::ClientApp_<ContainerAllocator> const> app_manager::ClientApp_< ContainerAllocator >::ConstPtr |
Definition at line 121 of file ClientApp.h.
typedef boost::shared_ptr< ::app_manager::ClientApp_<ContainerAllocator> > app_manager::ClientApp_< ContainerAllocator >::Ptr |
Definition at line 120 of file ClientApp.h.
typedef ClientApp_<ContainerAllocator> app_manager::ClientApp_< ContainerAllocator >::Type |
Definition at line 24 of file ClientApp.h.
app_manager::ClientApp_< ContainerAllocator >::ClientApp_ | ( | ) | [inline] |
Definition at line 26 of file ClientApp.h.
app_manager::ClientApp_< ContainerAllocator >::ClientApp_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file ClientApp.h.
ROS_DEPRECATED const std::string app_manager::ClientApp_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 63 of file ClientApp.h.
ROS_DEPRECATED const std::string app_manager::ClientApp_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 70 of file ClientApp.h.
ROS_DEPRECATED const std::string app_manager::ClientApp_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 91 of file ClientApp.h.
static ROS_DEPRECATED const std::string app_manager::ClientApp_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 61 of file ClientApp.h.
static const char* app_manager::ClientApp_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 59 of file ClientApp.h.
static ROS_DEPRECATED const std::string app_manager::ClientApp_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 68 of file ClientApp.h.
static const char* app_manager::ClientApp_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 66 of file ClientApp.h.
static ROS_DEPRECATED const std::string app_manager::ClientApp_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 89 of file ClientApp.h.
static const char* app_manager::ClientApp_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 73 of file ClientApp.h.
virtual ROS_DEPRECATED uint8_t* app_manager::ClientApp_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 102 of file ClientApp.h.
ROS_DEPRECATED uint32_t app_manager::ClientApp_< ContainerAllocator >::get_app_data_size | ( | ) | const [inline] |
Definition at line 54 of file ClientApp.h.
ROS_DEPRECATED void app_manager::ClientApp_< ContainerAllocator >::get_app_data_vec | ( | std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 56 of file ClientApp.h.
ROS_DEPRECATED uint32_t app_manager::ClientApp_< ContainerAllocator >::get_manager_data_size | ( | ) | const [inline] |
Definition at line 50 of file ClientApp.h.
ROS_DEPRECATED void app_manager::ClientApp_< ContainerAllocator >::get_manager_data_vec | ( | std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 52 of file ClientApp.h.
virtual ROS_DEPRECATED uint32_t app_manager::ClientApp_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 111 of file ClientApp.h.
virtual ROS_DEPRECATED uint8_t* app_manager::ClientApp_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 93 of file ClientApp.h.
ROS_DEPRECATED void app_manager::ClientApp_< ContainerAllocator >::set_app_data_size | ( | uint32_t | size | ) | [inline] |
Definition at line 55 of file ClientApp.h.
ROS_DEPRECATED void app_manager::ClientApp_< ContainerAllocator >::set_app_data_vec | ( | const std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 57 of file ClientApp.h.
ROS_DEPRECATED void app_manager::ClientApp_< ContainerAllocator >::set_manager_data_size | ( | uint32_t | size | ) | [inline] |
Definition at line 51 of file ClientApp.h.
ROS_DEPRECATED void app_manager::ClientApp_< ContainerAllocator >::set_manager_data_vec | ( | const std::vector< ::app_manager::KeyValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::KeyValue_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 53 of file ClientApp.h.
boost::shared_ptr<std::map<std::string, std::string> > app_manager::ClientApp_< ContainerAllocator >::__connection_header |
Definition at line 122 of file ClientApp.h.
std::vector< ::app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::KeyValue_<ContainerAllocator> >::other > app_manager::ClientApp_< ContainerAllocator >::app_data |
Definition at line 47 of file ClientApp.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::ClientApp_< ContainerAllocator >::client_type |
Definition at line 41 of file ClientApp.h.
std::vector< ::app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::KeyValue_<ContainerAllocator> >::other > app_manager::ClientApp_< ContainerAllocator >::manager_data |
Definition at line 44 of file ClientApp.h.