C# 클래스 GSF.EMAX.CorrectiveParser

EMAX data file(s) parser that calculates timestamps based on sample rate and attempts to correct inverted values.
상속: IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

메소드 상세

CloseFiles() 공개 메소드

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

CorrectiveParser() 공개 메소드

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

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

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.
리턴 void

OpenFiles() 공개 메소드

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

ReadNext() 공개 메소드

Reads next EMAX record.
public ReadNext ( ) : bool
리턴 bool