#include <PlanNextAction.h>
Public Types | |
enum | { LAST_ACTION_SUCCESS = 0 } |
enum | { LAST_ACTION_NOT_COMPLETED = 1 } |
enum | { LAST_ACTION_FAIL = 2 } |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _jsonFeedback_type |
typedef int32_t | _resultLastAction_type |
typedef int32_t | _sessionId_type |
typedef boost::shared_ptr < ::srs_knowledge::PlanNextActionRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::PlanNextActionRequest_ < ContainerAllocator > > | Ptr |
typedef PlanNextActionRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
PlanNextActionRequest_ () | |
PlanNextActionRequest_ (const ContainerAllocator &_alloc) | |
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 > | jsonFeedback |
int32_t | resultLastAction |
int32_t | sessionId |
Definition at line 26 of file PlanNextAction.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::_jsonFeedback_type |
Definition at line 49 of file PlanNextAction.h.
typedef int32_t srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::_resultLastAction_type |
Definition at line 46 of file PlanNextAction.h.
typedef int32_t srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::_sessionId_type |
Definition at line 43 of file PlanNextAction.h.
typedef boost::shared_ptr< ::srs_knowledge::PlanNextActionRequest_<ContainerAllocator> const> srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::ConstPtr |
Definition at line 57 of file PlanNextAction.h.
typedef boost::shared_ptr< ::srs_knowledge::PlanNextActionRequest_<ContainerAllocator> > srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::Ptr |
Definition at line 56 of file PlanNextAction.h.
typedef PlanNextActionRequest_<ContainerAllocator> srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::Type |
Definition at line 27 of file PlanNextAction.h.
anonymous enum |
Definition at line 52 of file PlanNextAction.h.
anonymous enum |
Definition at line 53 of file PlanNextAction.h.
anonymous enum |
Definition at line 54 of file PlanNextAction.h.
srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::PlanNextActionRequest_ | ( | ) | [inline] |
Definition at line 29 of file PlanNextAction.h.
srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::PlanNextActionRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 36 of file PlanNextAction.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::__connection_header |
Definition at line 58 of file PlanNextAction.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::jsonFeedback |
Definition at line 50 of file PlanNextAction.h.
int32_t srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::resultLastAction |
Definition at line 47 of file PlanNextAction.h.
int32_t srs_knowledge::PlanNextActionRequest_< ContainerAllocator >::sessionId |
Definition at line 44 of file PlanNextAction.h.