Method | Description | |
---|---|---|
Add ( |
||
Add ( GSF.SELEventParser.EventHistory eventHistory ) : void | ||
Add ( |
||
EventFile ( ) : System | ||
Parse ( string filename ) : |
||
Remove ( |
||
Remove ( GSF.SELEventParser.EventHistory eventHistory ) : bool | ||
Remove ( |
||
SkipBlanks ( string lines, int &index ) : void | ||
TryParseDateTime ( string dateTimeString, System.DateTime &dateTime ) : bool |
Method | Description | |
---|---|---|
ParseCommand ( string lines, int &index ) : string |
public Add ( |
||
commaSeparatedEventReport | ||
return | void |
public Add ( GSF.SELEventParser.EventHistory eventHistory ) : void | ||
eventHistory | GSF.SELEventParser.EventHistory | |
return | void |
public Add ( |
||
eventReport | ||
return | void |
public static Parse ( string filename ) : |
||
filename | string | |
return |
public Remove ( |
||
commaSeparatedEventReport | ||
return | bool |
public Remove ( GSF.SELEventParser.EventHistory eventHistory ) : bool | ||
eventHistory | GSF.SELEventParser.EventHistory | |
return | bool |
public Remove ( |
||
eventReport | ||
return | bool |
public static SkipBlanks ( string lines, int &index ) : void | ||
lines | string | |
index | int | |
return | void |
public static TryParseDateTime ( string dateTimeString, System.DateTime &dateTime ) : bool | ||
dateTimeString | string | |
dateTime | System.DateTime | |
return | bool |