|      Beam-lib     2.15.1         |   
BEvent1 Class Reference
  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:
 
     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.  More... | |
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()
       
  |    virtual | 
Member Function Documentation
◆ getBinary()
       
  |    virtual | 
Reimplemented in BEvent1Error.
◆ getType()
| uint32_t BEvent1::getType | ( | ) | 
◆ setBinary()
       
  |    virtual | 
Reimplemented in BEvent1Error.
Member Data Documentation
◆ otype
       
  |    private | 
The event type.
The documentation for this class was generated from the following files:
Generated by
  1.8.14  
