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
Mostrar archivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Method Details

CloseFiles() public method

Closes all EMAX data file streams.
public CloseFiles ( ) : void
return void

CorrectiveParser() public method

Creates a new instance of the CorrectiveParser class.
public CorrectiveParser ( ) : System
return System

Dispose() public method

Releases all the resources used by the Parser object.
public Dispose ( ) : void
return void

Dispose() protected method

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.
return void

OpenFiles() public method

Opens all EMAX data file streams.
public OpenFiles ( ) : void
return void

ReadNext() public method

Reads next EMAX record.
public ReadNext ( ) : bool
return bool