EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type > Class Template Reference

#include <Saturation.hpp>

Inheritance diagram for eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >:
Collaboration diagram for eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >:

Public Member Functions

 Saturation ()
 
 Saturation (T sym)
 
 Saturation (T lower, T upper)
 
virtual void run ()
 
virtual void enable ()
 
virtual void disable ()
 
virtual void setLimit (T lower, T upper)
 
- Public Member Functions inherited from eeros::control::Block1i1o< T >
 Block1i1o ()
 
virtual Input< T > & getIn ()
 
virtual Output< T > & getOut ()
 
- Public Member Functions inherited from eeros::control::Block
virtual void setName (std::string name)
 
virtual std::string getName ()
 
- Public Member Functions inherited from eeros::Runnable
virtual ~Runnable ()
 

Protected Attributes

lowerLimit
 
upperLimit
 
bool enabled
 
- Protected Attributes inherited from eeros::control::Block1i1o< T >
Input< T > in
 
Output< T > out
 

Constructor & Destructor Documentation

template<typename T >
eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::Saturation ( )
inline
template<typename T >
eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::Saturation ( sym)
inline
template<typename T >
eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::Saturation ( lower,
upper 
)
inline

Member Function Documentation

template<typename T >
virtual void eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::disable ( )
inlinevirtual
template<typename T >
virtual void eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::enable ( )
inlinevirtual
template<typename T >
virtual void eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::run ( )
inlinevirtual

Implements eeros::Runnable.

template<typename T >
virtual void eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::setLimit ( lower,
upper 
)
inlinevirtual

Member Data Documentation

template<typename T >
bool eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::enabled
protected
template<typename T >
T eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::lowerLimit
protected
template<typename T >
T eeros::control::Saturation< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::upperLimit
protected

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