C# Class openHistorian.OldHistorianReader

Version 1.0 openHistorian optimized file reader.
Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Свойство Type Description
File string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 callback ) : void
ToSingle ( UInt32 value ) : float
ToUInt ( float value ) : UInt32

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the OldHistorianReader object and optionally releases the managed resources.

Method Details

Dispose() public méthode

Releases all the resources used by the OldHistorianReader object.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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.
Résultat void

OldHistorianReader() public méthode

public OldHistorianReader ( string File ) : System
File string
Résultat System

Open() public méthode

Opens the historian archive file.
public Open ( string fileName ) : void
fileName string File name of historian archive to open.
Résultat void

Read() public méthode

Reads points from openHistorian 1.0 archive file in native order.
public Read ( ) : IEnumerable
Résultat IEnumerable

Read() public méthode

public Read ( ) : void
Résultat void

Read() public méthode

public Read ( Action callback ) : void
callback Action
Résultat void

ToSingle() public static méthode

public static ToSingle ( UInt32 value ) : float
value System.UInt32
Résultat float

ToUInt() public static méthode

public static ToUInt ( float value ) : UInt32
value float
Résultat System.UInt32

Property Details

File public_oe property

public string File
Résultat string