Click or drag to resize

CorrectiveParser Class

EMAX data file(s) parser that calculates timestamps based on sample rate and attempts to correct inverted values.
Inheritance Hierarchy
SystemObject
  GSF.EMAXCorrectiveParser

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

The CorrectiveParser type exposes the following members.

Constructors
 NameDescription
Public methodCorrectiveParser Creates a new instance of the CorrectiveParser class.
Top
Properties
 NameDescription
Public propertyCalculatedTimestamp Gets calculated timestamp of current record in the timezone of provided IRIG signal.
Public propertyCalculatedTimestampAsUtc Attempts to get calculated timestamp of current record converted to UTC.
Public propertyControlFile Gets or sets associated EMAX control file for this Parser.
Public propertyCorrectedValues Gets corrected values, which may be inverted based on the difference between the calculated timestamp and the parsed timestamp.
Public propertyEventGroups Gets event groups for current record.
Public propertyFileName Gets or sets EMAX data filename.
Public propertyParsedTimestamp Gets timestamp of current record, parsed from the file, in the timezone of provided IRIG signal.
Public propertyParsedTimestampAsUtc Attempts to get current timestamp, parsed from the file, 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 methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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