|
Pottu
|
Abstract baseclass for all raw data processing stages. More...
#include <StageRaw.hpp>


Public Member Functions | |
| virtual | ~StageRaw () |
| virtual Destructor. | |
| virtual void | process (std::vector< dataitem_t > &dp)=0 |
| Uses or modifies raw dataitems. More... | |
Abstract baseclass for all raw data processing stages.
Raw processing stage is a pipeline stage which takes in and optionally modifies raw data.
Currently there is no pottu pipeline stage which just prosesses the raw data.
|
pure virtual |
Uses or modifies raw dataitems.
| dp | Container of data items to be used or modified. |