C# Class GSF.TimeSeries.Transport.MeasurementStateMappingExtensions

Defines static methods for mapping between compact and full measurement states.
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
MapToCompactFlags ( this stateFlags ) : CompactMeasurementStateFlags

Maps MeasurementStateFlags to CompactMeasurementStateFlags.

MapToFullFlags ( this stateFlags ) : MeasurementStateFlags

Maps CompactMeasurementStateFlags to MeasurementStateFlags.

Method Details

MapToCompactFlags() public static méthode

Maps MeasurementStateFlags to CompactMeasurementStateFlags.
public static MapToCompactFlags ( this stateFlags ) : CompactMeasurementStateFlags
stateFlags this Flags to map.
Résultat CompactMeasurementStateFlags

MapToFullFlags() public static méthode

Maps CompactMeasurementStateFlags to MeasurementStateFlags.
public static MapToFullFlags ( this stateFlags ) : MeasurementStateFlags
stateFlags this Flags to map.
Résultat MeasurementStateFlags