#include <TemporalAction.h>
Public Types | |
typedef double | _duration_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef std::vector < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | _parameters_type |
typedef double | _start_time_type |
typedef boost::shared_ptr < ::continual_planning_executive::TemporalAction_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::continual_planning_executive::TemporalAction_ < ContainerAllocator > > | Ptr |
typedef TemporalAction_ < ContainerAllocator > | Type |
Public Member Functions | |
TemporalAction_ () | |
TemporalAction_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | duration |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
std::vector< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | parameters |
double | start_time |
Definition at line 21 of file TemporalAction.h.
typedef double continual_planning_executive::TemporalAction_< ContainerAllocator >::_duration_type |
Definition at line 49 of file TemporalAction.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > continual_planning_executive::TemporalAction_< ContainerAllocator >::_name_type |
Definition at line 40 of file TemporalAction.h.
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > continual_planning_executive::TemporalAction_< ContainerAllocator >::_parameters_type |
Definition at line 43 of file TemporalAction.h.
typedef double continual_planning_executive::TemporalAction_< ContainerAllocator >::_start_time_type |
Definition at line 46 of file TemporalAction.h.
typedef boost::shared_ptr< ::continual_planning_executive::TemporalAction_<ContainerAllocator> const> continual_planning_executive::TemporalAction_< ContainerAllocator >::ConstPtr |
Definition at line 54 of file TemporalAction.h.
typedef boost::shared_ptr< ::continual_planning_executive::TemporalAction_<ContainerAllocator> > continual_planning_executive::TemporalAction_< ContainerAllocator >::Ptr |
Definition at line 53 of file TemporalAction.h.
typedef TemporalAction_<ContainerAllocator> continual_planning_executive::TemporalAction_< ContainerAllocator >::Type |
Definition at line 22 of file TemporalAction.h.
continual_planning_executive::TemporalAction_< ContainerAllocator >::TemporalAction_ | ( | ) | [inline] |
Definition at line 24 of file TemporalAction.h.
continual_planning_executive::TemporalAction_< ContainerAllocator >::TemporalAction_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file TemporalAction.h.
boost::shared_ptr<std::map<std::string, std::string> > continual_planning_executive::TemporalAction_< ContainerAllocator >::__connection_header |
Definition at line 55 of file TemporalAction.h.
double continual_planning_executive::TemporalAction_< ContainerAllocator >::duration |
Definition at line 50 of file TemporalAction.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > continual_planning_executive::TemporalAction_< ContainerAllocator >::name |
Definition at line 41 of file TemporalAction.h.
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > continual_planning_executive::TemporalAction_< ContainerAllocator >::parameters |
Definition at line 44 of file TemporalAction.h.
double continual_planning_executive::TemporalAction_< ContainerAllocator >::start_time |
Definition at line 47 of file TemporalAction.h.