Show / Hide Table of Contents

Class ParameterValuesBase

Inheritance
System.Object
TimestampValuesBase
ParameterValuesBase
ParameterValues
Inherited Members
TimestampValuesBase.timestamp
TimestampValuesBase.timestampValues
TimestampValuesBase.AllocTimestampAndValues(Int32)
TimestampValuesBase.AllocTimestamps(Int32)
TimestampValuesBase.AllocTimestampValues(Int32)
TimestampValuesBase.AssignTimestamps(Int64[])
TimestampValuesBase.AssignTimestampsAndValues(Int64[], Double[])
TimestampValuesBase.Timestamp
TimestampValuesBase.TimestampValues
Namespace: MAT.OCS.Core
Assembly: MAT.OCS.Core.dll
Syntax
public abstract class ParameterValuesBase : TimestampValuesBase

Constructors

ParameterValuesBase()

Declaration
protected ParameterValuesBase()

Fields

data

Declaration
protected double[] data
Field Value
Type Description
System.Double[]

dataStatus

Declaration
protected DataStatusType[] dataStatus
Field Value
Type Description
DataStatusType[]

Properties

Data

Declaration
public double[] Data { get; protected set; }
Property Value
Type Description
System.Double[]

DataResultMode

Declaration
public DataResultMode DataResultMode { get; protected set; }
Property Value
Type Description
DataResultMode

DataStatus

Declaration
public DataStatusType[] DataStatus { get; protected set; }
Property Value
Type Description
DataStatusType[]

MaxLength

Declaration
public long MaxLength { get; protected set; }
Property Value
Type Description
System.Int64

SampleCount

Declaration
public int SampleCount { get; set; }
Property Value
Type Description
System.Int32

Methods

Alloc(Int32)

Declaration
protected void Alloc(int maxLength)
Parameters
Type Name Description
System.Int32 maxLength

AllocData(Int32)

Declaration
public void AllocData(int maxLength)
Parameters
Type Name Description
System.Int32 maxLength

AssignData(Int32, Double[], Int64[], DataStatusType[])

Declaration
public void AssignData(int maxLength, double[] data, long[] timestamps, DataStatusType[] dataStatusType)
Parameters
Type Name Description
System.Int32 maxLength
System.Double[] data
System.Int64[] timestamps
DataStatusType[] dataStatusType
Back to top Generated by DocFX