Skip to content

Optionally write latest LogData value into configurable dataset

Afonso Mukai requested to merge write_latest_value_f142 into master

Created by: dominikwerder

Description of work

Optionally write latest LogData value into configurable dataset defined by json configuration key store_latest_into. Used so far on amor branch.

Unit Tests

New tests:

writeScalarFloatWithLatestWithoutContent
writeArrayFloatWithLatestWithoutContent
writeScalarFloatWithLatest
writeArrayFloatWithLatest

Merge request reports