C# Class GSF.EMAX.CorrectiveParser

EMAX data file(s) parser that calculates timestamps based on sample rate and attempts to correct inverted values.
Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
CloseFiles ( ) : void

Closes all EMAX data file streams.

CorrectiveParser ( ) : System

Creates a new instance of the CorrectiveParser class.

Dispose ( ) : void

Releases all the resources used by the Parser object.

OpenFiles ( ) : void

Opens all EMAX data file streams.

ReadNext ( ) : bool

Reads next EMAX record.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Method Details

CloseFiles() public méthode

Closes all EMAX data file streams.
public CloseFiles ( ) : void
Résultat void

CorrectiveParser() public méthode

Creates a new instance of the CorrectiveParser class.
public CorrectiveParser ( ) : System
Résultat System

Dispose() public méthode

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

Dispose() protected méthode

Releases the unmanaged resources used by the Parser 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

OpenFiles() public méthode

Opens all EMAX data file streams.
public OpenFiles ( ) : void
Résultat void

ReadNext() public méthode

Reads next EMAX record.
public ReadNext ( ) : bool
Résultat bool