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

A single point within an EyeMaskPolygon. More...

#include <EyeMask.h>

Public Member Functions

 EyeMaskPoint ()
 Default constructor.
 
 EyeMaskPoint (float t, float v)
 Initialize a point from a timestamp and voltage. More...
 

Public Attributes

float m_time
 X axis position of the point. More...
 
float m_voltage
 Y axis position of the point.
 

Detailed Description

A single point within an EyeMaskPolygon.

Constructor & Destructor Documentation

◆ EyeMaskPoint()

EyeMaskPoint::EyeMaskPoint ( float  t,
float  v 
)
inline

Initialize a point from a timestamp and voltage.

Parameters
tTimestamp
vVoltage

Member Data Documentation

◆ m_time

float EyeMaskPoint::m_time

X axis position of the point.

Units are either fs or UIs, depending on EyeMask units


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