1 #ifndef ORG_EEROS_CONTROL_DEMUX_HPP_
2 #define ORG_EEROS_CONTROL_DEMUX_HPP_
12 template < u
int32_t N,
typename T =
double,
typename C = eeros::math::Matrix<N,1,T> >
18 for(
int i = 0;
i < N;
i++) {
virtual void run()
Definition: DeMux.hpp:17
Output< T > out[N]
Definition: DeMux.hpp:34
virtual T getValue() const
Definition: Signal.hpp:46
virtual Input< C > & getIn()
Definition: DeMux.hpp:24
Input< C > in
Definition: DeMux.hpp:33
Definition: Output.hpp:10
virtual Output< T > & getOut(uint32_t index)
Definition: DeMux.hpp:28
DeMux()
Definition: DeMux.hpp:15
virtual timestamp_t getTimestamp() const
Definition: Signal.hpp:59
int i
Definition: RingBufferTest.cpp:12