Class WaitSet¶
- Defined in File WaitSet.cpp 
Inheritance Relationships¶
Base Type¶
- public Test
Class Documentation¶
- 
class WaitSet : public Test
- Fixture for the tests - Public Functions - 
inline WaitSet()
 - 
inline void SetUp()
 - 
inline void TearDown()
 - Public Members - 
bool statusHandlerExecuted
 - 
bool guardHandlerExecuted
 - 
StatusCondHandler statusCondHandler
 - 
GuardCondHandler guardCondHandler
 - 
writer_thread_args writerThreadArgs
 - 
guard_thread_args guardThreadArgs
 - 
action_thread_args actionThreadArgs
 - 
ddsrt_thread_t threadId
 - 
ddsrt_threadattr_t threadAttr
 - 
test_semaphore start_sem
 - 
test_semaphore ready_sem
 
- 
inline WaitSet()