#include <headers.hpp>
Public Member Functions | |
| SubPacketHeader (const int &id=-1, const unsigned int &length=0) | |
Public Attributes | |
| int | id |
| unsigned int | length |
Static Public Attributes | |
| static const unsigned int | size = 2*sizeof(unsigned int) |
Definition at line 36 of file headers.hpp.
| mm_messages::SubPacketHeader::SubPacketHeader | ( | const int & | id = -1, |
| const unsigned int & | length = 0 |
||
| ) |
Definition at line 28 of file headers.cpp.
Definition at line 39 of file headers.hpp.
| unsigned int mm_messages::SubPacketHeader::length |
Definition at line 40 of file headers.hpp.
const unsigned int mm_messages::SubPacketHeader::size = 2*sizeof(unsigned int) [static] |
Definition at line 37 of file headers.hpp.