#include <Network.h>
Public Types | |
| typedef int32_t | _beacon_type |
| typedef int32_t | _channel_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _essid_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _macattr_type |
| typedef int32_t | _noise_type |
| typedef int32_t | _rssi_type |
| typedef boost::shared_ptr < ::wifi_ddwrt::Network_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::wifi_ddwrt::Network_ < ContainerAllocator > > | Ptr |
| typedef Network_ < 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) |
| Network_ (const ContainerAllocator &_alloc) | |
| Network_ () | |
| 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 | |
| int32_t | beacon |
| int32_t | channel |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | essid |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | macattr |
| int32_t | noise |
| int32_t | rssi |
Static Private Member Functions | |
| static const char * | __s_getDataType_ () |
| static const char * | __s_getMD5Sum_ () |
| static const char * | __s_getMessageDefinition_ () |
Definition at line 13 of file Network.h.
| typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_beacon_type |
| typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_channel_type |
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::_essid_type |
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::_macattr_type |
| typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_noise_type |
| typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_rssi_type |
| typedef boost::shared_ptr< ::wifi_ddwrt::Network_<ContainerAllocator> const> wifi_ddwrt::Network_< ContainerAllocator >::ConstPtr |
| typedef boost::shared_ptr< ::wifi_ddwrt::Network_<ContainerAllocator> > wifi_ddwrt::Network_< ContainerAllocator >::Ptr |
| typedef Network_<ContainerAllocator> wifi_ddwrt::Network_< ContainerAllocator >::Type |
| wifi_ddwrt::Network_< ContainerAllocator >::Network_ | ( | ) | [inline] |
| wifi_ddwrt::Network_< ContainerAllocator >::Network_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
| ROS_DEPRECATED const std::string wifi_ddwrt::Network_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
| ROS_DEPRECATED const std::string wifi_ddwrt::Network_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
| ROS_DEPRECATED const std::string wifi_ddwrt::Network_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
| static ROS_DEPRECATED const std::string wifi_ddwrt::Network_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
| static const char* wifi_ddwrt::Network_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
| static ROS_DEPRECATED const std::string wifi_ddwrt::Network_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
| static const char* wifi_ddwrt::Network_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
| static ROS_DEPRECATED const std::string wifi_ddwrt::Network_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
| static const char* wifi_ddwrt::Network_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
| virtual ROS_DEPRECATED uint8_t* wifi_ddwrt::Network_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
| virtual ROS_DEPRECATED uint32_t wifi_ddwrt::Network_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
| virtual ROS_DEPRECATED uint8_t* wifi_ddwrt::Network_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
| uint32_t | seq | |||
| ) | const [inline, virtual] |
| int32_t wifi_ddwrt::Network_< ContainerAllocator >::beacon |
| int32_t wifi_ddwrt::Network_< ContainerAllocator >::channel |
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::essid |
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::macattr |
| int32_t wifi_ddwrt::Network_< ContainerAllocator >::noise |
| int32_t wifi_ddwrt::Network_< ContainerAllocator >::rssi |