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::DeMux< N, T, C > Class Template Reference

#include <DeMux.hpp>

Inheritance diagram for eeros::control::DeMux< N, T, C >:
Collaboration diagram for eeros::control::DeMux< N, T, C >:

Public Member Functions

 DeMux ()
 
virtual void run ()
 
virtual Input< C > & getIn ()
 
virtual Output< T > & getOut (uint32_t index)
 
- 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

Input< C > in
 
Output< T > out [N]
 

Constructor & Destructor Documentation

template<uint32_t N, typename T = double, typename C = eeros::math::Matrix<N,1,T>>
eeros::control::DeMux< N, T, C >::DeMux ( )
inline

Member Function Documentation

template<uint32_t N, typename T = double, typename C = eeros::math::Matrix<N,1,T>>
virtual Input<C>& eeros::control::DeMux< N, T, C >::getIn ( )
inlinevirtual

Here is the caller graph for this function:

template<uint32_t N, typename T = double, typename C = eeros::math::Matrix<N,1,T>>
virtual Output<T>& eeros::control::DeMux< N, T, C >::getOut ( uint32_t  index)
inlinevirtual

Here is the caller graph for this function:

template<uint32_t N, typename T = double, typename C = eeros::math::Matrix<N,1,T>>
virtual void eeros::control::DeMux< N, T, C >::run ( )
inlinevirtual

Implements eeros::Runnable.

Here is the caller graph for this function:

Member Data Documentation

template<uint32_t N, typename T = double, typename C = eeros::math::Matrix<N,1,T>>
Input<C> eeros::control::DeMux< N, T, C >::in
protected
template<uint32_t N, typename T = double, typename C = eeros::math::Matrix<N,1,T>>
Output<T> eeros::control::DeMux< N, T, C >::out[N]
protected

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