#include <taskthread_test.hpp>

Public Member Functions | |
| void | finalize () |
| bool | initialize () |
| void | loop () |
| void | reset (bool fail) |
| void | step () |
| TestActivity (int prio, double per, bool fail, bool dothrow=false) | |
Public Attributes | |
| bool | _dothrow |
| bool | fini |
| bool | init |
| bool | looped |
| bool | result |
| bool | stepped |
| bool | wasactive |
| bool | wasrunning |
Definition at line 39 of file taskthread_test.cpp.
|
inline |
Definition at line 46 of file taskthread_test.cpp.
|
inline |
Definition at line 69 of file taskthread_test.cpp.
|
inline |
Definition at line 52 of file taskthread_test.cpp.
| void TestActivity< T >::loop | ( | ) |
Definition at line 85 of file taskthread_test.cpp.
|
inline |
Definition at line 73 of file taskthread_test.cpp.
|
inline |
Definition at line 57 of file taskthread_test.cpp.
| bool TestActivity< T >::_dothrow |
Definition at line 42 of file taskthread_test.cpp.
| bool TestActivity< T >::fini |
Definition at line 43 of file taskthread_test.cpp.
| bool TestActivity< T >::init |
Definition at line 43 of file taskthread_test.cpp.
| bool TestActivity< T >::looped |
Definition at line 43 of file taskthread_test.cpp.
| bool TestActivity< T >::result |
Definition at line 42 of file taskthread_test.cpp.
| bool TestActivity< T >::stepped |
Definition at line 43 of file taskthread_test.cpp.
| bool TestActivity< T >::wasactive |
Definition at line 44 of file taskthread_test.cpp.
| bool TestActivity< T >::wasrunning |
Definition at line 44 of file taskthread_test.cpp.