#include <Constants.h>
Public Types | |
typedef boost::shared_ptr < ::bond::Constants_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::bond::Constants_ < ContainerAllocator > > | Ptr |
typedef Constants_ < ContainerAllocator > | Type |
Public Member Functions | |
Constants_ () | |
Constants_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
Static Public Attributes | |
static const float | DEAD_PUBLISH_PERIOD = 0.05 |
static const float | DEFAULT_CONNECT_TIMEOUT = 10.0 |
static const float | DEFAULT_DISCONNECT_TIMEOUT = 2.0 |
static const float | DEFAULT_HEARTBEAT_PERIOD = 1.0 |
static const float | DEFAULT_HEARTBEAT_TIMEOUT = 4.0 |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | DISABLE_HEARTBEAT_TIMEOUT_PARAM = "/bond_disable_heartbeat_timeout" |
Definition at line 21 of file Constants.h.
typedef boost::shared_ptr< ::bond::Constants_<ContainerAllocator> const> bond::Constants_< ContainerAllocator >::ConstPtr |
Definition at line 40 of file Constants.h.
typedef boost::shared_ptr< ::bond::Constants_<ContainerAllocator> > bond::Constants_< ContainerAllocator >::Ptr |
Definition at line 39 of file Constants.h.
typedef Constants_<ContainerAllocator> bond::Constants_< ContainerAllocator >::Type |
Definition at line 22 of file Constants.h.
bond::Constants_< ContainerAllocator >::Constants_ | ( | ) | [inline] |
Definition at line 24 of file Constants.h.
bond::Constants_< ContainerAllocator >::Constants_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 28 of file Constants.h.
boost::shared_ptr<std::map<std::string, std::string> > bond::Constants_< ContainerAllocator >::__connection_header |
Definition at line 41 of file Constants.h.
const float bond::Constants_< ContainerAllocator >::DEAD_PUBLISH_PERIOD = 0.05 [static] |
Definition at line 32 of file Constants.h.
const float bond::Constants_< ContainerAllocator >::DEFAULT_CONNECT_TIMEOUT = 10.0 [static] |
Definition at line 33 of file Constants.h.
const float bond::Constants_< ContainerAllocator >::DEFAULT_DISCONNECT_TIMEOUT = 2.0 [static] |
Definition at line 35 of file Constants.h.
const float bond::Constants_< ContainerAllocator >::DEFAULT_HEARTBEAT_PERIOD = 1.0 [static] |
Definition at line 36 of file Constants.h.
const float bond::Constants_< ContainerAllocator >::DEFAULT_HEARTBEAT_TIMEOUT = 4.0 [static] |
Definition at line 34 of file Constants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > bond::Constants_< ContainerAllocator >::DISABLE_HEARTBEAT_TIMEOUT_PARAM = "/bond_disable_heartbeat_timeout" [static] |
Definition at line 37 of file Constants.h.