wifi_ddwrt::Network_< ContainerAllocator > Struct Template Reference

#include <Network.h>

List of all members.

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_ ()

Detailed Description

template<class ContainerAllocator>
struct wifi_ddwrt::Network_< ContainerAllocator >

Definition at line 13 of file Network.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_beacon_type

Definition at line 49 of file Network.h.

template<class ContainerAllocator >
typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_channel_type

Definition at line 40 of file Network.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::_essid_type

Definition at line 37 of file Network.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::_macattr_type

Definition at line 34 of file Network.h.

template<class ContainerAllocator >
typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_noise_type

Definition at line 46 of file Network.h.

template<class ContainerAllocator >
typedef int32_t wifi_ddwrt::Network_< ContainerAllocator >::_rssi_type

Definition at line 43 of file Network.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::wifi_ddwrt::Network_<ContainerAllocator> const> wifi_ddwrt::Network_< ContainerAllocator >::ConstPtr

Definition at line 118 of file Network.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::wifi_ddwrt::Network_<ContainerAllocator> > wifi_ddwrt::Network_< ContainerAllocator >::Ptr

Definition at line 117 of file Network.h.

template<class ContainerAllocator >
typedef Network_<ContainerAllocator> wifi_ddwrt::Network_< ContainerAllocator >::Type

Definition at line 12 of file Network.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
wifi_ddwrt::Network_< ContainerAllocator >::Network_ (  )  [inline]

Definition at line 14 of file Network.h.

template<class ContainerAllocator >
wifi_ddwrt::Network_< ContainerAllocator >::Network_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 24 of file Network.h.


Member Function Documentation

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

Definition at line 58 of file Network.h.

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

Definition at line 65 of file Network.h.

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

Definition at line 79 of file Network.h.

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

Definition at line 56 of file Network.h.

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

Definition at line 54 of file Network.h.

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

Definition at line 63 of file Network.h.

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

Definition at line 61 of file Network.h.

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

Definition at line 77 of file Network.h.

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

Definition at line 68 of file Network.h.

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

Definition at line 93 of file Network.h.

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

Definition at line 105 of file Network.h.

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

Definition at line 81 of file Network.h.


Member Data Documentation

template<class ContainerAllocator >
int32_t wifi_ddwrt::Network_< ContainerAllocator >::beacon

Definition at line 50 of file Network.h.

template<class ContainerAllocator >
int32_t wifi_ddwrt::Network_< ContainerAllocator >::channel

Definition at line 41 of file Network.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::essid

Definition at line 38 of file Network.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > wifi_ddwrt::Network_< ContainerAllocator >::macattr

Definition at line 35 of file Network.h.

template<class ContainerAllocator >
int32_t wifi_ddwrt::Network_< ContainerAllocator >::noise

Definition at line 47 of file Network.h.

template<class ContainerAllocator >
int32_t wifi_ddwrt::Network_< ContainerAllocator >::rssi

Definition at line 44 of file Network.h.


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


wifi_ddwrt
Author(s): Scott Hassan/hassan@willowgarage.com, Eitan Marder-Eppstein/eitan@willowgarage.com
autogenerated on Fri Jan 11 09:11:29 2013