Class ParseRfidMeasurement#

Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll

public class ParseRfidMeasurement : Combinator<HarpMessage, Timestamped<RfidMeasurement>>

Inheritance#

object ← Combinator<HarpMessage, Timestamped<RfidMeasurement>> ← ParseRfidMeasurement

Inherited Members#

Combinator<HarpMessage, Timestamped<RfidMeasurement>>.Process(IObservable<HarpMessage>), object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Properties#

Location#

public Point2f Location { get; set; }

Property Value#

Point2f

Methods#

Process(IObservable<HarpMessage>)#

Processes an observable sequence into a new sequence of the specified element type.

public override IObservable<Timestamped<RfidMeasurement>> Process(IObservable<HarpMessage> source)

Parameters#

source IObservable<HarpMessage>

The source sequence to process.

Returns#

IObservable<Timestamped<RfidMeasurement>>

An observable sequence with elements of type .