|
stream
0.10.0
stream analysis framework
|
Output float message. More...
#include <hadaq/TdcSubEvent.h>
Public Member Functions | |
| float | 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 | |
| MessageFloat () | |
| constructor | |
| MessageFloat (const MessageFloat &src) | |
| constructor | |
| MessageFloat (unsigned _ch, bool _rising, float _stamp) | |
| constructor | |
| bool | operator< (const MessageFloat &rhs) const |
| compare operator - used for time sorting | |
Data Fields | |
| uint8_t | ch |
| channel and edge | |
| float | stamp |
| time stamp minus channel0 time, ns | |
Output float message.
Stores channel, edge and relative to channel 0 time stamp as float Configured when calling base::ProcMgr::instance()->SetStoreKind(2);