@sboeckelmann
This pull request will add support to the CBV 2.1 version where the following changes are currently supported, please let me know if I have missed something:
User extensions are appended immediately after the respective fields instead of at the end together.
SensorElementList keyword is added before the respective Sensor elements.
Event hash will have CBV2.1 at the end of the Hash ID instead of the regular CBV2.0.
In our code currently, we will be defaulting to CBV2.0 if the user has not specified the CBV version else user-defined version will be used. Please review the changes and approve the PR.
@sboeckelmann This pull request will add support to the CBV 2.1 version where the following changes are currently supported, please let me know if I have missed something:
User extensions are appended immediately after the respective fields instead of at the end together.
SensorElementList
keyword is added before the respective Sensor elements.Event hash will have
CBV2.1
at the end of the Hash ID instead of the regularCBV2.0
.In our code currently, we will be defaulting to
CBV2.0
if the user has not specified the CBV version else user-defined version will be used. Please review the changes and approve the PR.