#include <CanMsg.h>
Public Types | |
| typedef boost::array< uint8_t, 8 > | _data_type |
| typedef int32_t | _id_type |
| typedef int32_t | _len_type |
| typedef boost::shared_ptr < ::tinycan::CanMsg_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::tinycan::CanMsg_ < ContainerAllocator > > | Ptr |
| typedef CanMsg_ < ContainerAllocator > | Type |
Public Member Functions | |
| CanMsg_ () | |
| CanMsg_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| _data_type | data |
| _id_type | id |
| _len_type | len |
| typedef boost::array<uint8_t, 8> tinycan::CanMsg_< ContainerAllocator >::_data_type |
| typedef int32_t tinycan::CanMsg_< ContainerAllocator >::_id_type |
| typedef int32_t tinycan::CanMsg_< ContainerAllocator >::_len_type |
| typedef boost::shared_ptr< ::tinycan::CanMsg_<ContainerAllocator> const> tinycan::CanMsg_< ContainerAllocator >::ConstPtr |
| typedef boost::shared_ptr< ::tinycan::CanMsg_<ContainerAllocator> > tinycan::CanMsg_< ContainerAllocator >::Ptr |
| typedef CanMsg_<ContainerAllocator> tinycan::CanMsg_< ContainerAllocator >::Type |
| tinycan::CanMsg_< ContainerAllocator >::CanMsg_ | ( | ) | [inline] |
| tinycan::CanMsg_< ContainerAllocator >::CanMsg_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
| _data_type tinycan::CanMsg_< ContainerAllocator >::data |
| _id_type tinycan::CanMsg_< ContainerAllocator >::id |
| _len_type tinycan::CanMsg_< ContainerAllocator >::len |