ngscopeclient 0.1-dev+51fbda87c
|
Context data for a single row (used for culling) More...
#include <PacketManager.h>
Public Member Functions | |
RowData (TimePoint t, Packet *p) | |
RowData (TimePoint t, Marker m) | |
Public Attributes | |
double | m_height |
Height of this row. | |
double | m_totalHeight |
Total height of the entire list up to this point. | |
TimePoint | m_stamp |
Timestamp of the waveform this packet came from. | |
Packet * | m_packet |
The packet in this row (null if m_marker is valid) | |
Marker | m_marker |
The marker in this row (ignored if m_packet is valid) | |
Context data for a single row (used for culling)