ngscopeclient 0.1-dev+51fbda87c
Public Member Functions | Public Attributes | List of all members
Marker Class Reference

Data for a marker. More...

#include <Marker.h>

Collaboration diagram for Marker:
Collaboration graph
[legend]

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: