Account
Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BEvent.h
Go to the documentation of this file.
BQueue< BEvent > BEventQueue
This class provides an interface for sending simple integer events via a BQueue.
Definition BEvent.h:28
Error return class. This class is used to return the error status from a function....
Definition BError.h:31
This class provides an interface for sending simple integer events via a pipe file descriptor.
Definition BEvent.h:32
BError read(BEvent &event, BTimeout timeout=BTimeoutForever)
Get an item from the queue.
Definition BEvent.cpp:65
BError write(const BEvent &event, BTimeout timeout=BTimeoutForever)
Append an item onto the queue.
Definition BEvent.cpp:49
Provides a thread save queue of objects that can be used to communicate between threads.
Definition BQueue.h:20
Generated by