Beamlib
3.0.1
This is the Beam C++ class library.
|
This is the complete list of members for BCondInt, including all inherited members.
BCondInt() | BCondInt | |
decrement(BInt v=1) | BCondInt | |
increment(BInt v=1) | BCondInt | |
operator++(int) | BCondInt | inline |
operator+=(int v) | BCondInt | inline |
operator--(int) | BCondInt | inline |
operator-=(int v) | BCondInt | inline |
setValue(BInt value) | BCondInt | |
value() const | BCondInt | |
waitLessThan(BInt v, BTimeout timeoutUs=BTimeoutForever) | BCondInt | |
waitLessThanOrEqual(BInt v, Bool increment=0, BTimeout timeoutUs=BTimeoutForever) | BCondInt | |
waitMoreThanOrEqual(BInt v, Bool decrement=0, BTimeout timeoutUs=BTimeoutForever) | BCondInt | |
~BCondInt() | BCondInt |