#include <AmThread.h>
Public Member Functions | |
| AmCondition (const T &_t) | |
| void | set (const T &newval) |
| T | get () |
| void | wait_for () |
| void AmCondition< T >::set | ( | const T & | newval | ) | [inline] |
Change the condition's value.
| void AmCondition< T >::wait_for | ( | ) | [inline] |
Waits for the condition to be true.
1.5.1