$search
#include <Application.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _depends_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _icon_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _provides_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _status_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _taskid_type |
typedef boost::shared_ptr < ::launchman::Application_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::launchman::Application_ < ContainerAllocator > > | Ptr |
typedef Application_ < 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 |
Application_ (const ContainerAllocator &_alloc) | |
Application_ () | |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
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 > | depends |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | icon |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | provides |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | status |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | taskid |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 21 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_depends_type |
Definition at line 59 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_icon_type |
Definition at line 53 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_name_type |
Definition at line 47 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_provides_type |
Definition at line 56 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_status_type |
Definition at line 50 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_taskid_type |
Definition at line 44 of file Application.h.
typedef boost::shared_ptr< ::launchman::Application_<ContainerAllocator> const> launchman::Application_< ContainerAllocator >::ConstPtr |
Definition at line 128 of file Application.h.
typedef boost::shared_ptr< ::launchman::Application_<ContainerAllocator> > launchman::Application_< ContainerAllocator >::Ptr |
Definition at line 127 of file Application.h.
typedef Application_<ContainerAllocator> launchman::Application_< ContainerAllocator >::Type |
Definition at line 22 of file Application.h.
launchman::Application_< ContainerAllocator >::Application_ | ( | ) | [inline] |
Definition at line 24 of file Application.h.
launchman::Application_< ContainerAllocator >::Application_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file Application.h.
ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 68 of file Application.h.
ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 75 of file Application.h.
ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 89 of file Application.h.
static ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 66 of file Application.h.
static const char* launchman::Application_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 64 of file Application.h.
static ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 73 of file Application.h.
static const char* launchman::Application_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 71 of file Application.h.
static ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 87 of file Application.h.
static const char* launchman::Application_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 78 of file Application.h.
virtual ROS_DEPRECATED uint8_t* launchman::Application_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 103 of file Application.h.
virtual ROS_DEPRECATED uint32_t launchman::Application_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 115 of file Application.h.
virtual ROS_DEPRECATED uint8_t* launchman::Application_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 91 of file Application.h.
boost::shared_ptr<std::map<std::string, std::string> > launchman::Application_< ContainerAllocator >::__connection_header |
Definition at line 129 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::depends |
Definition at line 60 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::icon |
Definition at line 54 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::name |
Definition at line 48 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::provides |
Definition at line 57 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::status |
Definition at line 51 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::taskid |
Definition at line 45 of file Application.h.