#include <ScanGoal.h>
Public Types | |
typedef std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | _frequencies_type |
typedef std::vector < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | _ssids_type |
typedef boost::shared_ptr < ::wpa_supplicant_node::ScanGoal_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::wpa_supplicant_node::ScanGoal_ < ContainerAllocator > > | Ptr |
typedef ScanGoal_ < 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 |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
ROS_DEPRECATED uint32_t | get_frequencies_size () const |
ROS_DEPRECATED void | get_frequencies_vec (std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_ssids_size () const |
ROS_DEPRECATED void | get_ssids_vec (std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec) const |
ScanGoal_ (const ContainerAllocator &_alloc) | |
ScanGoal_ () | |
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_frequencies_size (uint32_t size) |
ROS_DEPRECATED void | set_frequencies_vec (const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) |
ROS_DEPRECATED void | set_ssids_size (uint32_t size) |
ROS_DEPRECATED void | set_ssids_vec (const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::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 | |
std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | frequencies |
std::vector< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | ssids |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 17 of file ScanGoal.h.
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > wpa_supplicant_node::ScanGoal_< ContainerAllocator >::_frequencies_type |
Definition at line 36 of file ScanGoal.h.
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > wpa_supplicant_node::ScanGoal_< ContainerAllocator >::_ssids_type |
Definition at line 33 of file ScanGoal.h.
typedef boost::shared_ptr< ::wpa_supplicant_node::ScanGoal_<ContainerAllocator> const> wpa_supplicant_node::ScanGoal_< ContainerAllocator >::ConstPtr |
Definition at line 98 of file ScanGoal.h.
typedef boost::shared_ptr< ::wpa_supplicant_node::ScanGoal_<ContainerAllocator> > wpa_supplicant_node::ScanGoal_< ContainerAllocator >::Ptr |
Definition at line 97 of file ScanGoal.h.
typedef ScanGoal_<ContainerAllocator> wpa_supplicant_node::ScanGoal_< ContainerAllocator >::Type |
Definition at line 19 of file ScanGoal.h.
wpa_supplicant_node::ScanGoal_< ContainerAllocator >::ScanGoal_ | ( | ) | [inline] |
Definition at line 21 of file ScanGoal.h.
wpa_supplicant_node::ScanGoal_< ContainerAllocator >::ScanGoal_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 27 of file ScanGoal.h.
ROS_DEPRECATED const std::string wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 53 of file ScanGoal.h.
ROS_DEPRECATED const std::string wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 60 of file ScanGoal.h.
ROS_DEPRECATED const std::string wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 71 of file ScanGoal.h.
static ROS_DEPRECATED const std::string wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 51 of file ScanGoal.h.
static const char* wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 49 of file ScanGoal.h.
static ROS_DEPRECATED const std::string wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 58 of file ScanGoal.h.
static const char* wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 56 of file ScanGoal.h.
static ROS_DEPRECATED const std::string wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 69 of file ScanGoal.h.
static const char* wpa_supplicant_node::ScanGoal_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 63 of file ScanGoal.h.
virtual ROS_DEPRECATED uint8_t* wpa_supplicant_node::ScanGoal_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 81 of file ScanGoal.h.
ROS_DEPRECATED uint32_t wpa_supplicant_node::ScanGoal_< ContainerAllocator >::get_frequencies_size | ( | ) | const [inline] |
Definition at line 44 of file ScanGoal.h.
ROS_DEPRECATED void wpa_supplicant_node::ScanGoal_< ContainerAllocator >::get_frequencies_vec | ( | std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > & | vec | ) | const [inline] |
Definition at line 46 of file ScanGoal.h.
ROS_DEPRECATED uint32_t wpa_supplicant_node::ScanGoal_< ContainerAllocator >::get_ssids_size | ( | ) | const [inline] |
Definition at line 40 of file ScanGoal.h.
ROS_DEPRECATED void wpa_supplicant_node::ScanGoal_< ContainerAllocator >::get_ssids_vec | ( | std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > & | vec | ) | const [inline] |
Definition at line 42 of file ScanGoal.h.
virtual ROS_DEPRECATED uint32_t wpa_supplicant_node::ScanGoal_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 89 of file ScanGoal.h.
virtual ROS_DEPRECATED uint8_t* wpa_supplicant_node::ScanGoal_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 73 of file ScanGoal.h.
ROS_DEPRECATED void wpa_supplicant_node::ScanGoal_< ContainerAllocator >::set_frequencies_size | ( | uint32_t | size | ) | [inline] |
Definition at line 45 of file ScanGoal.h.
ROS_DEPRECATED void wpa_supplicant_node::ScanGoal_< ContainerAllocator >::set_frequencies_vec | ( | const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > & | vec | ) | [inline] |
Definition at line 47 of file ScanGoal.h.
ROS_DEPRECATED void wpa_supplicant_node::ScanGoal_< ContainerAllocator >::set_ssids_size | ( | uint32_t | size | ) | [inline] |
Definition at line 41 of file ScanGoal.h.
ROS_DEPRECATED void wpa_supplicant_node::ScanGoal_< ContainerAllocator >::set_ssids_vec | ( | const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > & | vec | ) | [inline] |
Definition at line 43 of file ScanGoal.h.
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > wpa_supplicant_node::ScanGoal_< ContainerAllocator >::frequencies |
Definition at line 37 of file ScanGoal.h.
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > wpa_supplicant_node::ScanGoal_< ContainerAllocator >::ssids |
Definition at line 34 of file ScanGoal.h.