* typedef message_t - Structure to hold a message with a measurement.
* @measurement_id: The id of the measurement. Every sender should have a unique id.
* @daemon_measurement_datatype: Datatype of the data. All values in `data` must be of this type.
* @length: How many types of `datatype` are in `data`. Must not exceed (`length` * daemon_measurement_datatype_size(`datatype`)) > MAX_DAEMON_PACKET_DATA_SIZE.
* @measurement_id: The id of the measurement. Every sender should have a unique
* id.
* @daemon_measurement_datatype: Datatype of the data. All values in `data` must
* be of this type.
* @length: How many types of `datatype` are in `data`. Must not exceed