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