C# Class PhasorProtocolAdapters.SignalReferenceMeasurement

Represents an IMeasurement wrapper that is associated with a SignalReference.
Inheritance: IMeasurement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
CompareTo ( ITimeSeriesValue other ) : int

Compares the SignalReferenceMeasurement with an ITimeSeriesValue.

Measurement implementations should compare by hash code.

CompareTo ( object obj ) : int

Compares the SignalReferenceMeasurement with the specified Object.

Measurement implementations should compare by hash code.

Equals ( ITimeSeriesValue other ) : bool

Determines whether the specified ITimeSeriesValue is equal to the current SignalReferenceMeasurement.

SignalReferenceMeasurement ( IMeasurement measurement, SignalReference signalReference ) : System

Constructs a new SignalReferenceMeasurement from the specified parameters.

Method Details

CompareTo() public method

Compares the SignalReferenceMeasurement with an ITimeSeriesValue.
Measurement implementations should compare by hash code.
public CompareTo ( ITimeSeriesValue other ) : int
other ITimeSeriesValue The to compare with the current .
return int

CompareTo() public method

Compares the SignalReferenceMeasurement with the specified Object.
Measurement implementations should compare by hash code.
is not an .
public CompareTo ( object obj ) : int
obj object The to compare with the current .
return int

Equals() public method

Determines whether the specified ITimeSeriesValue is equal to the current SignalReferenceMeasurement.
public Equals ( ITimeSeriesValue other ) : bool
other ITimeSeriesValue The to compare with the current .
return bool

SignalReferenceMeasurement() public method

Constructs a new SignalReferenceMeasurement from the specified parameters.
public SignalReferenceMeasurement ( IMeasurement measurement, SignalReference signalReference ) : System
measurement IMeasurement Source value.
signalReference SignalReference Associated .
return System