#include <IPAddress.h>
Public Types | |
typedef boost::array< uint8_t, 4 > | _address_type |
typedef boost::array< uint8_t, 4 > | _subnet_mask_type |
typedef uint16_t | _transaction_type |
typedef boost::shared_ptr < ::applanix_msgs::IPAddress_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::applanix_msgs::IPAddress_ < ContainerAllocator > > | Ptr |
typedef IPAddress_ < ContainerAllocator > | Type |
Public Member Functions | |
IPAddress_ () | |
IPAddress_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
boost::array< uint8_t, 4 > | address |
boost::array< uint8_t, 4 > | subnet_mask |
uint16_t | transaction |
Definition at line 21 of file IPAddress.h.
typedef boost::array<uint8_t, 4> applanix_msgs::IPAddress_< ContainerAllocator >::_address_type |
Definition at line 45 of file IPAddress.h.
typedef boost::array<uint8_t, 4> applanix_msgs::IPAddress_< ContainerAllocator >::_subnet_mask_type |
Definition at line 48 of file IPAddress.h.
typedef uint16_t applanix_msgs::IPAddress_< ContainerAllocator >::_transaction_type |
Definition at line 42 of file IPAddress.h.
typedef boost::shared_ptr< ::applanix_msgs::IPAddress_<ContainerAllocator> const> applanix_msgs::IPAddress_< ContainerAllocator >::ConstPtr |
Definition at line 53 of file IPAddress.h.
typedef boost::shared_ptr< ::applanix_msgs::IPAddress_<ContainerAllocator> > applanix_msgs::IPAddress_< ContainerAllocator >::Ptr |
Definition at line 52 of file IPAddress.h.
typedef IPAddress_<ContainerAllocator> applanix_msgs::IPAddress_< ContainerAllocator >::Type |
Definition at line 22 of file IPAddress.h.
applanix_msgs::IPAddress_< ContainerAllocator >::IPAddress_ | ( | ) | [inline] |
Definition at line 24 of file IPAddress.h.
applanix_msgs::IPAddress_< ContainerAllocator >::IPAddress_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file IPAddress.h.
boost::shared_ptr<std::map<std::string, std::string> > applanix_msgs::IPAddress_< ContainerAllocator >::__connection_header |
Definition at line 54 of file IPAddress.h.
boost::array<uint8_t, 4> applanix_msgs::IPAddress_< ContainerAllocator >::address |
Definition at line 46 of file IPAddress.h.
boost::array<uint8_t, 4> applanix_msgs::IPAddress_< ContainerAllocator >::subnet_mask |
Definition at line 49 of file IPAddress.h.
uint16_t applanix_msgs::IPAddress_< ContainerAllocator >::transaction |
Definition at line 43 of file IPAddress.h.