LibBeamApi  1.3.0
Public Member Functions | Private Attributes | List of all members
BEvent Class Reference

This class provides a base class for all event objects that can be sent over the events interface. More...

#include <BEvent.h>

Inheritance diagram for BEvent:
BEventError

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. More...
 

Detailed Description

This class provides a base class for all event objects that can be sent over the events interface.

Constructor & Destructor Documentation

BEvent::BEvent ( uint32_t  type)
BEvent::~BEvent ( )
virtual

Member Function Documentation

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.

Member Data Documentation

uint32_t BEvent::otype
private

The event type.


The documentation for this class was generated from the following files: