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

Context data for a single row (used for culling) More...

#include <PacketManager.h>

Collaboration diagram for RowData:
Collaboration graph
[legend]

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.
 
Packetm_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)
 

Detailed Description

Context data for a single row (used for culling)


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