|
Pottu
|
Class to assign full time stamps to raw events. More...
#include <TimeStamper.hpp>


Public Member Functions | |
| void | process (const std::vector< dataitem_t > &input, std::vector< dataitem_ts_t > &output) |
| Assigns full time stamps to raw events. More... | |
Public Member Functions inherited from pottu::StageRawToStampedRaw | |
| virtual | ~StageRawToStampedRaw () |
| Virtual destructor. | |
Class to assign full time stamps to raw events.
TimeStamper assigns full times to rawitems surrounded by any items giving full timestamp.
output container is always cleared in the beginning of the process.
|
inlinevirtual |
Assigns full time stamps to raw events.
| input | Container class having dataitem_t as value_type |
| output | Container class having dataitem_ts_t as value_type |
output container is always cleared in the beginning of the process.
Implements pottu::StageRawToStampedRaw.