#include <CommonFooter.h>
Public Types | |
typedef uint16_t | _checksum_type |
typedef boost::array< uint8_t, 2 > | _end_type |
typedef boost::shared_ptr < ::applanix_msgs::CommonFooter_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::applanix_msgs::CommonFooter_ < ContainerAllocator > > | Ptr |
typedef CommonFooter_ < ContainerAllocator > | Type |
Public Member Functions | |
CommonFooter_ () | |
CommonFooter_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint16_t | checksum |
boost::array< uint8_t, 2 > | end |
Static Public Attributes | |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | END = "$#" |
Definition at line 21 of file CommonFooter.h.
typedef uint16_t applanix_msgs::CommonFooter_< ContainerAllocator >::_checksum_type |
Definition at line 38 of file CommonFooter.h.
typedef boost::array<uint8_t, 2> applanix_msgs::CommonFooter_< ContainerAllocator >::_end_type |
Definition at line 41 of file CommonFooter.h.
typedef boost::shared_ptr< ::applanix_msgs::CommonFooter_<ContainerAllocator> const> applanix_msgs::CommonFooter_< ContainerAllocator >::ConstPtr |
Definition at line 47 of file CommonFooter.h.
typedef boost::shared_ptr< ::applanix_msgs::CommonFooter_<ContainerAllocator> > applanix_msgs::CommonFooter_< ContainerAllocator >::Ptr |
Definition at line 46 of file CommonFooter.h.
typedef CommonFooter_<ContainerAllocator> applanix_msgs::CommonFooter_< ContainerAllocator >::Type |
Definition at line 22 of file CommonFooter.h.
applanix_msgs::CommonFooter_< ContainerAllocator >::CommonFooter_ | ( | ) | [inline] |
Definition at line 24 of file CommonFooter.h.
applanix_msgs::CommonFooter_< ContainerAllocator >::CommonFooter_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file CommonFooter.h.
boost::shared_ptr<std::map<std::string, std::string> > applanix_msgs::CommonFooter_< ContainerAllocator >::__connection_header |
Definition at line 48 of file CommonFooter.h.
uint16_t applanix_msgs::CommonFooter_< ContainerAllocator >::checksum |
Definition at line 39 of file CommonFooter.h.
boost::array<uint8_t, 2> applanix_msgs::CommonFooter_< ContainerAllocator >::end |
Definition at line 42 of file CommonFooter.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > applanix_msgs::CommonFooter_< ContainerAllocator >::END = "$#" [static] |
Definition at line 44 of file CommonFooter.h.