$search
#include <EventSetup.h>
Public Types | |
enum | { TRIGGER_POSITIVE_EDGE = 0 } |
enum | { TRIGGER_NEGATIVE_EDGE = 1 } |
enum | { POLARITY_POSITIVE_PULSE = 0 } |
enum | { POLARITY_NEGATIVE_PULSE = 1 } |
enum | { POLARITY_PASS_THROUGH = 2 } |
typedef uint16_t | _event_1_guard_time_type |
typedef uint8_t | _event_1_trigger_type |
typedef uint16_t | _event_2_guard_time_type |
typedef uint8_t | _event_2_trigger_type |
typedef uint16_t | _event_3_guard_time_type |
typedef uint8_t | _event_3_trigger_type |
typedef uint16_t | _event_4_guard_time_type |
typedef uint8_t | _event_4_trigger_type |
typedef uint16_t | _event_5_guard_time_type |
typedef uint8_t | _event_5_trigger_type |
typedef uint16_t | _event_6_guard_time_type |
typedef uint8_t | _event_6_trigger_type |
typedef uint8_t | _pps_out_polarity_type |
typedef uint16_t | _transaction_type |
typedef boost::shared_ptr < ::applanix_msgs::EventSetup_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::applanix_msgs::EventSetup_ < ContainerAllocator > > | Ptr |
typedef EventSetup_ < 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 |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
EventSetup_ (const ContainerAllocator &_alloc) | |
EventSetup_ () | |
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 () |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint16_t | event_1_guard_time |
uint8_t | event_1_trigger |
uint16_t | event_2_guard_time |
uint8_t | event_2_trigger |
uint16_t | event_3_guard_time |
uint8_t | event_3_trigger |
uint16_t | event_4_guard_time |
uint8_t | event_4_trigger |
uint16_t | event_5_guard_time |
uint8_t | event_5_trigger |
uint16_t | event_6_guard_time |
uint8_t | event_6_trigger |
uint8_t | pps_out_polarity |
uint16_t | transaction |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 21 of file EventSetup.h.
typedef uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_1_guard_time_type |
Definition at line 81 of file EventSetup.h.
typedef uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_1_trigger_type |
Definition at line 63 of file EventSetup.h.
typedef uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_2_guard_time_type |
Definition at line 84 of file EventSetup.h.
typedef uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_2_trigger_type |
Definition at line 66 of file EventSetup.h.
typedef uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_3_guard_time_type |
Definition at line 87 of file EventSetup.h.
typedef uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_3_trigger_type |
Definition at line 69 of file EventSetup.h.
typedef uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_4_guard_time_type |
Definition at line 90 of file EventSetup.h.
typedef uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_4_trigger_type |
Definition at line 72 of file EventSetup.h.
typedef uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_5_guard_time_type |
Definition at line 93 of file EventSetup.h.
typedef uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_5_trigger_type |
Definition at line 75 of file EventSetup.h.
typedef uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_6_guard_time_type |
Definition at line 96 of file EventSetup.h.
typedef uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::_event_6_trigger_type |
Definition at line 78 of file EventSetup.h.
typedef uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::_pps_out_polarity_type |
Definition at line 99 of file EventSetup.h.
typedef uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::_transaction_type |
Definition at line 60 of file EventSetup.h.
typedef boost::shared_ptr< ::applanix_msgs::EventSetup_<ContainerAllocator> const> applanix_msgs::EventSetup_< ContainerAllocator >::ConstPtr |
Definition at line 214 of file EventSetup.h.
typedef boost::shared_ptr< ::applanix_msgs::EventSetup_<ContainerAllocator> > applanix_msgs::EventSetup_< ContainerAllocator >::Ptr |
Definition at line 213 of file EventSetup.h.
typedef EventSetup_<ContainerAllocator> applanix_msgs::EventSetup_< ContainerAllocator >::Type |
Definition at line 22 of file EventSetup.h.
anonymous enum |
Definition at line 102 of file EventSetup.h.
anonymous enum |
Definition at line 103 of file EventSetup.h.
anonymous enum |
Definition at line 104 of file EventSetup.h.
anonymous enum |
Definition at line 105 of file EventSetup.h.
anonymous enum |
Definition at line 106 of file EventSetup.h.
applanix_msgs::EventSetup_< ContainerAllocator >::EventSetup_ | ( | ) | [inline] |
Definition at line 24 of file EventSetup.h.
applanix_msgs::EventSetup_< ContainerAllocator >::EventSetup_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 42 of file EventSetup.h.
ROS_DEPRECATED const std::string applanix_msgs::EventSetup_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 113 of file EventSetup.h.
ROS_DEPRECATED const std::string applanix_msgs::EventSetup_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 120 of file EventSetup.h.
ROS_DEPRECATED const std::string applanix_msgs::EventSetup_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 151 of file EventSetup.h.
static ROS_DEPRECATED const std::string applanix_msgs::EventSetup_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 111 of file EventSetup.h.
static const char* applanix_msgs::EventSetup_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 109 of file EventSetup.h.
static ROS_DEPRECATED const std::string applanix_msgs::EventSetup_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 118 of file EventSetup.h.
static const char* applanix_msgs::EventSetup_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 116 of file EventSetup.h.
static ROS_DEPRECATED const std::string applanix_msgs::EventSetup_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 149 of file EventSetup.h.
static const char* applanix_msgs::EventSetup_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 123 of file EventSetup.h.
virtual ROS_DEPRECATED uint8_t* applanix_msgs::EventSetup_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 173 of file EventSetup.h.
virtual ROS_DEPRECATED uint32_t applanix_msgs::EventSetup_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 193 of file EventSetup.h.
virtual ROS_DEPRECATED uint8_t* applanix_msgs::EventSetup_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 153 of file EventSetup.h.
boost::shared_ptr<std::map<std::string, std::string> > applanix_msgs::EventSetup_< ContainerAllocator >::__connection_header |
Definition at line 215 of file EventSetup.h.
uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::event_1_guard_time |
Definition at line 82 of file EventSetup.h.
uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::event_1_trigger |
Definition at line 64 of file EventSetup.h.
uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::event_2_guard_time |
Definition at line 85 of file EventSetup.h.
uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::event_2_trigger |
Definition at line 67 of file EventSetup.h.
uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::event_3_guard_time |
Definition at line 88 of file EventSetup.h.
uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::event_3_trigger |
Definition at line 70 of file EventSetup.h.
uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::event_4_guard_time |
Definition at line 91 of file EventSetup.h.
uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::event_4_trigger |
Definition at line 73 of file EventSetup.h.
uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::event_5_guard_time |
Definition at line 94 of file EventSetup.h.
uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::event_5_trigger |
Definition at line 76 of file EventSetup.h.
uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::event_6_guard_time |
Definition at line 97 of file EventSetup.h.
uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::event_6_trigger |
Definition at line 79 of file EventSetup.h.
uint8_t applanix_msgs::EventSetup_< ContainerAllocator >::pps_out_polarity |
Definition at line 100 of file EventSetup.h.
uint16_t applanix_msgs::EventSetup_< ContainerAllocator >::transaction |
Definition at line 61 of file EventSetup.h.