Property | Type | Description | |
---|---|---|---|
File | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all the resources used by the OldHistorianReader object.
|
|
OldHistorianReader ( string File ) : System | ||
Open ( string fileName ) : void |
Opens the historian archive file.
|
|
Read ( ) : IEnumerable |
Reads points from openHistorian 1.0 archive file in native order.
|
|
Read ( ) : void | ||
Read ( Action |
||
ToSingle ( |
||
ToUInt ( float value ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the OldHistorianReader object and optionally releases the managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public OldHistorianReader ( string File ) : System | ||
File | string | |
return | System |
public Open ( string fileName ) : void | ||
fileName | string | File name of historian archive to open. |
return | void |
public static ToSingle ( |
||
value | ||
return | float |
public static ToUInt ( float value ) : |
||
value | float | |
return |