#include <SetThrottlingParameters.h>
Public Types | |
typedef float | _max_bandwidth_type |
typedef float | _max_frequency_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _throttling_mode_type |
typedef boost::shared_ptr < ::throttled_transport::SetThrottlingParametersRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::throttled_transport::SetThrottlingParametersRequest_ < ContainerAllocator > > | Ptr |
typedef SetThrottlingParametersRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
SetThrottlingParametersRequest_ () | |
SetThrottlingParametersRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
float | max_bandwidth |
float | max_frequency |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | throttling_mode |
Definition at line 25 of file SetThrottlingParameters.h.
typedef float throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::_max_bandwidth_type |
Definition at line 48 of file SetThrottlingParameters.h.
typedef float throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::_max_frequency_type |
Definition at line 45 of file SetThrottlingParameters.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::_throttling_mode_type |
Definition at line 42 of file SetThrottlingParameters.h.
typedef boost::shared_ptr< ::throttled_transport::SetThrottlingParametersRequest_<ContainerAllocator> const> throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::ConstPtr |
Definition at line 53 of file SetThrottlingParameters.h.
typedef boost::shared_ptr< ::throttled_transport::SetThrottlingParametersRequest_<ContainerAllocator> > throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::Ptr |
Definition at line 52 of file SetThrottlingParameters.h.
typedef SetThrottlingParametersRequest_<ContainerAllocator> throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::Type |
Definition at line 26 of file SetThrottlingParameters.h.
throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::SetThrottlingParametersRequest_ | ( | ) | [inline] |
Definition at line 28 of file SetThrottlingParameters.h.
throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::SetThrottlingParametersRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 35 of file SetThrottlingParameters.h.
boost::shared_ptr<std::map<std::string, std::string> > throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::__connection_header |
Definition at line 54 of file SetThrottlingParameters.h.
float throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::max_bandwidth |
Definition at line 49 of file SetThrottlingParameters.h.
float throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::max_frequency |
Definition at line 46 of file SetThrottlingParameters.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > throttled_transport::SetThrottlingParametersRequest_< ContainerAllocator >::throttling_mode |
Definition at line 43 of file SetThrottlingParameters.h.