2 #ifndef LAUNCHMAN_MESSAGE_APPSTATUS_H 3 #define LAUNCHMAN_MESSAGE_APPSTATUS_H 21 template <
class ContainerAllocator>
35 typedef std::vector< ::launchman::Application_<ContainerAllocator> ,
typename ContainerAllocator::template rebind< ::launchman::Application_<ContainerAllocator> >::other >
_active_type;
36 std::vector< ::launchman::Application_<ContainerAllocator> ,
typename ContainerAllocator::template rebind< ::launchman::Application_<ContainerAllocator> >::other >
active;
43 typedef ::launchman::AppStatus_<std::allocator<void> >
AppStatus;
49 template<
typename ContainerAllocator>
50 std::ostream& operator<<(std::ostream& s, const ::launchman::AppStatus_<ContainerAllocator> & v)
59 namespace message_traits
63 template<
class ContainerAllocator>
67 return "8a2d696a9a11a9fb77b5416e878dcad0";
70 static const char*
value(const ::launchman::AppStatus_<ContainerAllocator> &) {
return value(); }
71 static const uint64_t static_value1 = 0x8a2d696a9a11a9fbULL;
72 static const uint64_t static_value2 = 0x77b5416e878dcad0ULL;
75 template<
class ContainerAllocator>
79 return "launchman/AppStatus";
82 static const char*
value(const ::launchman::AppStatus_<ContainerAllocator> &) {
return value(); }
85 template<
class ContainerAllocator>
89 return "Application[] active\n\ 91 ================================================================================\n\ 92 MSG: launchman/Application\n\ 103 static const char*
value(const ::launchman::AppStatus_<ContainerAllocator> &) {
return value(); }
111 namespace serialization
116 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
118 stream.next(m.active);
128 namespace message_operations
131 template<
class ContainerAllocator>
134 template<
typename Stream>
static void stream(Stream& s,
const std::string& indent, const ::launchman::AppStatus_<ContainerAllocator> & v)
136 s << indent <<
"active[]" << std::endl;
137 for (
size_t i = 0; i < v.active.size(); ++i)
139 s << indent <<
" active[" << i <<
"]: ";
151 #endif // LAUNCHMAN_MESSAGE_APPSTATUS_H std::vector< ::launchman::Application_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::launchman::Application_< ContainerAllocator > >::other > active
static const char * value(const ::launchman::AppStatus_< ContainerAllocator > &)
AppStatus_< ContainerAllocator > Type
boost::shared_ptr< std::map< std::string, std::string > > __connection_header
static const char * value(const ::launchman::AppStatus_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::launchman::AppStatus_< ContainerAllocator > &v)
boost::shared_ptr< ::launchman::AppStatus_< ContainerAllocator > > Ptr
static const char * value()
boost::shared_ptr< ::launchman::AppStatus_< ContainerAllocator > const > ConstPtr
boost::shared_ptr< ::launchman::AppStatus const > AppStatusConstPtr
::launchman::AppStatus_< std::allocator< void > > AppStatus
boost::shared_ptr< ::launchman::AppStatus > AppStatusPtr
static const char * value()
ROS_DECLARE_ALLINONE_SERIALIZER
static void allInOne(Stream &stream, T m)
AppStatus_(const ContainerAllocator &_alloc)
static const char * value(const ::launchman::AppStatus_< ContainerAllocator > &)
std::vector< ::launchman::Application_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::launchman::Application_< ContainerAllocator > >::other > _active_type
static const char * value()