Child pages
  • (base) Message Types
Skip to end of metadata
Go to start of metadata

Base Message

Parent of all the other message types. Does not have any special property what so ever.


Base Measurement Message

Parent for all measurement messages in an EMI. Measurement-Messages have the following properties:

Identification

dataBasedOnMeasurementAsOf, eom and reference are used to (uniquely) identify a measurement. Hence if a measurement is resent (the same measurement) it should have the same values for these three attributes. Otherwise it might be considered as a different measurement from one of the metric kernels.

String eom
Identifier for the entity of measurement.
String reference
Identifier for the entity of measurement.
Date dataBasedOnMeasurementAsOf
Date and time (timestamp) of the base data that the measurement results of.

Data

The data for the measurement message is contained in the following two properties:

double value
The actual (result) value of the measurement.
String body
Additional information for the measurement value. This could for example be used to filter different measurement values or to provide additional insights into the actual calculation of the result value if it contains some basic values.

 


Base Event Message



Base Command Message

  • No labels