Public Types | Public Member Functions | Public Attributes
tinycan::CanMsg_< ContainerAllocator > Struct Template Reference

#include <CanMsg.h>

List of all members.

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

Detailed Description

template<class ContainerAllocator>
struct tinycan::CanMsg_< ContainerAllocator >

Definition at line 22 of file CanMsg.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef boost::array<uint8_t, 8> tinycan::CanMsg_< ContainerAllocator >::_data_type

Definition at line 47 of file CanMsg.h.

template<class ContainerAllocator >
typedef int32_t tinycan::CanMsg_< ContainerAllocator >::_id_type

Definition at line 41 of file CanMsg.h.

template<class ContainerAllocator >
typedef int32_t tinycan::CanMsg_< ContainerAllocator >::_len_type

Definition at line 44 of file CanMsg.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::tinycan::CanMsg_<ContainerAllocator> const> tinycan::CanMsg_< ContainerAllocator >::ConstPtr

Definition at line 54 of file CanMsg.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::tinycan::CanMsg_<ContainerAllocator> > tinycan::CanMsg_< ContainerAllocator >::Ptr

Definition at line 53 of file CanMsg.h.

template<class ContainerAllocator >
typedef CanMsg_<ContainerAllocator> tinycan::CanMsg_< ContainerAllocator >::Type

Definition at line 24 of file CanMsg.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
tinycan::CanMsg_< ContainerAllocator >::CanMsg_ ( ) [inline]

Definition at line 26 of file CanMsg.h.

template<class ContainerAllocator >
tinycan::CanMsg_< ContainerAllocator >::CanMsg_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 32 of file CanMsg.h.


Member Data Documentation

template<class ContainerAllocator >
_data_type tinycan::CanMsg_< ContainerAllocator >::data

Definition at line 48 of file CanMsg.h.

template<class ContainerAllocator >
_id_type tinycan::CanMsg_< ContainerAllocator >::id

Definition at line 42 of file CanMsg.h.

template<class ContainerAllocator >
_len_type tinycan::CanMsg_< ContainerAllocator >::len

Definition at line 45 of file CanMsg.h.


The documentation for this struct was generated from the following file:


tinycan
Author(s): M.Fischer
autogenerated on Thu Jun 6 2019 20:39:29