C# Class GSF.TimeSeries.Transport.MeasurementStateMappingExtensions

Defines static methods for mapping between compact and full measurement states.
Mostra file Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
MapToCompactFlags ( this stateFlags ) : CompactMeasurementStateFlags

Maps MeasurementStateFlags to CompactMeasurementStateFlags.

MapToFullFlags ( this stateFlags ) : MeasurementStateFlags

Maps CompactMeasurementStateFlags to MeasurementStateFlags.

Method Details

MapToCompactFlags() public static method

Maps MeasurementStateFlags to CompactMeasurementStateFlags.
public static MapToCompactFlags ( this stateFlags ) : CompactMeasurementStateFlags
stateFlags this Flags to map.
return CompactMeasurementStateFlags

MapToFullFlags() public static method

Maps CompactMeasurementStateFlags to MeasurementStateFlags.
public static MapToFullFlags ( this stateFlags ) : MeasurementStateFlags
stateFlags this Flags to map.
return MeasurementStateFlags