Project: engagement_srvs

License: BSD

Dependencies:

Used by:

All Packages

engagement_srvs::TurnFragmentResponse_< ContainerAllocator > Struct Template Reference

#include <TurnFragment.h>

List of all members.

Public Types

typedef std::vector
< ::engagement_msgs::BCOccurrence_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::engagement_msgs::BCOccurrence_
< ContainerAllocator >
>::other > 
_backchannels_type
typedef std::vector
< ::bml_msgs::BehaviorResult_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::bml_msgs::BehaviorResult_
< ContainerAllocator >
>::other > 
_behaviors_type
typedef
::engagement_msgs::APAction_
< ContainerAllocator > 
_response_type
typedef ::bml_msgs::Flag_
< ContainerAllocator > 
_result_type
typedef boost::shared_ptr
< ::engagement_srvs::TurnFragmentResponse_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::engagement_srvs::TurnFragmentResponse_
< ContainerAllocator > > 
Ptr
typedef TurnFragmentResponse_
< 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
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
ROS_DEPRECATED uint32_t get_backchannels_size () const
ROS_DEPRECATED void get_backchannels_vec (std::vector< ::engagement_msgs::BCOccurrence_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::engagement_msgs::BCOccurrence_< ContainerAllocator > >::other > &vec) const
ROS_DEPRECATED uint32_t get_behaviors_size () const
ROS_DEPRECATED void get_behaviors_vec (std::vector< ::bml_msgs::BehaviorResult_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::bml_msgs::BehaviorResult_< ContainerAllocator > >::other > &vec) const
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
ROS_DEPRECATED void set_backchannels_size (uint32_t size)
ROS_DEPRECATED void set_backchannels_vec (const std::vector< ::engagement_msgs::BCOccurrence_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::engagement_msgs::BCOccurrence_< ContainerAllocator > >::other > &vec)
ROS_DEPRECATED void set_behaviors_size (uint32_t size)
ROS_DEPRECATED void set_behaviors_vec (const std::vector< ::bml_msgs::BehaviorResult_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::bml_msgs::BehaviorResult_< ContainerAllocator > >::other > &vec)
 TurnFragmentResponse_ (const ContainerAllocator &_alloc)
 TurnFragmentResponse_ ()

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

std::vector
< ::engagement_msgs::BCOccurrence_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::engagement_msgs::BCOccurrence_
< ContainerAllocator >
>::other > 
backchannels
std::vector
< ::bml_msgs::BehaviorResult_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::bml_msgs::BehaviorResult_
< ContainerAllocator >
>::other > 
behaviors
::engagement_msgs::APAction_
< ContainerAllocator > 
response
::bml_msgs::Flag_
< ContainerAllocator > 
result

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()
static const char * __s_getServerMD5Sum_ ()

Detailed Description

template<class ContainerAllocator>
struct engagement_srvs::TurnFragmentResponse_< ContainerAllocator >

Definition at line 103 of file TurnFragment.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector< ::engagement_msgs::BCOccurrence_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::engagement_msgs::BCOccurrence_<ContainerAllocator> >::other > engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::_backchannels_type

Definition at line 129 of file TurnFragment.h.

template<class ContainerAllocator >
typedef std::vector< ::bml_msgs::BehaviorResult_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::bml_msgs::BehaviorResult_<ContainerAllocator> >::other > engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::_behaviors_type

Definition at line 126 of file TurnFragment.h.

template<class ContainerAllocator >
typedef ::engagement_msgs::APAction_<ContainerAllocator> engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::_response_type

Definition at line 132 of file TurnFragment.h.

template<class ContainerAllocator >
typedef ::bml_msgs::Flag_<ContainerAllocator> engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::_result_type

Definition at line 123 of file TurnFragment.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::engagement_srvs::TurnFragmentResponse_<ContainerAllocator> const> engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::ConstPtr

Definition at line 296 of file TurnFragment.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::engagement_srvs::TurnFragmentResponse_<ContainerAllocator> > engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::Ptr

Definition at line 295 of file TurnFragment.h.

template<class ContainerAllocator >
typedef TurnFragmentResponse_<ContainerAllocator> engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::Type

Definition at line 105 of file TurnFragment.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::TurnFragmentResponse_ (  )  [inline]

Definition at line 107 of file TurnFragment.h.

template<class ContainerAllocator >
engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::TurnFragmentResponse_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 115 of file TurnFragment.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 149 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 156 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 263 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__getServerMD5Sum (  )  const [inline]

Definition at line 163 of file TurnFragment.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 147 of file TurnFragment.h.

template<class ContainerAllocator >
static const char* engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 145 of file TurnFragment.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 154 of file TurnFragment.h.

template<class ContainerAllocator >
static const char* engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 152 of file TurnFragment.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 261 of file TurnFragment.h.

template<class ContainerAllocator >
static const char* engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 166 of file TurnFragment.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getServerMD5Sum (  )  [inline, static]

Definition at line 161 of file TurnFragment.h.

template<class ContainerAllocator >
static const char* engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::__s_getServerMD5Sum_ (  )  [inline, static, private]

Definition at line 159 of file TurnFragment.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 275 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::get_backchannels_size (  )  const [inline]

Definition at line 140 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED void engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::get_backchannels_vec ( std::vector< ::engagement_msgs::BCOccurrence_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::engagement_msgs::BCOccurrence_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 142 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::get_behaviors_size (  )  const [inline]

Definition at line 136 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED void engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::get_behaviors_vec ( std::vector< ::bml_msgs::BehaviorResult_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::bml_msgs::BehaviorResult_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 138 of file TurnFragment.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 285 of file TurnFragment.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 265 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED void engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::set_backchannels_size ( uint32_t  size  )  [inline]

Definition at line 141 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED void engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::set_backchannels_vec ( const std::vector< ::engagement_msgs::BCOccurrence_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::engagement_msgs::BCOccurrence_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 143 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED void engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::set_behaviors_size ( uint32_t  size  )  [inline]

Definition at line 137 of file TurnFragment.h.

template<class ContainerAllocator >
ROS_DEPRECATED void engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::set_behaviors_vec ( const std::vector< ::bml_msgs::BehaviorResult_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::bml_msgs::BehaviorResult_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 139 of file TurnFragment.h.


Member Data Documentation

template<class ContainerAllocator >
std::vector< ::engagement_msgs::BCOccurrence_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::engagement_msgs::BCOccurrence_<ContainerAllocator> >::other > engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::backchannels

Definition at line 130 of file TurnFragment.h.

template<class ContainerAllocator >
std::vector< ::bml_msgs::BehaviorResult_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::bml_msgs::BehaviorResult_<ContainerAllocator> >::other > engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::behaviors

Definition at line 127 of file TurnFragment.h.

template<class ContainerAllocator >
::engagement_msgs::APAction_<ContainerAllocator> engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::response

Definition at line 133 of file TurnFragment.h.

template<class ContainerAllocator >
::bml_msgs::Flag_<ContainerAllocator> engagement_srvs::TurnFragmentResponse_< ContainerAllocator >::result

Definition at line 124 of file TurnFragment.h.


The documentation for this struct was generated from the following file:

engagement_srvs
Author(s): Aaron Holroyd (aholroyd (at) wpi (dot) edu), Brett Ponsler (bponsler (at) wpi (dot) edu)
autogenerated on Fri Sep 9 10:35:47 2011