#include <BEvent.h>
Inheritance diagram for BEvent:
Public Member Functions | |
BEvent (uint32_t type) | |
virtual | ~BEvent () |
uint32_t | getType () |
virtual BError | getBinary (void *data, uint32_t &size) |
virtual BError | setBinary (void *data, uint32_t &size) |
Private Attributes | |
uint32_t | otype |
The event type. |
BEvent::BEvent | ( | uint32_t | type | ) |
BEvent::~BEvent | ( | ) | [virtual] |
BError BEvent::getBinary | ( | void * | data, | |
uint32_t & | size | |||
) | [virtual] |
Reimplemented in BEventError.
uint32_t BEvent::getType | ( | ) |
BError BEvent::setBinary | ( | void * | data, | |
uint32_t & | size | |||
) | [virtual] |
Reimplemented in BEventError.
uint32_t BEvent::otype [private] |
The event type.