Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeTypeMultiplicityDescription
GeometryShape1The geometry defining the location
TimestampDateTime1The timestamp of the location.
GetMeterValue(meter: Meter)RepresentationValue
?
SetMeterValue(meter: Meter, RepresentationValue: value)


GetAppliedLatency(meter: Meter)



Section [Not Implemented]

  • Depth 0 always represents the full swath and contains DDIs and their values at that level (e.g. Elevation, Weather Information, Fuel Consumption)
  • Depths 1+ represent a segmented version of the full swath
AttributeTypeMultiplicityDescription
IdCompoundIdentifier1UniqueIdentifier
OperationDataIdInteger1A reference to the OperationData this section applies to
DepthInteger1Indicates which depth the section was recorded for
OrderInteger1An incrementing value indicating the order of the sections from left to right
SectionWidthNumericRepresentationValue1The width of the section
TotalDistanceTravelledNumericRepresentationValue0..1Total distance travelled for the operation when section status was on
TotalElapsedTimeNumericRepresentationValue0..1Total elapsed time for the operation when the section status was on
MetersMeter0..n

Meter (analogous to a process data variable in ISO) [Not Implemented]

AttributeTypeMultiplicityDescription
IdCompoundIdentifier1UniqueIdentifier
SectionIdInteger 1A reference to the Section where this meter was recorded

Representation

Representation1The object for what DDI is defined
ValuesDouble1..n

The values recorded. Aligned by index with the sections

AppliedLatencyNumericRepresentationValue1The latency reported by the controller
ReportedLatencyNumericRepresentationValue1The latency reported by the implement

NumericMeter (Subclass of Meter) [Not Implemented]

AttributeTypeMultiplicityDescription

UnitOfMeasure

UnitOfMeasure1The unit this meter was recorded in

EnumeratedMeter (Subclass of Meter) [Not Implemented]

AttributeTypeMultiplicityDescription
ValueCodesInteger1..* Integers that correspond to the Code of an enumeration member. The specific enumeration is implicit in the Representation identified in the parent class.

...