C# Class GSF.SELEventParser.AnalogSection

Mostra file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
AnalogSection ( ) : System
GetAnalogChannel ( string name ) : Channel
GetDigitalChannel ( string name ) : Channel
Parse ( System.DateTime eventTime, string lines, int &index ) : AnalogSection

Method Details

AnalogSection() public method

public AnalogSection ( ) : System
return System

GetAnalogChannel() public method

public GetAnalogChannel ( string name ) : Channel
name string
return Channel

GetDigitalChannel() public method

public GetDigitalChannel ( string name ) : Channel
name string
return Channel

Parse() public static method

public static Parse ( System.DateTime eventTime, string lines, int &index ) : AnalogSection
eventTime System.DateTime
lines string
index int
return AnalogSection