#include <AuctioneerService.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _response_info_type |
typedef double | _winner_cost_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _winner_id_type |
typedef boost::shared_ptr < ::auction_srvs::AuctioneerServiceResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::auction_srvs::AuctioneerServiceResponse_ < ContainerAllocator > > | Ptr |
typedef AuctioneerServiceResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
ROS_DEPRECATED const std::string | __getDataType () const |
ROS_DEPRECATED const std::string | __getMD5Sum () const |
ROS_DEPRECATED const std::string | __getMessageDefinition () const |
ROS_DEPRECATED const std::string | __getServerMD5Sum () const |
AuctioneerServiceResponse_ () | |
AuctioneerServiceResponse_ (const ContainerAllocator &_alloc) | |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
Static Public Member Functions | |
static ROS_DEPRECATED const std::string | __s_getDataType () |
static ROS_DEPRECATED const std::string | __s_getMD5Sum () |
static ROS_DEPRECATED const std::string | __s_getMessageDefinition () |
static ROS_DEPRECATED const std::string | __s_getServerMD5Sum () |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | response_info |
double | winner_cost |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | winner_id |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
static const char * | __s_getServerMD5Sum_ () |
Definition at line 162 of file AuctioneerService.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::_response_info_type |
Definition at line 179 of file AuctioneerService.h.
typedef double auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::_winner_cost_type |
Definition at line 185 of file AuctioneerService.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::_winner_id_type |
Definition at line 182 of file AuctioneerService.h.
typedef boost::shared_ptr< ::auction_srvs::AuctioneerServiceResponse_<ContainerAllocator> const> auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::ConstPtr |
Definition at line 252 of file AuctioneerService.h.
typedef boost::shared_ptr< ::auction_srvs::AuctioneerServiceResponse_<ContainerAllocator> > auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::Ptr |
Definition at line 251 of file AuctioneerService.h.
typedef AuctioneerServiceResponse_<ContainerAllocator> auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::Type |
Definition at line 163 of file AuctioneerService.h.
auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::AuctioneerServiceResponse_ | ( | ) | [inline] |
Definition at line 165 of file AuctioneerService.h.
auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::AuctioneerServiceResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 172 of file AuctioneerService.h.
ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 194 of file AuctioneerService.h.
ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 201 of file AuctioneerService.h.
ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 222 of file AuctioneerService.h.
ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__getServerMD5Sum | ( | ) | const [inline] |
Definition at line 208 of file AuctioneerService.h.
static ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 192 of file AuctioneerService.h.
static const char* auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 190 of file AuctioneerService.h.
static ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 199 of file AuctioneerService.h.
static const char* auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 197 of file AuctioneerService.h.
static ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 220 of file AuctioneerService.h.
static const char* auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 211 of file AuctioneerService.h.
static ROS_DEPRECATED const std::string auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getServerMD5Sum | ( | ) | [inline, static] |
Definition at line 206 of file AuctioneerService.h.
static const char* auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__s_getServerMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 204 of file AuctioneerService.h.
virtual ROS_DEPRECATED uint8_t* auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 233 of file AuctioneerService.h.
virtual ROS_DEPRECATED uint32_t auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 242 of file AuctioneerService.h.
virtual ROS_DEPRECATED uint8_t* auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, |
uint32_t | seq | ||
) | const [inline, virtual] |
Definition at line 224 of file AuctioneerService.h.
boost::shared_ptr<std::map<std::string, std::string> > auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::__connection_header |
Definition at line 253 of file AuctioneerService.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::response_info |
Definition at line 180 of file AuctioneerService.h.
double auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::winner_cost |
Definition at line 186 of file AuctioneerService.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > auction_srvs::AuctioneerServiceResponse_< ContainerAllocator >::winner_id |
Definition at line 183 of file AuctioneerService.h.