LogData Class

This class represents the data read from the log buffer.

Inheritance Hierarchy

System Object
  IntervalZero.MaxRT.Libraries.VariableDatabase.LogData

Namespace:  IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class LogData

 

The LogData class exposes the following members.

Constructors

 

Name Description

Public method

LogData

Constructor with a timestamp, array of points logged, and period between points.

Properties

  Name Description

PeriodUs

The period, in microseconds, between two points.

Points

The array of points logged.

TimeStamp

The time when the first point is logged.

See Also: