Template Class DataSource

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class DataSource : public eat::framework::FunctionalAtomicProcess

process with an output port that is set to a value provided in the constructor or set_value

ports:

Public Functions

inline DataSource(const std::string &name, T value)
inline explicit DataSource(const std::string &name)
inline void set_value(T value)
inline virtual void process() override