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

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:

Generated on 12 Mar 2012 for LibBeamApi by  doxygen 1.6.1