Beamlib 3.3.2
This is the Beam C++ class library.
|
This class provides a base class for all event objects that can be sent over the events interface. More...
#include <BEvent1.h>
Public Member Functions | |
BEvent1 (uint32_t type) | |
virtual | ~BEvent1 () |
uint32_t | getType () |
virtual BError | getBinary (void *data, uint32_t &size) |
virtual BError | setBinary (void *data, uint32_t &size) |
This class provides a base class for all event objects that can be sent over the events interface.
BEvent1::BEvent1 | ( | uint32_t | type | ) |
|
virtual |
uint32_t BEvent1::getType | ( | ) |
|
virtual |
Reimplemented in BEvent1Error.
|
virtual |
Reimplemented in BEvent1Error.