EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SwitchBlockTest< N, T > Class Template Reference
Collaboration diagram for SwitchBlockTest< N, T >:

Public Member Functions

 SwitchBlockTest ()
 
void generateTestData (T seed)
 
int run ()
 

Protected Attributes

random [N]
 
eeros::control::Output< T > data [N]
 
eeros::control::Switch< N, T > uut
 

Static Protected Attributes

static const unsigned int nofTests = 100
 

Constructor & Destructor Documentation

template<unsigned int N, typename T>
SwitchBlockTest< N, T >::SwitchBlockTest ( )
inline

Member Function Documentation

template<unsigned int N, typename T>
void SwitchBlockTest< N, T >::generateTestData ( seed)
inline

Here is the caller graph for this function:

template<unsigned int N, typename T>
int SwitchBlockTest< N, T >::run ( )
inline

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

template<unsigned int N, typename T>
eeros::control::Output<T> SwitchBlockTest< N, T >::data[N]
protected
template<unsigned int N, typename T>
const unsigned int SwitchBlockTest< N, T >::nofTests = 100
staticprotected
template<unsigned int N, typename T>
T SwitchBlockTest< N, T >::random[N]
protected
template<unsigned int N, typename T>
eeros::control::Switch<N, T> SwitchBlockTest< N, T >::uut
protected

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