Cern
LibTmsApi 2.3.0

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

#include <BEvent1.h>

Inheritance diagram for BEvent1:
BEvent1Error

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)
 

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

◆ BEvent1()

BEvent1::BEvent1 ( uint32_t  type)

◆ ~BEvent1()

BEvent1::~BEvent1 ( )
virtual

Member Function Documentation

◆ getBinary()

BError BEvent1::getBinary ( void *  data,
uint32_t &  size 
)
virtual

Reimplemented in BEvent1Error.

◆ getType()

uint32_t BEvent1::getType ( )

◆ setBinary()

BError BEvent1::setBinary ( void *  data,
uint32_t &  size 
)
virtual

Reimplemented in BEvent1Error.

Member Data Documentation

◆ otype

uint32_t BEvent1::otype
private

The event type.


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