Base class for a binary message.
More...
#include <SkyTraqBin.hh>
|
const uint8_t | message_id (void) const |
| Getter method for the message ID. More...
|
|
virtual | ~Message () |
| Virtual destructor to force polymorphism. More...
|
|
template<typename T > |
bool | isa (void) const |
| Check the type of an object. More...
|
|
template<typename T > |
T * | cast_as (void) |
| Recast this object to another type. More...
|
|
Base class for a binary message.
Definition at line 87 of file SkyTraqBin.hh.
SkyTraqBin::Message::Message |
( |
uint8_t |
id | ) |
|
|
inlineprotected |
const uint8_t SkyTraqBin::Message::message_id |
( |
void |
| ) |
const |
|
inline |
uint8_t SkyTraqBin::Message::_msg_id |
|
protected |
The documentation for this class was generated from the following file: