|
stream
0.10.0
stream analysis framework
|
Output double message. More...
#include <hadaq/TdcSubEvent.h>
Public Member Functions | |
| double | getStamp () const |
| stamp | |
| uint8_t | getCh () const |
| channel | |
| uint8_t | getEdge () const |
| edge 0 - rising, 1 - falling | |
| bool | isRising () const |
| is rising | |
| bool | isFalling () const |
| is falling | |
| MessageDouble () | |
| constructor | |
| MessageDouble (const MessageDouble &src) | |
| constructor | |
| MessageDouble (unsigned _ch, bool _rising, double _stamp) | |
| constructor | |
| bool | operator< (const MessageDouble &rhs) const |
| compare operator - used for time sorting | |
Data Fields | |
| uint8_t | ch |
| channel and edge | |
| double | stamp |
| full time stamp, s | |
Output double message.
Stores channel, edge and full time stamp as double Configured when calling base::ProcMgr::instance()->SetStoreKind(3);