#include <Advertise.h>
Public Types | |
typedef uint8_t | _cancel_type |
typedef std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other > | _rules_type |
typedef boost::shared_ptr < ::gateway_comms::AdvertiseRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::AdvertiseRequest_ < ContainerAllocator > > | Ptr |
typedef AdvertiseRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
AdvertiseRequest_ () | |
AdvertiseRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | cancel |
std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other > | rules |
Definition at line 27 of file Advertise.h.
typedef uint8_t gateway_comms::AdvertiseRequest_< ContainerAllocator >::_cancel_type |
Definition at line 42 of file Advertise.h.
typedef std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::AdvertiseRequest_< ContainerAllocator >::_rules_type |
Definition at line 45 of file Advertise.h.
typedef boost::shared_ptr< ::gateway_comms::AdvertiseRequest_<ContainerAllocator> const> gateway_comms::AdvertiseRequest_< ContainerAllocator >::ConstPtr |
Definition at line 50 of file Advertise.h.
typedef boost::shared_ptr< ::gateway_comms::AdvertiseRequest_<ContainerAllocator> > gateway_comms::AdvertiseRequest_< ContainerAllocator >::Ptr |
Definition at line 49 of file Advertise.h.
typedef AdvertiseRequest_<ContainerAllocator> gateway_comms::AdvertiseRequest_< ContainerAllocator >::Type |
Definition at line 28 of file Advertise.h.
gateway_comms::AdvertiseRequest_< ContainerAllocator >::AdvertiseRequest_ | ( | ) | [inline] |
Definition at line 30 of file Advertise.h.
gateway_comms::AdvertiseRequest_< ContainerAllocator >::AdvertiseRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 36 of file Advertise.h.
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::AdvertiseRequest_< ContainerAllocator >::__connection_header |
Definition at line 51 of file Advertise.h.
uint8_t gateway_comms::AdvertiseRequest_< ContainerAllocator >::cancel |
Definition at line 43 of file Advertise.h.
std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::AdvertiseRequest_< ContainerAllocator >::rules |
Definition at line 46 of file Advertise.h.