Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Public Member Functions | |
void | test01_down_wait () |
Testing jau::latch with set initial count value, count_down() and arrive_and_wait(). More... | |
void | test02_down_wait_for () |
Testing jau::latch with set initial count value, count_down() and arrive_and_wait_for(). More... | |
void | test03_down_wait_for () |
Testing jau::latch default ctor with zero value, then set initial count value, count_down() and wait_for(). More... | |
void | test04_up_wait_for () |
Testing jau::latch with zero initial count value, count_up(), count_down() and wait(). More... | |
Definition at line 39 of file test_latch01.cpp.
|
inline |
Testing jau::latch with set initial count value, count_down() and arrive_and_wait().
Definition at line 60 of file test_latch01.cpp.
|
inline |
Testing jau::latch with set initial count value, count_down() and arrive_and_wait_for().
Definition at line 89 of file test_latch01.cpp.
|
inline |
Testing jau::latch default ctor with zero value, then set initial count value, count_down() and wait_for().
Definition at line 118 of file test_latch01.cpp.
|
inline |
Testing jau::latch with zero initial count value, count_up(), count_down() and wait().
Definition at line 151 of file test_latch01.cpp.