Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | List of all members
TestLatch01 Class Reference
Collaboration diagram for TestLatch01:

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...
 

Detailed Description

Definition at line 39 of file test_latch01.cpp.

Member Function Documentation

◆ test01_down_wait()

void TestLatch01::test01_down_wait ( )
inline

Testing jau::latch with set initial count value, count_down() and arrive_and_wait().

Definition at line 60 of file test_latch01.cpp.

◆ test02_down_wait_for()

void TestLatch01::test02_down_wait_for ( )
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.

◆ test03_down_wait_for()

void TestLatch01::test03_down_wait_for ( )
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.

◆ test04_up_wait_for()

void TestLatch01::test04_up_wait_for ( )
inline

Testing jau::latch with zero initial count value, count_up(), count_down() and wait().

Definition at line 151 of file test_latch01.cpp.


The documentation for this class was generated from the following file: