![]() |
fpmas 1.6
|
#include <output.h>
Public Member Functions | |
virtual void | dump ()=0 |
virtual const scheduler::Job & | job ()=0 |
A generic output API.
|
pure virtual |
Writes data to the output.
Implemented in fpmas::io::CsvOutput< DataField >, fpmas::io::DistributedCsvOutput< DataFieldOperation >, fpmas::io::FormattedOutput< T >, and fpmas::io::JsonOutput< T >.
|
pure virtual |
Returns an executable Job that might be scheduled with a scheduler::Scheduler.
The execution of the Job calls dump() exactly once.
Implemented in fpmas::io::OutputBase.