Public Member Functions | |
void | finalize () |
bool | initialize () |
void | reset (bool fail) |
void | step () |
TestActivity (int prio, double per, bool fail, bool dothrow=false) | |
Public Attributes | |
bool | _dothrow |
bool | fini |
bool | init |
ActivityInterface * | owner |
bool | result |
bool | stepped |
bool | wasactive |
bool | wasrunning |
Definition at line 39 of file taskthread_test.cpp.
TestActivity< T >::TestActivity | ( | int | prio, |
double | per, | ||
bool | fail, | ||
bool | dothrow = false |
||
) | [inline] |
Definition at line 48 of file taskthread_test.cpp.
void TestActivity< T >::finalize | ( | ) | [inline] |
Definition at line 67 of file taskthread_test.cpp.
bool TestActivity< T >::initialize | ( | ) | [inline] |
Definition at line 54 of file taskthread_test.cpp.
void TestActivity< T >::reset | ( | bool | fail | ) | [inline] |
Definition at line 71 of file taskthread_test.cpp.
void TestActivity< T >::step | ( | ) | [inline] |
Definition at line 58 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.
ActivityInterface* TestActivity< T >::owner |
Definition at line 46 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.