#include <LightMode.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _error_msg_type |
typedef int32_t | _error_type_type |
typedef boost::shared_ptr < ::cob_lightmode::LightModeResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::cob_lightmode::LightModeResponse_ < ContainerAllocator > > | Ptr |
typedef LightModeResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
LightModeResponse_ () | |
LightModeResponse_ (const ContainerAllocator &_alloc) | |
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 > | error_msg |
int32_t | error_type |
Definition at line 59 of file LightMode.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_lightmode::LightModeResponse_< ContainerAllocator >::_error_msg_type |
Definition at line 77 of file LightMode.h.
typedef int32_t cob_lightmode::LightModeResponse_< ContainerAllocator >::_error_type_type |
Definition at line 74 of file LightMode.h.
typedef boost::shared_ptr< ::cob_lightmode::LightModeResponse_<ContainerAllocator> const> cob_lightmode::LightModeResponse_< ContainerAllocator >::ConstPtr |
Definition at line 82 of file LightMode.h.
typedef boost::shared_ptr< ::cob_lightmode::LightModeResponse_<ContainerAllocator> > cob_lightmode::LightModeResponse_< ContainerAllocator >::Ptr |
Definition at line 81 of file LightMode.h.
typedef LightModeResponse_<ContainerAllocator> cob_lightmode::LightModeResponse_< ContainerAllocator >::Type |
Definition at line 60 of file LightMode.h.
cob_lightmode::LightModeResponse_< ContainerAllocator >::LightModeResponse_ | ( | ) | [inline] |
Definition at line 62 of file LightMode.h.
cob_lightmode::LightModeResponse_< ContainerAllocator >::LightModeResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 68 of file LightMode.h.
boost::shared_ptr<std::map<std::string, std::string> > cob_lightmode::LightModeResponse_< ContainerAllocator >::__connection_header |
Definition at line 83 of file LightMode.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cob_lightmode::LightModeResponse_< ContainerAllocator >::error_msg |
Definition at line 78 of file LightMode.h.
int32_t cob_lightmode::LightModeResponse_< ContainerAllocator >::error_type |
Definition at line 75 of file LightMode.h.