Click or drag to resize

Parser Class

EMAX data file(s) parser.
Inheritance Hierarchy
SystemObject
  GSF.EMAXParser

Namespace: GSF.EMAX
Assembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.181-beta
Syntax
public class Parser : IDisposable
View Source

The Parser type exposes the following members.

Constructors
 NameDescription
Public methodParserInitializes a new instance of the Parser class
Top
Properties
 NameDescription
Public propertyControlFile Gets or sets associated EMAX control file for this Parser.
Public propertyEventGroups Gets event groups for current record.
Public propertyFileName Gets or sets EMAX data filename.
Public propertyTimeError Gets a flag that indicates whether the parser encountered an error while parsing the timestamp in the last call to ReadNext.
Public propertyTimestamp Gets timestamp of current record in the timezone of provided IRIG signal.
Public propertyTimestampAsUtc Attempts to get current timestamp converted to UTC.
Public propertyValues Gets values of current record.
Top
Methods
 NameDescription
Public methodCloseFiles Closes all EMAX data file streams.
Public methodDispose Releases all the resources used by the Parser object.
Protected methodDispose(Boolean) Releases the unmanaged resources used by the Parser object and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases the unmanaged resources before the Parser object is reclaimed by GC.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOpenFiles Opens all EMAX data file streams.
Public methodReadNext Reads next EMAX record.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also