Account
Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BCondInt Class Reference
Thread conditional value. More...
#include <BCondInt.h>
Public Member Functions | |
BCondInt () | |
~BCondInt () | |
void | setValue (BInt value) |
Set the value. Wakes waiting. | |
BInt | value () const |
Current value. | |
BInt | increment (BInt v=1) |
Increment. Wakes waiting. | |
BInt | decrement (BInt v=1) |
Decrement. Wakes waiting. | |
Bool | waitMoreThanOrEqual (BInt v, Bool decrement=0, BTimeout timeoutUs=BTimeoutForever) |
Wait until value is at least the value given. | |
Bool | waitLessThanOrEqual (BInt v, Bool increment=0, BTimeout timeoutUs=BTimeoutForever) |
Wait until value is equal to or below the value given. | |
Bool | waitLessThan (BInt v, BTimeout timeoutUs=BTimeoutForever) |
Wait until value is equal to or below the value given. | |
void | operator+= (int v) |
Add to value. Wakes waiting. | |
void | operator-= (int v) |
Subtract from value. Wakes waiting. | |
void | operator++ (int) |
Increment value. Wakes waiting. | |
void | operator-- (int) |
Decrement value. Wakes waiting. | |
Detailed Description
Thread conditional value.
Constructor & Destructor Documentation
◆ BCondInt()
BCondInt::BCondInt | ( | ) |
◆ ~BCondInt()
BCondInt::~BCondInt | ( | ) |
Member Function Documentation
◆ setValue()
void BCondInt::setValue | ( | BInt | value | ) |
Set the value. Wakes waiting.
◆ value()
BInt BCondInt::value | ( | ) | const |
Current value.
◆ increment()
◆ decrement()
◆ waitMoreThanOrEqual()
Bool BCondInt::waitMoreThanOrEqual | ( | BInt | v, |
Bool | decrement = 0 , | ||
BTimeout | timeoutUs = BTimeoutForever | ||
) |
Wait until value is at least the value given.
◆ waitLessThanOrEqual()
Bool BCondInt::waitLessThanOrEqual | ( | BInt | v, |
Bool | increment = 0 , | ||
BTimeout | timeoutUs = BTimeoutForever | ||
) |
Wait until value is equal to or below the value given.
◆ waitLessThan()
Bool BCondInt::waitLessThan | ( | BInt | v, |
BTimeout | timeoutUs = BTimeoutForever | ||
) |
Wait until value is equal to or below the value given.
◆ operator+=()
| inline |
Add to value. Wakes waiting.
◆ operator-=()
| inline |
Subtract from value. Wakes waiting.
◆ operator++()
| inline |
Increment value. Wakes waiting.
◆ operator--()
| inline |
Decrement value. Wakes waiting.
The documentation for this class was generated from the following files:
Generated by