C# 클래스 FaultData.DataReaders.SELEVEReader

Reads an SEL event file to produce a MeterDataSet.
상속: IDataReader
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

공개 메소드들

메소드 설명
CanParse ( string filePath, System.DateTime fileCreationTime ) : bool

Determines whether the file can be parsed at this time.

Parse ( string filePath ) : void

Parses the file into a meter data set per meter contained in the file.

SELEVEReader ( ) : System

Creates a new instance of the SELEVEReader class.

비공개 메소드들

메소드 설명
MakeParsedAnalog ( CommaSeparatedEventReport report, int channelIndex ) : Channel
MakeParsedAnalog ( EventReport report, int channelIndex ) : Channel
MakeParsedDigital ( CommaSeparatedEventReport report, int channelIndex ) : Channel
MakeParsedDigital ( EventReport report, int channelIndex ) : Channel

메소드 상세

CanParse() 공개 메소드

Determines whether the file can be parsed at this time.
public CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
filePath string The path to the file to be parsed.
fileCreationTime System.DateTime The time the file was created.
리턴 bool

Parse() 공개 메소드

Parses the file into a meter data set per meter contained in the file.
public Parse ( string filePath ) : void
filePath string The path to the file to be parsed.
리턴 void

SELEVEReader() 공개 메소드

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