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 List of all members.

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.

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

uint32_t BEvent::getType (  ) 

BError BEvent::getBinary ( void *  data,
uint32_t &  size 
) [virtual]

Reimplemented in BEventError.

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:
Generated on Tue Dec 11 13:58:15 2007 for LibBeamApi by  doxygen 1.5.2