Class ParameterValuesBase
Inheritance
System.Object
ParameterValuesBase
Assembly: MAT.OCS.Core.dll
Syntax
public abstract class ParameterValuesBase : TimestampValuesBase
Constructors
ParameterValuesBase()
Declaration
protected ParameterValuesBase()
Fields
data
Declaration
Field Value
Type |
Description |
System.Double[] |
|
dataStatus
Declaration
protected DataStatusType[] dataStatus
Field Value
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
DataStatus
Declaration
public DataStatusType[] DataStatus { get; protected set; }
Property Value
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 |
|