Public Member Functions | Public Attributes | List of all members
TestActivity< T > Struct Template Reference

#include <taskthread_test.hpp>

Inheritance diagram for TestActivity< T >:
Inheritance graph
[legend]

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
 

Detailed Description

template<class T>
struct TestActivity< T >

Definition at line 39 of file taskthread_test.cpp.

Constructor & Destructor Documentation

template<class T>
TestActivity< T >::TestActivity ( int  prio,
double  per,
bool  fail,
bool  dothrow = false 
)
inline

Definition at line 46 of file taskthread_test.cpp.

Member Function Documentation

template<class T>
void TestActivity< T >::finalize ( )
inline

Definition at line 69 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::initialize ( )
inline

Definition at line 52 of file taskthread_test.cpp.

template<class T >
void TestActivity< T >::loop ( )

Definition at line 85 of file taskthread_test.cpp.

template<class T>
void TestActivity< T >::reset ( bool  fail)
inline

Definition at line 73 of file taskthread_test.cpp.

template<class T>
void TestActivity< T >::step ( )
inline

Definition at line 57 of file taskthread_test.cpp.

Member Data Documentation

template<class T>
bool TestActivity< T >::_dothrow

Definition at line 42 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::fini

Definition at line 43 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::init

Definition at line 43 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::looped

Definition at line 43 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::result

Definition at line 42 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::stepped

Definition at line 43 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::wasactive

Definition at line 44 of file taskthread_test.cpp.

template<class T>
bool TestActivity< T >::wasrunning

Definition at line 44 of file taskthread_test.cpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:40