C# Class openHistorian.Snap.HistorianValueStruct

A struct that represents the standard historian value.
ファイルを表示 Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Properties

Property Type Description
Value1 ulong
Value2 ulong
Value3 ulong

Public Methods

Method Description
ToClass ( ) : HistorianValue

Creates a class instance from this value.

Method Details

ToClass() public method

Creates a class instance from this value.
public ToClass ( ) : HistorianValue
return HistorianValue

Property Details

Value1 public_oe property

Value 1 should be where the first 64 bits of the field is stored. For 32 bit values, use this field only.
public ulong Value1
return ulong

Value2 public_oe property

Should only be used if value cannot be entirely stored in Value1. Compression penalty occurs when using this field.
public ulong Value2
return ulong

Value3 public_oe property

Should contain any kind of digital data such as Quality. Compression penalty occurs when used for any other type of field.
public ulong Value3
return ulong