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

Public Member Functions

 ConstantBlockTest ()
 
int run ()
 
 ConstantBlockTest ()
 
int run ()
 

Protected Member Functions

getRandom (bool noNegativeNumbers=false)
 
getRandom (bool noNegativeNumbers=false)
 

Protected Attributes

random [randomBufferLength]
 
unsigned int randomIndex
 
eeros::control::Constant< T > uut
 
eeros::control::Constant< C > uut
 

Static Protected Attributes

static constexpr unsigned int nofTests = 100
 
static constexpr unsigned int randomBufferLength = nofTests
 

Constructor & Destructor Documentation

template<typename T>
ConstantBlockTest< T >::ConstantBlockTest ( )
inline
template<typename T>
ConstantBlockTest< T >::ConstantBlockTest ( )
inline

Member Function Documentation

template<typename T>
T ConstantBlockTest< T >::getRandom ( bool  noNegativeNumbers = false)
inlineprotected

Here is the caller graph for this function:

template<typename T>
T ConstantBlockTest< T >::getRandom ( bool  noNegativeNumbers = false)
inlineprotected
template<typename T>
int ConstantBlockTest< T >::run ( )
inline

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T>
int ConstantBlockTest< T >::run ( )
inline

Here is the call graph for this function:

Member Data Documentation

template<typename T>
static constexpr unsigned int ConstantBlockTest< T >::nofTests = 100
staticprotected
template<typename T>
T ConstantBlockTest< T >::random
protected
template<typename T>
static constexpr unsigned int ConstantBlockTest< T >::randomBufferLength = nofTests
staticprotected
template<typename T>
unsigned int ConstantBlockTest< T >::randomIndex
protected
template<typename T>
eeros::control::Constant<T> ConstantBlockTest< T >::uut
protected
template<typename T>
eeros::control::Constant<C> ConstantBlockTest< T >::uut
protected

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