|
ngscopeclient v0.1
|
Data for a marker. More...
#include <Marker.h>

Public Member Functions | |
| Marker (TimePoint t, int64_t o, const std::string &n) | |
| TimePoint | GetMarkerTime () |
| Helper to get the absolute timestamp of the marker. | |
| bool | operator< (const Marker &rhs) const |
| Helper for sorting. | |
Public Attributes | |
| TimePoint | m_timestamp |
| Timestamp of the parent waveform (UTC) | |
| int64_t | m_offset |
| Position of the marker within the parent waveform (X axis units) | |
| std::string | m_name |
| Display name of the marker. | |
Data for a marker.
A marker is similar to a cursor, but is persistent and attached to a point in absolute time (a specific location within a specific acquisition). Markers, unlike cursors, can be named.