Beamlib 3.1.1
This is the Beam C++ class library.
Loading...
Searching...
No Matches
Classes | Enumerations
BEvent1.h File Reference
#include <stdint.h>
#include <BError.h>

Go to the source code of this file.

Classes

class  BEvent1
 This class provides a base class for all event objects that can be sent over the events interface. More...
 
class  BEvent1Error
 This class provides a class to send a BError event. More...
 
class  BEvent1Pipe
 This class provides a base interface for sending events via a pipe. This allows threads to send events that can be picked up by the poll system call. More...
 
class  BEvent1Int
 This class provides an interface for sending simple integer events via a file descriptor. This allows threads to send events that can be picked up by the poll system call. More...
 

Enumerations

enum  BEvent1Type { BEvent1TypeNone , BEvent1TypeInt , BEvent1TypeError }
 

Enumeration Type Documentation

◆ BEvent1Type

Enumerator
BEvent1TypeNone 
BEvent1TypeInt 
BEvent1TypeError