Account
| Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BCondBool Class Reference
Thread conditional boolean. More...
#include <BCondInt.h>
Public Member Functions | |
| BCondBool () | |
| ~BCondBool () | |
| int | set () |
| Set value. Wakes waiting. | |
| int | clear () |
| Clear Value. | |
| int | value () |
| Current value. | |
| int | wait () |
| Wait until value is true. | |
| int | timedWait (int timeOutUs) |
| Wait until set, with timeout. | |
| operator int () | |
Detailed Description
Thread conditional boolean.
Constructor & Destructor Documentation
◆ BCondBool()
| BCondBool::BCondBool | ( | ) |
◆ ~BCondBool()
| BCondBool::~BCondBool | ( | ) |
Member Function Documentation
◆ set()
| int BCondBool::set | ( | ) |
Set value. Wakes waiting.
◆ clear()
| int BCondBool::clear | ( | ) |
Clear Value.
◆ value()
| int BCondBool::value | ( | ) |
Current value.
◆ wait()
| int BCondBool::wait | ( | ) |
Wait until value is true.
◆ timedWait()
| int BCondBool::timedWait | ( | int | timeOutUs | ) |
Wait until set, with timeout.
◆ operator int()
| inline |
The documentation for this class was generated from the following files:
Generated by
