$search

app_manager::ListAppsResponse_< ContainerAllocator > Struct Template Reference

#include <ListApps.h>

List of all members.

Public Types

typedef std::vector
< ::app_manager::App_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind< ::app_manager::App_
< ContainerAllocator >
>::other > 
_available_apps_type
typedef std::vector
< ::app_manager::App_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind< ::app_manager::App_
< ContainerAllocator >
>::other > 
_running_apps_type
typedef boost::shared_ptr
< ::app_manager::ListAppsResponse_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::app_manager::ListAppsResponse_
< ContainerAllocator > > 
Ptr
typedef ListAppsResponse_
< 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)
ROS_DEPRECATED uint32_t get_available_apps_size () const
ROS_DEPRECATED void get_available_apps_vec (std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< ContainerAllocator > >::other > &vec) const
ROS_DEPRECATED uint32_t get_running_apps_size () const
ROS_DEPRECATED void get_running_apps_vec (std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< ContainerAllocator > >::other > &vec) const
 ListAppsResponse_ (const ContainerAllocator &_alloc)
 ListAppsResponse_ ()
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_available_apps_size (uint32_t size)
ROS_DEPRECATED void set_available_apps_vec (const std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< ContainerAllocator > >::other > &vec)
ROS_DEPRECATED void set_running_apps_size (uint32_t size)
ROS_DEPRECATED void set_running_apps_vec (const std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< 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 ()
static ROS_DEPRECATED const
std::string 
__s_getServerMD5Sum ()

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::vector
< ::app_manager::App_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind< ::app_manager::App_
< ContainerAllocator >
>::other > 
available_apps
std::vector
< ::app_manager::App_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind< ::app_manager::App_
< ContainerAllocator >
>::other > 
running_apps

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 app_manager::ListAppsResponse_< ContainerAllocator >

Definition at line 97 of file ListApps.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::_available_apps_type

Definition at line 115 of file ListApps.h.

template<class ContainerAllocator >
typedef std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::_running_apps_type

Definition at line 112 of file ListApps.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::app_manager::ListAppsResponse_<ContainerAllocator> const> app_manager::ListAppsResponse_< ContainerAllocator >::ConstPtr

Definition at line 218 of file ListApps.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::app_manager::ListAppsResponse_<ContainerAllocator> > app_manager::ListAppsResponse_< ContainerAllocator >::Ptr

Definition at line 217 of file ListApps.h.

template<class ContainerAllocator >
typedef ListAppsResponse_<ContainerAllocator> app_manager::ListAppsResponse_< ContainerAllocator >::Type

Definition at line 98 of file ListApps.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
app_manager::ListAppsResponse_< ContainerAllocator >::ListAppsResponse_ (  )  [inline]

Definition at line 100 of file ListApps.h.

template<class ContainerAllocator >
app_manager::ListAppsResponse_< ContainerAllocator >::ListAppsResponse_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 106 of file ListApps.h.


Member Function Documentation

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

Definition at line 132 of file ListApps.h.

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

Definition at line 139 of file ListApps.h.

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

Definition at line 191 of file ListApps.h.

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

Definition at line 146 of file ListApps.h.

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

Definition at line 130 of file ListApps.h.

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

Definition at line 128 of file ListApps.h.

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

Definition at line 137 of file ListApps.h.

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

Definition at line 135 of file ListApps.h.

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

Definition at line 189 of file ListApps.h.

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

Definition at line 149 of file ListApps.h.

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

Definition at line 144 of file ListApps.h.

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

Definition at line 142 of file ListApps.h.

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

Definition at line 201 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t app_manager::ListAppsResponse_< ContainerAllocator >::get_available_apps_size (  )  const [inline]

Definition at line 123 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED void app_manager::ListAppsResponse_< ContainerAllocator >::get_available_apps_vec ( std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 125 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t app_manager::ListAppsResponse_< ContainerAllocator >::get_running_apps_size (  )  const [inline]

Definition at line 119 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED void app_manager::ListAppsResponse_< ContainerAllocator >::get_running_apps_vec ( std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 121 of file ListApps.h.

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

Definition at line 209 of file ListApps.h.

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

Definition at line 193 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED void app_manager::ListAppsResponse_< ContainerAllocator >::set_available_apps_size ( uint32_t  size  )  [inline]

Definition at line 124 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED void app_manager::ListAppsResponse_< ContainerAllocator >::set_available_apps_vec ( const std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 126 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED void app_manager::ListAppsResponse_< ContainerAllocator >::set_running_apps_size ( uint32_t  size  )  [inline]

Definition at line 120 of file ListApps.h.

template<class ContainerAllocator >
ROS_DEPRECATED void app_manager::ListAppsResponse_< ContainerAllocator >::set_running_apps_vec ( const std::vector< ::app_manager::App_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::app_manager::App_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 122 of file ListApps.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > app_manager::ListAppsResponse_< ContainerAllocator >::__connection_header

Definition at line 219 of file ListApps.h.

template<class ContainerAllocator >
std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::available_apps

Definition at line 116 of file ListApps.h.

template<class ContainerAllocator >
std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::running_apps

Definition at line 113 of file ListApps.h.


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


app_manager
Author(s): Jeremy Leibs, Ken Conley
autogenerated on Fri Mar 1 16:09:28 2013