From 487b3c5ed9715ad950a6b787bc54f01f90c4dbdb Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Fri, 16 Jun 2023 08:01:06 +1000 Subject: [PATCH 1/6] Using develop branch of the dependencies in githubactions and appveyor. --- .appveyor.yml | 4 ++-- .github/workflows/actions_build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 839c6e65..607e3bf5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,8 +18,8 @@ configuration: - Release environment: - COMMS_BRANCH: v5.2 - COMMSDSL_BRANCH: v6.1 + COMMS_BRANCH: develop + COMMSDSL_BRANCH: develop matrix: - CPP_STD: 11 - CPP_STD: 14 diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index 8c1e3523..463f479a 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -3,8 +3,8 @@ name: Github Actions Build on: [push] env: - COMMS_BRANCH: v5.2 - COMMSDSL_BRANCH: v6.1 + COMMS_BRANCH: develop + COMMSDSL_BRANCH: develop jobs: From 7d6bc1a8c7f4abefe771f8b3ed75f9090283f0c4 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Fri, 16 Jun 2023 08:02:06 +1000 Subject: [PATCH 2/6] Requiring v6.2 of the commsdsl to generate code. --- CMakeLists.txt | 2 +- howtos/howto1/include/howto1/Interface.h | 2 +- .../howto1/include/howto1/InterfaceCommon.h | 2 +- howtos/howto1/include/howto1/MsgId.h | 2 +- howtos/howto1/include/howto1/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto1/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto1/include/howto1/field/FieldBase.h | 2 +- .../include/howto1/field/InterfaceFlags.h | 2 +- .../howto1/field/InterfaceFlagsCommon.h | 2 +- howtos/howto1/include/howto1/field/MsgId.h | 2 +- .../howto1/include/howto1/field/MsgIdCommon.h | 2 +- howtos/howto1/include/howto1/frame/Frame.h | 2 +- .../howto1/include/howto1/frame/FrameCommon.h | 2 +- .../howto1/include/howto1/input/AllMessages.h | 2 +- .../howto1/input/ClientInputMessages.h | 2 +- .../howto1/input/ServerInputMessages.h | 2 +- howtos/howto1/include/howto1/message/Msg1.h | 2 +- .../include/howto1/message/Msg1Common.h | 2 +- howtos/howto1/include/howto1/message/Msg2.h | 2 +- .../include/howto1/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto1/options/BareMetalDefaultOptions.h | 2 +- .../howto1/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto1/options/DataViewDefaultOptions.h | 2 +- .../include/howto1/options/DefaultOptions.h | 2 +- .../howto1/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto10/include/howto10/Interface.h | 2 +- .../howto10/include/howto10/InterfaceCommon.h | 2 +- howtos/howto10/include/howto10/MsgId.h | 2 +- howtos/howto10/include/howto10/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../howto10/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto10/include/howto10/field/FieldBase.h | 2 +- howtos/howto10/include/howto10/field/Flags.h | 2 +- .../include/howto10/field/FlagsCommon.h | 2 +- howtos/howto10/include/howto10/field/MsgId.h | 2 +- .../include/howto10/field/MsgIdCommon.h | 2 +- howtos/howto10/include/howto10/frame/Frame.h | 2 +- .../include/howto10/frame/FrameCommon.h | 2 +- .../include/howto10/input/AllMessages.h | 2 +- .../howto10/input/ClientInputMessages.h | 2 +- .../howto10/input/ServerInputMessages.h | 2 +- howtos/howto10/include/howto10/message/Msg1.h | 2 +- .../include/howto10/message/Msg1Common.h | 2 +- howtos/howto10/include/howto10/message/Msg2.h | 2 +- .../include/howto10/message/Msg2Common.h | 2 +- howtos/howto10/include/howto10/message/Msg3.h | 2 +- .../include/howto10/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto10/options/BareMetalDefaultOptions.h | 2 +- .../howto10/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto10/options/DataViewDefaultOptions.h | 2 +- .../include/howto10/options/DefaultOptions.h | 2 +- .../howto10/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto2/include/howto2/Message.h | 2 +- howtos/howto2/include/howto2/MsgId.h | 2 +- howtos/howto2/include/howto2/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto2/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto2/include/howto2/field/FieldBase.h | 2 +- howtos/howto2/include/howto2/field/MsgId.h | 2 +- .../howto2/include/howto2/field/MsgIdCommon.h | 2 +- howtos/howto2/include/howto2/frame/Frame.h | 2 +- .../howto2/include/howto2/frame/FrameCommon.h | 2 +- .../howto2/include/howto2/input/AllMessages.h | 2 +- .../howto2/input/ClientInputMessages.h | 2 +- .../howto2/input/ServerInputMessages.h | 2 +- howtos/howto2/include/howto2/message/Msg1.h | 2 +- .../include/howto2/message/Msg1Common.h | 2 +- howtos/howto2/include/howto2/message/Msg2.h | 2 +- .../include/howto2/message/Msg2Common.h | 2 +- howtos/howto2/include/howto2/message/Msg3.h | 2 +- .../include/howto2/message/Msg3Common.h | 2 +- howtos/howto2/include/howto2/message/Msg4.h | 2 +- .../include/howto2/message/Msg4Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto2/options/BareMetalDefaultOptions.h | 2 +- .../howto2/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto2/options/DataViewDefaultOptions.h | 2 +- .../include/howto2/options/DefaultOptions.h | 2 +- .../howto2/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto3/include/howto3/Message.h | 2 +- howtos/howto3/include/howto3/MsgId.h | 2 +- howtos/howto3/include/howto3/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto3/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto3/include/howto3/field/FieldBase.h | 2 +- howtos/howto3/include/howto3/field/MsgId.h | 2 +- .../howto3/include/howto3/field/MsgIdCommon.h | 2 +- howtos/howto3/include/howto3/frame/Frame.h | 2 +- .../howto3/include/howto3/input/AllMessages.h | 2 +- .../howto3/input/ClientInputMessages.h | 2 +- .../howto3/input/ServerInputMessages.h | 2 +- howtos/howto3/include/howto3/message/Msg1.h | 2 +- .../include/howto3/message/Msg1Common.h | 2 +- howtos/howto3/include/howto3/message/Msg2.h | 2 +- .../include/howto3/message/Msg2Common.h | 2 +- howtos/howto3/include/howto3/message/Msg3.h | 2 +- .../include/howto3/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto3/options/BareMetalDefaultOptions.h | 2 +- .../howto3/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto3/options/DataViewDefaultOptions.h | 2 +- .../include/howto3/options/DefaultOptions.h | 2 +- .../howto3/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto4/include/howto4/Message.h | 2 +- howtos/howto4/include/howto4/MsgId.h | 2 +- howtos/howto4/include/howto4/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto4/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto4/include/howto4/field/FieldBase.h | 2 +- howtos/howto4/include/howto4/field/TlvProp.h | 2 +- .../include/howto4/field/TlvPropCommon.h | 2 +- howtos/howto4/include/howto4/frame/Frame.h | 2 +- .../howto4/include/howto4/frame/FrameCommon.h | 2 +- .../howto4/include/howto4/input/AllMessages.h | 2 +- .../howto4/input/ClientInputMessages.h | 2 +- .../howto4/input/ServerInputMessages.h | 2 +- howtos/howto4/include/howto4/message/Msg.h | 2 +- .../howto4/include/howto4/message/MsgCommon.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto4/options/BareMetalDefaultOptions.h | 2 +- .../howto4/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto4/options/DataViewDefaultOptions.h | 2 +- .../include/howto4/options/DefaultOptions.h | 2 +- .../howto4/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto5/include/howto5/Interface.h | 2 +- .../howto5/include/howto5/InterfaceCommon.h | 2 +- howtos/howto5/include/howto5/MsgId.h | 2 +- howtos/howto5/include/howto5/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto5/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto5/include/howto5/field/FieldBase.h | 2 +- .../include/howto5/field/InterfaceFlags.h | 2 +- .../howto5/field/InterfaceFlagsCommon.h | 2 +- howtos/howto5/include/howto5/field/MsgId.h | 2 +- .../howto5/include/howto5/field/MsgIdCommon.h | 2 +- howtos/howto5/include/howto5/field/Version.h | 2 +- .../include/howto5/field/VersionCommon.h | 2 +- .../include/howto5/field/VersionWithFlags.h | 2 +- .../howto5/field/VersionWithFlagsCommon.h | 2 +- howtos/howto5/include/howto5/frame/Frame.h | 2 +- .../howto5/include/howto5/frame/FrameCommon.h | 2 +- .../howto5/include/howto5/input/AllMessages.h | 2 +- .../howto5/input/ClientInputMessages.h | 2 +- .../howto5/input/ServerInputMessages.h | 2 +- howtos/howto5/include/howto5/message/Msg1.h | 2 +- .../include/howto5/message/Msg1Common.h | 2 +- howtos/howto5/include/howto5/message/Msg2.h | 2 +- .../include/howto5/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto5/options/BareMetalDefaultOptions.h | 2 +- .../howto5/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto5/options/DataViewDefaultOptions.h | 2 +- .../include/howto5/options/DefaultOptions.h | 2 +- .../howto5/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto6/include/howto6/Interface.h | 2 +- .../howto6/include/howto6/InterfaceCommon.h | 2 +- howtos/howto6/include/howto6/MsgId.h | 2 +- howtos/howto6/include/howto6/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto6/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/howto6/field/ChecksumType.h | 2 +- .../include/howto6/field/ChecksumTypeCommon.h | 2 +- .../howto6/include/howto6/field/FieldBase.h | 2 +- howtos/howto6/include/howto6/field/MsgId.h | 2 +- .../howto6/include/howto6/field/MsgIdCommon.h | 2 +- howtos/howto6/include/howto6/frame/Frame.h | 2 +- .../howto6/include/howto6/frame/FrameCommon.h | 2 +- .../howto6/include/howto6/input/AllMessages.h | 2 +- .../howto6/input/ClientInputMessages.h | 2 +- .../howto6/input/ServerInputMessages.h | 2 +- howtos/howto6/include/howto6/message/Msg1.h | 2 +- .../include/howto6/message/Msg1Common.h | 2 +- howtos/howto6/include/howto6/message/Msg2.h | 2 +- .../include/howto6/message/Msg2Common.h | 2 +- howtos/howto6/include/howto6/message/Msg3.h | 2 +- .../include/howto6/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto6/options/BareMetalDefaultOptions.h | 2 +- .../howto6/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto6/options/DataViewDefaultOptions.h | 2 +- .../include/howto6/options/DefaultOptions.h | 2 +- .../howto6/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto7/include/howto7/Message.h | 2 +- howtos/howto7/include/howto7/MsgId.h | 2 +- howtos/howto7/include/howto7/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto7/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto7/include/howto7/field/FieldBase.h | 2 +- howtos/howto7/include/howto7/field/MsgId.h | 2 +- .../howto7/include/howto7/field/MsgIdCommon.h | 2 +- howtos/howto7/include/howto7/frame/Frame.h | 2 +- .../howto7/include/howto7/frame/FrameCommon.h | 2 +- .../howto7/include/howto7/input/AllMessages.h | 2 +- .../howto7/input/ClientInputMessages.h | 2 +- .../howto7/input/ServerInputMessages.h | 2 +- howtos/howto7/include/howto7/message/Msg1.h | 2 +- .../include/howto7/message/Msg1Common.h | 2 +- howtos/howto7/include/howto7/message/Msg2.h | 2 +- .../include/howto7/message/Msg2Common.h | 2 +- howtos/howto7/include/howto7/message/Msg3.h | 2 +- .../include/howto7/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto7/options/BareMetalDefaultOptions.h | 2 +- .../howto7/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto7/options/DataViewDefaultOptions.h | 2 +- .../include/howto7/options/DefaultOptions.h | 2 +- .../howto7/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto8/include/howto8/Interface.h | 2 +- .../howto8/include/howto8/InterfaceCommon.h | 2 +- howtos/howto8/include/howto8/MsgId.h | 2 +- howtos/howto8/include/howto8/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto8/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto8/include/howto8/field/FieldBase.h | 2 +- howtos/howto8/include/howto8/field/Flags.h | 2 +- .../howto8/include/howto8/field/FlagsCommon.h | 2 +- howtos/howto8/include/howto8/field/MsgId.h | 2 +- .../howto8/include/howto8/field/MsgIdCommon.h | 2 +- howtos/howto8/include/howto8/frame/Frame.h | 2 +- .../howto8/include/howto8/frame/FrameCommon.h | 2 +- .../howto8/include/howto8/input/AllMessages.h | 2 +- .../howto8/input/ClientInputMessages.h | 2 +- .../howto8/input/ServerInputMessages.h | 2 +- howtos/howto8/include/howto8/message/Msg1.h | 2 +- .../include/howto8/message/Msg1Common.h | 2 +- howtos/howto8/include/howto8/message/Msg2.h | 2 +- .../include/howto8/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto8/options/BareMetalDefaultOptions.h | 2 +- .../howto8/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto8/options/DataViewDefaultOptions.h | 2 +- .../include/howto8/options/DefaultOptions.h | 2 +- .../howto8/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- howtos/howto9/include/howto9/Message.h | 2 +- howtos/howto9/include/howto9/MsgId.h | 2 +- howtos/howto9/include/howto9/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../include/howto9/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../howto9/include/howto9/field/FieldBase.h | 2 +- howtos/howto9/include/howto9/field/MsgId.h | 2 +- .../howto9/include/howto9/field/MsgIdCommon.h | 2 +- .../howto9/include/howto9/field/SizeField.h | 2 +- .../include/howto9/field/SizeFieldCommon.h | 2 +- .../howto9/include/howto9/field/SyncField.h | 2 +- .../include/howto9/field/SyncFieldCommon.h | 2 +- howtos/howto9/include/howto9/frame/Frame.h | 2 +- .../howto9/include/howto9/frame/FrameCommon.h | 2 +- .../howto9/include/howto9/input/AllMessages.h | 2 +- .../howto9/input/ClientInputMessages.h | 2 +- .../howto9/input/ServerInputMessages.h | 2 +- howtos/howto9/include/howto9/message/Msg1.h | 2 +- .../include/howto9/message/Msg1Common.h | 2 +- howtos/howto9/include/howto9/message/Msg2.h | 2 +- .../include/howto9/message/Msg2Common.h | 2 +- howtos/howto9/include/howto9/message/Msg3.h | 2 +- .../include/howto9/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto9/options/BareMetalDefaultOptions.h | 2 +- .../howto9/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../howto9/options/DataViewDefaultOptions.h | 2 +- .../include/howto9/options/DefaultOptions.h | 2 +- .../howto9/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial1/include/tutorial1/Message.h | 2 +- tutorials/tutorial1/include/tutorial1/MsgId.h | 2 +- .../tutorial1/include/tutorial1/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial1/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial1/field/FieldBase.h | 2 +- .../tutorial1/include/tutorial1/field/MsgId.h | 2 +- .../include/tutorial1/field/MsgIdCommon.h | 2 +- .../tutorial1/include/tutorial1/frame/Frame.h | 2 +- .../include/tutorial1/input/AllMessages.h | 2 +- .../tutorial1/input/ClientInputMessages.h | 2 +- .../tutorial1/input/ServerInputMessages.h | 2 +- .../include/tutorial1/message/Msg1.h | 2 +- .../include/tutorial1/message/Msg1Common.h | 2 +- .../include/tutorial1/message/Msg2.h | 2 +- .../include/tutorial1/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial1/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial1/options/DefaultOptions.h | 2 +- .../tutorial1/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial10/include/tutorial10/Message.h | 2 +- .../tutorial10/include/tutorial10/MsgId.h | 2 +- .../tutorial10/include/tutorial10/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial10/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial10/field/FieldBase.h | 2 +- .../include/tutorial10/field/MsgId.h | 2 +- .../include/tutorial10/field/MsgIdCommon.h | 2 +- .../include/tutorial10/frame/Frame.h | 2 +- .../include/tutorial10/frame/FrameCommon.h | 2 +- .../include/tutorial10/input/AllMessages.h | 2 +- .../tutorial10/input/ClientInputMessages.h | 2 +- .../tutorial10/input/ServerInputMessages.h | 2 +- .../include/tutorial10/message/Msg1.h | 2 +- .../include/tutorial10/message/Msg1Common.h | 2 +- .../include/tutorial10/message/Msg2.h | 2 +- .../include/tutorial10/message/Msg2Common.h | 2 +- .../include/tutorial10/message/Msg3.h | 2 +- .../include/tutorial10/message/Msg3Common.h | 2 +- .../include/tutorial10/message/Msg4.h | 2 +- .../include/tutorial10/message/Msg4Common.h | 2 +- .../include/tutorial10/message/Msg5.h | 2 +- .../include/tutorial10/message/Msg5Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial10/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial10/options/DefaultOptions.h | 2 +- .../tutorial10/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial11/include/tutorial11/Message.h | 2 +- .../tutorial11/include/tutorial11/MsgId.h | 2 +- .../tutorial11/include/tutorial11/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial11/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial11/field/FieldBase.h | 2 +- .../include/tutorial11/field/MsgId.h | 2 +- .../include/tutorial11/field/MsgIdCommon.h | 2 +- .../include/tutorial11/frame/Frame.h | 2 +- .../include/tutorial11/frame/FrameCommon.h | 2 +- .../include/tutorial11/input/AllMessages.h | 2 +- .../tutorial11/input/ClientInputMessages.h | 2 +- .../tutorial11/input/ServerInputMessages.h | 2 +- .../include/tutorial11/message/Msg1.h | 2 +- .../include/tutorial11/message/Msg1Common.h | 2 +- .../include/tutorial11/message/Msg2.h | 2 +- .../include/tutorial11/message/Msg2Common.h | 2 +- .../include/tutorial11/message/Msg3.h | 2 +- .../include/tutorial11/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial11/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial11/options/DefaultOptions.h | 2 +- .../tutorial11/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial12/include/tutorial12/Message.h | 2 +- .../tutorial12/include/tutorial12/MsgId.h | 2 +- .../tutorial12/include/tutorial12/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial12/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial12/field/FieldBase.h | 2 +- .../include/tutorial12/field/Length.h | 2 +- .../include/tutorial12/field/LengthCommon.h | 2 +- .../include/tutorial12/field/MsgId.h | 2 +- .../include/tutorial12/field/MsgIdCommon.h | 2 +- .../include/tutorial12/frame/Frame.h | 2 +- .../include/tutorial12/frame/FrameCommon.h | 2 +- .../include/tutorial12/input/AllMessages.h | 2 +- .../tutorial12/input/ClientInputMessages.h | 2 +- .../tutorial12/input/ServerInputMessages.h | 2 +- .../include/tutorial12/message/Msg1.h | 2 +- .../include/tutorial12/message/Msg1Common.h | 2 +- .../include/tutorial12/message/Msg2.h | 2 +- .../include/tutorial12/message/Msg2Common.h | 2 +- .../include/tutorial12/message/Msg3.h | 2 +- .../include/tutorial12/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial12/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial12/options/DefaultOptions.h | 2 +- .../tutorial12/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial13/include/tutorial13/Message.h | 2 +- .../tutorial13/include/tutorial13/MsgId.h | 2 +- .../tutorial13/include/tutorial13/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial13/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial13/field/FieldBase.h | 2 +- .../include/tutorial13/field/MsgId.h | 2 +- .../include/tutorial13/field/MsgIdCommon.h | 2 +- .../include/tutorial13/frame/Frame.h | 2 +- .../include/tutorial13/frame/FrameCommon.h | 2 +- .../include/tutorial13/input/AllMessages.h | 2 +- .../tutorial13/input/ClientInputMessages.h | 2 +- .../tutorial13/input/ServerInputMessages.h | 2 +- .../include/tutorial13/message/Msg1_1.h | 2 +- .../include/tutorial13/message/Msg1_1Common.h | 2 +- .../include/tutorial13/message/Msg1_2.h | 2 +- .../include/tutorial13/message/Msg1_2Common.h | 2 +- .../include/tutorial13/message/Msg1_3.h | 2 +- .../include/tutorial13/message/Msg1_3Common.h | 2 +- .../include/tutorial13/message/Msg2_1.h | 2 +- .../include/tutorial13/message/Msg2_1Common.h | 2 +- .../include/tutorial13/message/Msg2_2.h | 2 +- .../include/tutorial13/message/Msg2_2Common.h | 2 +- .../include/tutorial13/message/Msg2_3.h | 2 +- .../include/tutorial13/message/Msg2_3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial13/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial13/options/DefaultOptions.h | 2 +- .../tutorial13/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial14/include/tutorial14/Message.h | 2 +- .../tutorial14/include/tutorial14/MsgId.h | 2 +- .../tutorial14/include/tutorial14/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial14/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial14/field/FieldBase.h | 2 +- .../include/tutorial14/field/MsgId.h | 2 +- .../include/tutorial14/field/MsgIdCommon.h | 2 +- .../include/tutorial14/frame/Frame.h | 2 +- .../include/tutorial14/frame/FrameCommon.h | 2 +- .../include/tutorial14/input/AllMessages.h | 2 +- .../tutorial14/input/ClientInputMessages.h | 2 +- .../tutorial14/input/ServerInputMessages.h | 2 +- .../include/tutorial14/message/Msg1.h | 2 +- .../include/tutorial14/message/Msg1Common.h | 2 +- .../include/tutorial14/message/Msg2.h | 2 +- .../include/tutorial14/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial14/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial14/options/DefaultOptions.h | 2 +- .../tutorial14/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial15/include/tutorial15/Message.h | 2 +- .../tutorial15/include/tutorial15/MsgId.h | 2 +- .../tutorial15/include/tutorial15/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial15/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial15/field/FieldBase.h | 2 +- .../include/tutorial15/field/MsgId.h | 2 +- .../include/tutorial15/field/MsgIdCommon.h | 2 +- .../include/tutorial15/frame/Frame.h | 2 +- .../include/tutorial15/frame/FrameCommon.h | 2 +- .../include/tutorial15/input/AllMessages.h | 2 +- .../tutorial15/input/ClientInputMessages.h | 2 +- .../tutorial15/input/ServerInputMessages.h | 2 +- .../include/tutorial15/message/Msg1.h | 2 +- .../include/tutorial15/message/Msg1Common.h | 2 +- .../include/tutorial15/message/Msg2.h | 2 +- .../include/tutorial15/message/Msg2Common.h | 2 +- .../include/tutorial15/message/Msg3.h | 2 +- .../include/tutorial15/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial15/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial15/options/DefaultOptions.h | 2 +- .../tutorial15/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial16/include/tutorial16/Interface.h | 2 +- .../include/tutorial16/InterfaceCommon.h | 2 +- .../tutorial16/include/tutorial16/MsgId.h | 2 +- .../tutorial16/include/tutorial16/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial16/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial16/field/FieldBase.h | 2 +- .../include/tutorial16/field/InterfaceFlags.h | 2 +- .../tutorial16/field/InterfaceFlagsCommon.h | 2 +- .../include/tutorial16/field/MsgId.h | 2 +- .../include/tutorial16/field/MsgIdCommon.h | 2 +- .../include/tutorial16/frame/Frame.h | 2 +- .../include/tutorial16/frame/FrameCommon.h | 2 +- .../include/tutorial16/input/AllMessages.h | 2 +- .../tutorial16/input/ClientInputMessages.h | 2 +- .../tutorial16/input/ServerInputMessages.h | 2 +- .../include/tutorial16/message/Msg1.h | 2 +- .../include/tutorial16/message/Msg1Common.h | 2 +- .../include/tutorial16/message/Msg2.h | 2 +- .../include/tutorial16/message/Msg2Common.h | 2 +- .../include/tutorial16/message/Msg3.h | 2 +- .../include/tutorial16/message/Msg3Common.h | 2 +- .../include/tutorial16/message/Msg4.h | 2 +- .../include/tutorial16/message/Msg4Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial16/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial16/options/DefaultOptions.h | 2 +- .../tutorial16/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial17/include/tutorial17/Interface.h | 2 +- .../include/tutorial17/InterfaceCommon.h | 2 +- .../tutorial17/include/tutorial17/MsgId.h | 2 +- .../tutorial17/include/tutorial17/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial17/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial17/field/FieldBase.h | 2 +- .../include/tutorial17/field/MsgId.h | 2 +- .../include/tutorial17/field/MsgIdCommon.h | 2 +- .../include/tutorial17/frame/Frame.h | 2 +- .../include/tutorial17/frame/FrameCommon.h | 2 +- .../include/tutorial17/input/AllMessages.h | 2 +- .../tutorial17/input/ClientInputMessages.h | 2 +- .../tutorial17/input/ServerInputMessages.h | 2 +- .../include/tutorial17/message/Msg1.h | 2 +- .../include/tutorial17/message/Msg1Common.h | 2 +- .../include/tutorial17/message/Msg2.h | 2 +- .../include/tutorial17/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial17/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial17/options/DefaultOptions.h | 2 +- .../tutorial17/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial18/include/tutorial18/Message.h | 2 +- .../tutorial18/include/tutorial18/MsgId.h | 2 +- .../tutorial18/include/tutorial18/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial18/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial18/field/FieldBase.h | 2 +- .../include/tutorial18/field/MsgId.h | 2 +- .../include/tutorial18/field/MsgIdCommon.h | 2 +- .../include/tutorial18/frame/Frame.h | 2 +- .../include/tutorial18/frame/FrameCommon.h | 2 +- .../include/tutorial18/input/AllMessages.h | 2 +- .../tutorial18/input/ClientInputMessages.h | 2 +- .../tutorial18/input/ServerInputMessages.h | 2 +- .../include/tutorial18/message/Msg1_1.h | 2 +- .../include/tutorial18/message/Msg1_1Common.h | 2 +- .../include/tutorial18/message/Msg1_2.h | 2 +- .../include/tutorial18/message/Msg1_2Common.h | 2 +- .../include/tutorial18/message/Msg1_3.h | 2 +- .../include/tutorial18/message/Msg1_3Common.h | 2 +- .../include/tutorial18/message/Msg2_1.h | 2 +- .../include/tutorial18/message/Msg2_1Common.h | 2 +- .../include/tutorial18/message/Msg2_2.h | 2 +- .../include/tutorial18/message/Msg2_2Common.h | 2 +- .../include/tutorial18/message/Msg2_3.h | 2 +- .../include/tutorial18/message/Msg2_3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial18/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial18/options/DefaultOptions.h | 2 +- .../tutorial18/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial19/include/tutorial19/Interface.h | 2 +- .../include/tutorial19/InterfaceCommon.h | 2 +- .../tutorial19/include/tutorial19/MsgId.h | 2 +- .../tutorial19/include/tutorial19/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial19/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial19/field/FieldBase.h | 2 +- .../include/tutorial19/field/MsgId.h | 2 +- .../include/tutorial19/field/MsgIdCommon.h | 2 +- .../include/tutorial19/frame/Frame.h | 2 +- .../include/tutorial19/frame/FrameCommon.h | 2 +- .../include/tutorial19/input/AllMessages.h | 2 +- .../tutorial19/input/ClientInputMessages.h | 2 +- .../tutorial19/input/ServerInputMessages.h | 2 +- .../include/tutorial19/message/Msg1.h | 2 +- .../include/tutorial19/message/Msg1Common.h | 2 +- .../include/tutorial19/message/Msg2.h | 2 +- .../include/tutorial19/message/Msg2Common.h | 2 +- .../include/tutorial19/message/Msg3.h | 2 +- .../include/tutorial19/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial19/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial19/options/DefaultOptions.h | 2 +- .../tutorial19/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- tutorials/tutorial2/CMakeLists.txt | 1 + tutorials/tutorial2/dsl/main.xml | 1 + tutorials/tutorial2/dsl/msg18.xml | 16 + .../tutorial2/include/tutorial2/Message.h | 2 +- tutorials/tutorial2/include/tutorial2/MsgId.h | 7 +- .../tutorial2/include/tutorial2/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 7 +- .../tutorial2/dispatch/DispatchMessage.h | 7 +- .../dispatch/DispatchServerInputMessage.h | 7 +- .../factory/AllMessagesDynMemMsgFactory.h | 4 +- .../ClientInputMessagesDynMemMsgFactory.h | 4 +- .../ServerInputMessagesDynMemMsgFactory.h | 4 +- .../tutorial2/include/tutorial2/field/B8_1.h | 2 +- .../include/tutorial2/field/B8_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/B8_2.h | 2 +- .../include/tutorial2/field/B8_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/B9_1.h | 2 +- .../include/tutorial2/field/B9_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/B9_2.h | 2 +- .../include/tutorial2/field/B9_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/D7_1.h | 2 +- .../include/tutorial2/field/D7_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/D7_2.h | 2 +- .../include/tutorial2/field/D7_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/E2_1.h | 2 +- .../include/tutorial2/field/E2_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/E2_2.h | 2 +- .../include/tutorial2/field/E2_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/F11_1.h | 2 +- .../include/tutorial2/field/F11_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/F11_2.h | 2 +- .../include/tutorial2/field/F11_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/F11_3.h | 2 +- .../include/tutorial2/field/F11_3Common.h | 2 +- .../tutorial2/include/tutorial2/field/F5_1.h | 2 +- .../include/tutorial2/field/F5_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/F5_2.h | 2 +- .../include/tutorial2/field/F5_2Common.h | 2 +- .../include/tutorial2/field/FieldBase.h | 2 +- .../tutorial2/include/tutorial2/field/I1.h | 2 +- .../include/tutorial2/field/I1Common.h | 2 +- .../tutorial2/include/tutorial2/field/I3_1.h | 2 +- .../include/tutorial2/field/I3_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/I3_2.h | 2 +- .../include/tutorial2/field/I3_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/I3_3.h | 2 +- .../include/tutorial2/field/I3_3Common.h | 2 +- .../tutorial2/include/tutorial2/field/I3_4.h | 2 +- .../include/tutorial2/field/I3_4Common.h | 2 +- .../tutorial2/include/tutorial2/field/I3_5.h | 2 +- .../include/tutorial2/field/I3_5Common.h | 2 +- .../tutorial2/include/tutorial2/field/L10_1.h | 2 +- .../include/tutorial2/field/L10_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/L10_2.h | 2 +- .../include/tutorial2/field/L10_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/L10_3.h | 2 +- .../include/tutorial2/field/L10_3Common.h | 2 +- .../tutorial2/include/tutorial2/field/L10_4.h | 2 +- .../include/tutorial2/field/L10_4Common.h | 2 +- .../tutorial2/include/tutorial2/field/L6_3.h | 2 +- .../include/tutorial2/field/L6_3Common.h | 2 +- .../tutorial2/include/tutorial2/field/MsgId.h | 6 +- .../include/tutorial2/field/MsgIdCommon.h | 5 +- .../tutorial2/include/tutorial2/field/S4_1.h | 2 +- .../include/tutorial2/field/S4_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/S4_2.h | 2 +- .../include/tutorial2/field/S4_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/S4_3.h | 2 +- .../include/tutorial2/field/S4_3Common.h | 2 +- .../tutorial2/include/tutorial2/field/S6_1.h | 2 +- .../include/tutorial2/field/S6_1Common.h | 2 +- .../tutorial2/include/tutorial2/field/S6_2.h | 2 +- .../include/tutorial2/field/S6_2Common.h | 2 +- .../tutorial2/include/tutorial2/field/S6_3.h | 2 +- .../include/tutorial2/field/S6_3Common.h | 2 +- .../tutorial2/include/tutorial2/field/S6_4.h | 8 +- .../include/tutorial2/field/S6_4Common.h | 2 +- .../tutorial2/include/tutorial2/frame/Frame.h | 2 +- .../include/tutorial2/frame/FrameCommon.h | 2 +- .../include/tutorial2/input/AllMessages.h | 9 +- .../tutorial2/input/ClientInputMessages.h | 9 +- .../tutorial2/input/ServerInputMessages.h | 9 +- .../include/tutorial2/message/Msg1.h | 2 +- .../include/tutorial2/message/Msg10.h | 2 +- .../include/tutorial2/message/Msg10Common.h | 2 +- .../include/tutorial2/message/Msg11.h | 2 +- .../include/tutorial2/message/Msg11Common.h | 2 +- .../include/tutorial2/message/Msg12.h | 2 +- .../include/tutorial2/message/Msg12Common.h | 2 +- .../include/tutorial2/message/Msg13.h | 2 +- .../include/tutorial2/message/Msg13Common.h | 2 +- .../include/tutorial2/message/Msg14.h | 2 +- .../include/tutorial2/message/Msg14Common.h | 2 +- .../include/tutorial2/message/Msg15.h | 2 +- .../include/tutorial2/message/Msg15Common.h | 2 +- .../include/tutorial2/message/Msg16.h | 2 +- .../include/tutorial2/message/Msg16Common.h | 2 +- .../include/tutorial2/message/Msg17.h | 2 +- .../include/tutorial2/message/Msg17Common.h | 2 +- .../include/tutorial2/message/Msg18.h | 341 ++++++++++++++++++ .../include/tutorial2/message/Msg18Common.h | 147 ++++++++ .../include/tutorial2/message/Msg1Common.h | 2 +- .../include/tutorial2/message/Msg2.h | 2 +- .../include/tutorial2/message/Msg2Common.h | 2 +- .../include/tutorial2/message/Msg3.h | 2 +- .../include/tutorial2/message/Msg3Common.h | 2 +- .../include/tutorial2/message/Msg4.h | 2 +- .../include/tutorial2/message/Msg4Common.h | 2 +- .../include/tutorial2/message/Msg5.h | 2 +- .../include/tutorial2/message/Msg5Common.h | 2 +- .../include/tutorial2/message/Msg6.h | 2 +- .../include/tutorial2/message/Msg6Common.h | 2 +- .../include/tutorial2/message/Msg7.h | 2 +- .../include/tutorial2/message/Msg7Common.h | 2 +- .../include/tutorial2/message/Msg8.h | 2 +- .../include/tutorial2/message/Msg8Common.h | 2 +- .../include/tutorial2/message/Msg9.h | 2 +- .../include/tutorial2/message/Msg9Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 16 +- .../tutorial2/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 16 +- .../tutorial2/options/DefaultOptions.h | 12 +- .../tutorial2/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- tutorials/tutorial2/src/ClientSession.cpp | 34 ++ tutorials/tutorial2/src/ClientSession.h | 4 + .../tutorial20/include/tutorial20/Interface.h | 2 +- .../include/tutorial20/InterfaceCommon.h | 2 +- .../tutorial20/include/tutorial20/MsgId.h | 2 +- .../tutorial20/include/tutorial20/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial20/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial20/field/FieldBase.h | 2 +- .../include/tutorial20/field/MsgId.h | 2 +- .../include/tutorial20/field/MsgIdCommon.h | 2 +- .../include/tutorial20/field/Version.h | 2 +- .../include/tutorial20/field/VersionCommon.h | 2 +- .../include/tutorial20/frame/Frame.h | 2 +- .../include/tutorial20/frame/FrameCommon.h | 2 +- .../include/tutorial20/input/AllMessages.h | 2 +- .../tutorial20/input/ClientInputMessages.h | 2 +- .../tutorial20/input/ServerInputMessages.h | 2 +- .../include/tutorial20/message/Connect.h | 2 +- .../tutorial20/message/ConnectCommon.h | 2 +- .../include/tutorial20/message/Msg1.h | 2 +- .../include/tutorial20/message/Msg1Common.h | 2 +- .../include/tutorial20/message/Msg2.h | 2 +- .../include/tutorial20/message/Msg2Common.h | 2 +- .../include/tutorial20/message/Msg3.h | 2 +- .../include/tutorial20/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial20/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial20/options/DefaultOptions.h | 2 +- .../tutorial20/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial21/include/tutorial21/Interface.h | 2 +- .../include/tutorial21/InterfaceCommon.h | 2 +- .../tutorial21/include/tutorial21/MsgId.h | 2 +- .../tutorial21/include/tutorial21/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial21/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial21/field/BasicFlags.h | 2 +- .../tutorial21/field/BasicFlagsCommon.h | 2 +- .../include/tutorial21/field/FieldBase.h | 2 +- .../include/tutorial21/field/Msg1Flags.h | 2 +- .../tutorial21/field/Msg1FlagsCommon.h | 2 +- .../include/tutorial21/field/Msg2Flags.h | 2 +- .../tutorial21/field/Msg2FlagsCommon.h | 2 +- .../include/tutorial21/field/MsgId.h | 2 +- .../include/tutorial21/field/MsgIdCommon.h | 2 +- .../include/tutorial21/frame/Frame.h | 2 +- .../include/tutorial21/frame/FrameCommon.h | 2 +- .../include/tutorial21/input/AllMessages.h | 2 +- .../tutorial21/input/ClientInputMessages.h | 2 +- .../tutorial21/input/ServerInputMessages.h | 2 +- .../include/tutorial21/message/Msg1.h | 2 +- .../include/tutorial21/message/Msg1Common.h | 2 +- .../include/tutorial21/message/Msg2.h | 2 +- .../include/tutorial21/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial21/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial21/options/DefaultOptions.h | 2 +- .../tutorial21/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial22/include/tutorial22/Message.h | 2 +- .../tutorial22/include/tutorial22/MsgId.h | 2 +- .../tutorial22/include/tutorial22/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial22/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial22/field/FieldBase.h | 2 +- .../include/tutorial22/field/Length.h | 2 +- .../include/tutorial22/field/LengthCommon.h | 2 +- .../include/tutorial22/field/MsgId.h | 2 +- .../include/tutorial22/field/MsgIdCommon.h | 2 +- .../include/tutorial22/field/TlvProp.h | 2 +- .../include/tutorial22/field/TlvPropCommon.h | 2 +- .../include/tutorial22/frame/Frame.h | 2 +- .../include/tutorial22/frame/FrameCommon.h | 2 +- .../include/tutorial22/input/AllMessages.h | 2 +- .../tutorial22/input/ClientInputMessages.h | 2 +- .../tutorial22/input/ServerInputMessages.h | 2 +- .../include/tutorial22/message/Msg1.h | 2 +- .../include/tutorial22/message/Msg1Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial22/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial22/options/DefaultOptions.h | 2 +- .../tutorial22/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial23/include/t23_ext/Version.h | 4 +- .../include/t23_ext/field/FieldBase.h | 2 +- .../tutorial23/include/t23_ext/ns1/field/I1.h | 2 +- .../include/t23_ext/ns1/field/I1Common.h | 2 +- .../tutorial23/include/t23_ext/ns1/field/S1.h | 2 +- .../include/t23_ext/ns1/field/S1Common.h | 2 +- .../t23_ext/options/BareMetalDefaultOptions.h | 2 +- .../t23_ext/options/ClientDefaultOptions.h | 2 +- .../t23_ext/options/DataViewDefaultOptions.h | 2 +- .../include/t23_ext/options/DefaultOptions.h | 2 +- .../t23_ext/options/ServerDefaultOptions.h | 2 +- .../tutorial23/include/tutorial23/Message.h | 2 +- .../tutorial23/include/tutorial23/MsgId.h | 2 +- .../tutorial23/include/tutorial23/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial23/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial23/field/FieldBase.h | 2 +- .../tutorial23/include/tutorial23/field/I1.h | 2 +- .../include/tutorial23/field/I1Common.h | 2 +- .../include/tutorial23/field/Length.h | 2 +- .../include/tutorial23/field/LengthCommon.h | 2 +- .../include/tutorial23/field/MsgId.h | 2 +- .../include/tutorial23/field/MsgIdCommon.h | 2 +- .../include/tutorial23/frame/Frame.h | 2 +- .../include/tutorial23/frame/FrameCommon.h | 2 +- .../include/tutorial23/input/AllMessages.h | 2 +- .../tutorial23/input/ClientInputMessages.h | 2 +- .../tutorial23/input/ServerInputMessages.h | 2 +- .../include/tutorial23/message/Msg1.h | 2 +- .../include/tutorial23/message/Msg1Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial23/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial23/options/DefaultOptions.h | 2 +- .../tutorial23/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial24/include/tutorial24/Message.h | 2 +- .../tutorial24/include/tutorial24/MsgId.h | 2 +- .../tutorial24/include/tutorial24/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial24/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial24/field/FieldBase.h | 2 +- .../include/tutorial24/field/MsgId.h | 2 +- .../include/tutorial24/field/MsgIdCommon.h | 2 +- .../include/tutorial24/frame/Frame.h | 2 +- .../include/tutorial24/frame/FrameCommon.h | 2 +- .../include/tutorial24/input/AllMessages.h | 2 +- .../tutorial24/input/ClientInputMessages.h | 2 +- .../tutorial24/input/ServerInputMessages.h | 2 +- .../include/tutorial24/message/Msg1.h | 2 +- .../include/tutorial24/message/Msg1Common.h | 2 +- .../include/tutorial24/message/Msg2.h | 2 +- .../include/tutorial24/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial24/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial24/options/DefaultOptions.h | 2 +- .../tutorial24/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial25/include/tutorial25/Message.h | 2 +- .../tutorial25/include/tutorial25/MsgId.h | 2 +- .../tutorial25/include/tutorial25/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial25/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial25/field/FieldBase.h | 2 +- .../include/tutorial25/field/MsgId.h | 2 +- .../include/tutorial25/field/MsgIdCommon.h | 2 +- .../include/tutorial25/frame/Frame.h | 2 +- .../include/tutorial25/frame/FrameCommon.h | 2 +- .../include/tutorial25/input/AllMessages.h | 2 +- .../tutorial25/input/ClientInputMessages.h | 2 +- .../tutorial25/input/ServerInputMessages.h | 2 +- .../include/tutorial25/message/Msg1.h | 2 +- .../include/tutorial25/message/Msg10.h | 2 +- .../include/tutorial25/message/Msg10Common.h | 2 +- .../include/tutorial25/message/Msg1Common.h | 2 +- .../include/tutorial25/message/Msg2.h | 2 +- .../include/tutorial25/message/Msg2Common.h | 2 +- .../include/tutorial25/message/Msg3.h | 2 +- .../include/tutorial25/message/Msg3Common.h | 2 +- .../include/tutorial25/message/Msg4.h | 2 +- .../include/tutorial25/message/Msg4Common.h | 2 +- .../include/tutorial25/message/Msg5.h | 2 +- .../include/tutorial25/message/Msg5Common.h | 2 +- .../include/tutorial25/message/Msg6.h | 2 +- .../include/tutorial25/message/Msg6Common.h | 2 +- .../include/tutorial25/message/Msg7.h | 2 +- .../include/tutorial25/message/Msg7Common.h | 2 +- .../include/tutorial25/message/Msg8.h | 2 +- .../include/tutorial25/message/Msg8Common.h | 2 +- .../include/tutorial25/message/Msg9.h | 2 +- .../include/tutorial25/message/Msg9Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial25/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial25/options/DefaultOptions.h | 2 +- .../tutorial25/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial3/include/tutorial3/Message.h | 2 +- tutorials/tutorial3/include/tutorial3/MsgId.h | 2 +- .../tutorial3/include/tutorial3/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial3/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial3/field/FieldBase.h | 2 +- .../tutorial3/include/tutorial3/field/MsgId.h | 2 +- .../include/tutorial3/field/MsgIdCommon.h | 2 +- .../tutorial3/include/tutorial3/frame/Frame.h | 2 +- .../include/tutorial3/frame/FrameCommon.h | 2 +- .../include/tutorial3/input/AllMessages.h | 2 +- .../tutorial3/input/ClientInputMessages.h | 2 +- .../tutorial3/input/ServerInputMessages.h | 2 +- .../include/tutorial3/message/Msg1.h | 2 +- .../include/tutorial3/message/Msg1Common.h | 2 +- .../include/tutorial3/message/Msg2.h | 2 +- .../include/tutorial3/message/Msg2Common.h | 2 +- .../include/tutorial3/message/Msg3.h | 2 +- .../include/tutorial3/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial3/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial3/options/DefaultOptions.h | 2 +- .../tutorial3/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial4/include/tutorial4/Message.h | 2 +- tutorials/tutorial4/include/tutorial4/MsgId.h | 2 +- .../tutorial4/include/tutorial4/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial4/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial4/field/FieldBase.h | 2 +- .../include/tutorial4/field/KeyValueProp.h | 2 +- .../tutorial4/field/KeyValuePropCommon.h | 2 +- .../tutorial4/include/tutorial4/field/MsgId.h | 2 +- .../include/tutorial4/field/MsgIdCommon.h | 2 +- .../include/tutorial4/field/TlvProp.h | 2 +- .../include/tutorial4/field/TlvPropCommon.h | 2 +- .../tutorial4/include/tutorial4/frame/Frame.h | 2 +- .../include/tutorial4/frame/FrameCommon.h | 2 +- .../include/tutorial4/input/AllMessages.h | 2 +- .../tutorial4/input/ClientInputMessages.h | 2 +- .../tutorial4/input/ServerInputMessages.h | 2 +- .../include/tutorial4/message/Msg1.h | 2 +- .../include/tutorial4/message/Msg1Common.h | 2 +- .../include/tutorial4/message/Msg2.h | 2 +- .../include/tutorial4/message/Msg2Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial4/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial4/options/DefaultOptions.h | 2 +- .../tutorial4/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial5/include/tutorial5/Message.h | 2 +- tutorials/tutorial5/include/tutorial5/MsgId.h | 2 +- .../tutorial5/include/tutorial5/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial5/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial5/field/FieldBase.h | 2 +- .../tutorial5/include/tutorial5/field/MsgId.h | 2 +- .../include/tutorial5/field/MsgIdCommon.h | 2 +- .../tutorial5/frame/ClientToServerFrame.h | 2 +- .../frame/ClientToServerFrameCommon.h | 2 +- .../tutorial5/frame/ServerToClientFrame.h | 2 +- .../frame/ServerToClientFrameCommon.h | 2 +- .../include/tutorial5/input/AllMessages.h | 2 +- .../tutorial5/input/ClientInputMessages.h | 2 +- .../tutorial5/input/ServerInputMessages.h | 2 +- .../include/tutorial5/message/Msg1.h | 2 +- .../include/tutorial5/message/Msg1Common.h | 2 +- .../include/tutorial5/message/Msg2.h | 2 +- .../include/tutorial5/message/Msg2Common.h | 2 +- .../include/tutorial5/message/Msg3.h | 2 +- .../include/tutorial5/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial5/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial5/options/DefaultOptions.h | 2 +- .../tutorial5/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial6/include/tutorial6/Message.h | 2 +- tutorials/tutorial6/include/tutorial6/MsgId.h | 2 +- .../tutorial6/include/tutorial6/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial6/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial6/field/FieldBase.h | 2 +- .../tutorial6/include/tutorial6/field/MsgId.h | 2 +- .../include/tutorial6/field/MsgIdCommon.h | 2 +- .../tutorial6/include/tutorial6/frame/Frame.h | 2 +- .../include/tutorial6/frame/FrameCommon.h | 2 +- .../include/tutorial6/input/AllMessages.h | 2 +- .../tutorial6/input/ClientInputMessages.h | 2 +- .../tutorial6/input/ServerInputMessages.h | 2 +- .../include/tutorial6/message/Msg1.h | 2 +- .../include/tutorial6/message/Msg1Common.h | 2 +- .../include/tutorial6/message/Msg2.h | 2 +- .../include/tutorial6/message/Msg2Common.h | 2 +- .../include/tutorial6/message/Msg3.h | 2 +- .../include/tutorial6/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial6/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial6/options/DefaultOptions.h | 2 +- .../tutorial6/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial7/include/tutorial7/Message.h | 2 +- tutorials/tutorial7/include/tutorial7/MsgId.h | 2 +- .../tutorial7/include/tutorial7/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial7/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial7/field/FieldBase.h | 2 +- .../tutorial7/include/tutorial7/field/MsgId.h | 2 +- .../include/tutorial7/field/MsgIdCommon.h | 2 +- .../tutorial7/include/tutorial7/frame/Frame.h | 2 +- .../include/tutorial7/frame/FrameCommon.h | 2 +- .../include/tutorial7/input/AllMessages.h | 2 +- .../tutorial7/input/ClientInputMessages.h | 2 +- .../tutorial7/input/ServerInputMessages.h | 2 +- .../include/tutorial7/message/Msg1.h | 2 +- .../include/tutorial7/message/Msg1Common.h | 2 +- .../include/tutorial7/message/Msg2.h | 2 +- .../include/tutorial7/message/Msg2Common.h | 2 +- .../include/tutorial7/message/Msg3.h | 2 +- .../include/tutorial7/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial7/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial7/options/DefaultOptions.h | 2 +- .../tutorial7/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial8/include/tutorial8/Message.h | 2 +- tutorials/tutorial8/include/tutorial8/MsgId.h | 2 +- .../tutorial8/include/tutorial8/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial8/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial8/field/FieldBase.h | 2 +- .../tutorial8/include/tutorial8/field/MsgId.h | 2 +- .../include/tutorial8/field/MsgIdCommon.h | 2 +- .../tutorial8/include/tutorial8/frame/Frame.h | 2 +- .../include/tutorial8/frame/FrameCommon.h | 2 +- .../include/tutorial8/input/AllMessages.h | 2 +- .../tutorial8/input/ClientInputMessages.h | 2 +- .../tutorial8/input/ServerInputMessages.h | 2 +- .../include/tutorial8/message/Msg1.h | 2 +- .../include/tutorial8/message/Msg1Common.h | 2 +- .../include/tutorial8/message/Msg2.h | 2 +- .../include/tutorial8/message/Msg2Common.h | 2 +- .../include/tutorial8/message/Msg3.h | 2 +- .../include/tutorial8/message/Msg3Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial8/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial8/options/DefaultOptions.h | 2 +- .../tutorial8/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../tutorial9/include/tutorial9/Message.h | 2 +- tutorials/tutorial9/include/tutorial9/MsgId.h | 2 +- .../tutorial9/include/tutorial9/Version.h | 4 +- .../dispatch/DispatchClientInputMessage.h | 2 +- .../tutorial9/dispatch/DispatchMessage.h | 2 +- .../dispatch/DispatchServerInputMessage.h | 2 +- .../factory/AllMessagesDynMemMsgFactory.h | 2 +- .../ClientInputMessagesDynMemMsgFactory.h | 2 +- .../ServerInputMessagesDynMemMsgFactory.h | 2 +- .../include/tutorial9/field/FieldBase.h | 2 +- .../tutorial9/include/tutorial9/field/MsgId.h | 2 +- .../include/tutorial9/field/MsgIdCommon.h | 2 +- .../tutorial9/include/tutorial9/frame/Frame.h | 2 +- .../include/tutorial9/frame/FrameCommon.h | 2 +- .../include/tutorial9/input/AllMessages.h | 2 +- .../tutorial9/input/ClientInputMessages.h | 2 +- .../tutorial9/input/ServerInputMessages.h | 2 +- .../include/tutorial9/message/Msg1.h | 2 +- .../include/tutorial9/message/Msg1Common.h | 2 +- .../include/tutorial9/message/Msg2.h | 2 +- .../include/tutorial9/message/Msg2Common.h | 2 +- .../include/tutorial9/message/Msg3.h | 2 +- .../include/tutorial9/message/Msg3Common.h | 2 +- .../include/tutorial9/message/Msg4.h | 2 +- .../include/tutorial9/message/Msg4Common.h | 2 +- ...llMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/BareMetalDefaultOptions.h | 2 +- .../tutorial9/options/ClientDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- .../options/DataViewDefaultOptions.h | 2 +- .../tutorial9/options/DefaultOptions.h | 2 +- .../tutorial9/options/ServerDefaultOptions.h | 2 +- ...utMessagesDynMemMsgFactoryDefaultOptions.h | 2 +- 1254 files changed, 1912 insertions(+), 1296 deletions(-) create mode 100644 tutorials/tutorial2/dsl/msg18.xml create mode 100644 tutorials/tutorial2/include/tutorial2/message/Msg18.h create mode 100644 tutorials/tutorial2/include/tutorial2/message/Msg18Common.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 5edba49d..6168a8b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ option (FORCE_EXTRA_BOOST_LIBS "Force linking to extra boost libraries" OFF) option (USE_SANITIZERS "Compile with sanitizers." OFF) set (CMAKE_CXX_STANDARD 11 CACHE STRING "The C++ standard to use") -set (MIN_COMMSDSL_VERSION "6.1") +set (MIN_COMMSDSL_VERSION "6.2") include(GNUInstallDirs) diff --git a/howtos/howto1/include/howto1/Interface.h b/howtos/howto1/include/howto1/Interface.h index 7771f05e..3d3d1b4d 100644 --- a/howtos/howto1/include/howto1/Interface.h +++ b/howtos/howto1/include/howto1/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/howtos/howto1/include/howto1/InterfaceCommon.h b/howtos/howto1/include/howto1/InterfaceCommon.h index b2601de0..6d8161e8 100644 --- a/howtos/howto1/include/howto1/InterfaceCommon.h +++ b/howtos/howto1/include/howto1/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto1/include/howto1/MsgId.h b/howtos/howto1/include/howto1/MsgId.h index 7f03b937..a922836e 100644 --- a/howtos/howto1/include/howto1/MsgId.h +++ b/howtos/howto1/include/howto1/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto1/include/howto1/Version.h b/howtos/howto1/include/howto1/Version.h index 25de9018..1e873e91 100644 --- a/howtos/howto1/include/howto1/Version.h +++ b/howtos/howto1/include/howto1/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto1 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto1/include/howto1/dispatch/DispatchClientInputMessage.h b/howtos/howto1/include/howto1/dispatch/DispatchClientInputMessage.h index 32e0d064..adc1db4b 100644 --- a/howtos/howto1/include/howto1/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto1/include/howto1/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto1/include/howto1/dispatch/DispatchMessage.h b/howtos/howto1/include/howto1/dispatch/DispatchMessage.h index 19431a95..8454343d 100644 --- a/howtos/howto1/include/howto1/dispatch/DispatchMessage.h +++ b/howtos/howto1/include/howto1/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto1/include/howto1/dispatch/DispatchServerInputMessage.h b/howtos/howto1/include/howto1/dispatch/DispatchServerInputMessage.h index 5baac07e..cf619d67 100644 --- a/howtos/howto1/include/howto1/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto1/include/howto1/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto1/include/howto1/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto1/include/howto1/factory/AllMessagesDynMemMsgFactory.h index 5818a5c8..09aba2de 100644 --- a/howtos/howto1/include/howto1/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto1/include/howto1/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto1/include/howto1/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto1/include/howto1/factory/ClientInputMessagesDynMemMsgFactory.h index e49f64c6..fd3e2a9a 100644 --- a/howtos/howto1/include/howto1/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto1/include/howto1/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto1/include/howto1/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto1/include/howto1/factory/ServerInputMessagesDynMemMsgFactory.h index 5eb622d4..a691f98b 100644 --- a/howtos/howto1/include/howto1/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto1/include/howto1/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto1/include/howto1/field/FieldBase.h b/howtos/howto1/include/howto1/field/FieldBase.h index f5ac7ab1..5cc76d26 100644 --- a/howtos/howto1/include/howto1/field/FieldBase.h +++ b/howtos/howto1/include/howto1/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto1/include/howto1/field/InterfaceFlags.h b/howtos/howto1/include/howto1/field/InterfaceFlags.h index 93fb5918..4ab2faa5 100644 --- a/howtos/howto1/include/howto1/field/InterfaceFlags.h +++ b/howtos/howto1/include/howto1/field/InterfaceFlags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "InterfaceFlags" field. diff --git a/howtos/howto1/include/howto1/field/InterfaceFlagsCommon.h b/howtos/howto1/include/howto1/field/InterfaceFlagsCommon.h index be30649b..96007885 100644 --- a/howtos/howto1/include/howto1/field/InterfaceFlagsCommon.h +++ b/howtos/howto1/include/howto1/field/InterfaceFlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto1/include/howto1/field/MsgId.h b/howtos/howto1/include/howto1/field/MsgId.h index d7636d5e..b05e11dc 100644 --- a/howtos/howto1/include/howto1/field/MsgId.h +++ b/howtos/howto1/include/howto1/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto1/include/howto1/field/MsgIdCommon.h b/howtos/howto1/include/howto1/field/MsgIdCommon.h index d49abe4a..c1184e71 100644 --- a/howtos/howto1/include/howto1/field/MsgIdCommon.h +++ b/howtos/howto1/include/howto1/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto1/include/howto1/frame/Frame.h b/howtos/howto1/include/howto1/frame/Frame.h index 01ea897a..2cfedbc3 100644 --- a/howtos/howto1/include/howto1/frame/Frame.h +++ b/howtos/howto1/include/howto1/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto1/include/howto1/frame/FrameCommon.h b/howtos/howto1/include/howto1/frame/FrameCommon.h index 82486093..2fc43c61 100644 --- a/howtos/howto1/include/howto1/frame/FrameCommon.h +++ b/howtos/howto1/include/howto1/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto1/include/howto1/input/AllMessages.h b/howtos/howto1/include/howto1/input/AllMessages.h index f71954d7..19875d4e 100644 --- a/howtos/howto1/include/howto1/input/AllMessages.h +++ b/howtos/howto1/include/howto1/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto1/include/howto1/input/ClientInputMessages.h b/howtos/howto1/include/howto1/input/ClientInputMessages.h index f06e9a7e..7b73e0ae 100644 --- a/howtos/howto1/include/howto1/input/ClientInputMessages.h +++ b/howtos/howto1/include/howto1/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto1/include/howto1/input/ServerInputMessages.h b/howtos/howto1/include/howto1/input/ServerInputMessages.h index 17354642..10495634 100644 --- a/howtos/howto1/include/howto1/input/ServerInputMessages.h +++ b/howtos/howto1/include/howto1/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto1/include/howto1/message/Msg1.h b/howtos/howto1/include/howto1/message/Msg1.h index cdeeb109..4586ad19 100644 --- a/howtos/howto1/include/howto1/message/Msg1.h +++ b/howtos/howto1/include/howto1/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto1/include/howto1/message/Msg1Common.h b/howtos/howto1/include/howto1/message/Msg1Common.h index ece82beb..a83055a9 100644 --- a/howtos/howto1/include/howto1/message/Msg1Common.h +++ b/howtos/howto1/include/howto1/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto1/include/howto1/message/Msg2.h b/howtos/howto1/include/howto1/message/Msg2.h index 1169085e..0c49ca22 100644 --- a/howtos/howto1/include/howto1/message/Msg2.h +++ b/howtos/howto1/include/howto1/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto1/include/howto1/message/Msg2Common.h b/howtos/howto1/include/howto1/message/Msg2Common.h index b0a5ee73..c001ff94 100644 --- a/howtos/howto1/include/howto1/message/Msg2Common.h +++ b/howtos/howto1/include/howto1/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto1/include/howto1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto1/include/howto1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index ceba605e..8b0d79fb 100644 --- a/howtos/howto1/include/howto1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto1/include/howto1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto1/include/howto1/options/BareMetalDefaultOptions.h b/howtos/howto1/include/howto1/options/BareMetalDefaultOptions.h index 695f3aca..b2955230 100644 --- a/howtos/howto1/include/howto1/options/BareMetalDefaultOptions.h +++ b/howtos/howto1/include/howto1/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto1/include/howto1/options/ClientDefaultOptions.h b/howtos/howto1/include/howto1/options/ClientDefaultOptions.h index bc5d791d..fe2dd7f2 100644 --- a/howtos/howto1/include/howto1/options/ClientDefaultOptions.h +++ b/howtos/howto1/include/howto1/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto1/include/howto1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto1/include/howto1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 3796fa29..36f8b3a0 100644 --- a/howtos/howto1/include/howto1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto1/include/howto1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto1/include/howto1/options/DataViewDefaultOptions.h b/howtos/howto1/include/howto1/options/DataViewDefaultOptions.h index f2708633..6fe9691b 100644 --- a/howtos/howto1/include/howto1/options/DataViewDefaultOptions.h +++ b/howtos/howto1/include/howto1/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto1/include/howto1/options/DefaultOptions.h b/howtos/howto1/include/howto1/options/DefaultOptions.h index 753fbf64..673db69d 100644 --- a/howtos/howto1/include/howto1/options/DefaultOptions.h +++ b/howtos/howto1/include/howto1/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto1/include/howto1/options/ServerDefaultOptions.h b/howtos/howto1/include/howto1/options/ServerDefaultOptions.h index 699a0963..1e0f781c 100644 --- a/howtos/howto1/include/howto1/options/ServerDefaultOptions.h +++ b/howtos/howto1/include/howto1/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto1/include/howto1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto1/include/howto1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 341efba3..7bedf2ad 100644 --- a/howtos/howto1/include/howto1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto1/include/howto1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto10/include/howto10/Interface.h b/howtos/howto10/include/howto10/Interface.h index 40456503..64aca8d2 100644 --- a/howtos/howto10/include/howto10/Interface.h +++ b/howtos/howto10/include/howto10/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/howtos/howto10/include/howto10/InterfaceCommon.h b/howtos/howto10/include/howto10/InterfaceCommon.h index 8138dc0b..fa1abb76 100644 --- a/howtos/howto10/include/howto10/InterfaceCommon.h +++ b/howtos/howto10/include/howto10/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto10/include/howto10/MsgId.h b/howtos/howto10/include/howto10/MsgId.h index 012e5b20..e6297712 100644 --- a/howtos/howto10/include/howto10/MsgId.h +++ b/howtos/howto10/include/howto10/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto10/include/howto10/Version.h b/howtos/howto10/include/howto10/Version.h index cf08cdfd..deb67089 100644 --- a/howtos/howto10/include/howto10/Version.h +++ b/howtos/howto10/include/howto10/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto10 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto10/include/howto10/dispatch/DispatchClientInputMessage.h b/howtos/howto10/include/howto10/dispatch/DispatchClientInputMessage.h index c6522d00..4e19a065 100644 --- a/howtos/howto10/include/howto10/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto10/include/howto10/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto10/include/howto10/dispatch/DispatchMessage.h b/howtos/howto10/include/howto10/dispatch/DispatchMessage.h index 439ebaba..47da0f8c 100644 --- a/howtos/howto10/include/howto10/dispatch/DispatchMessage.h +++ b/howtos/howto10/include/howto10/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto10/include/howto10/dispatch/DispatchServerInputMessage.h b/howtos/howto10/include/howto10/dispatch/DispatchServerInputMessage.h index c02520ec..1835d402 100644 --- a/howtos/howto10/include/howto10/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto10/include/howto10/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto10/include/howto10/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto10/include/howto10/factory/AllMessagesDynMemMsgFactory.h index 51975aae..5b8ef284 100644 --- a/howtos/howto10/include/howto10/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto10/include/howto10/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto10/include/howto10/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto10/include/howto10/factory/ClientInputMessagesDynMemMsgFactory.h index 890f718a..adab2ead 100644 --- a/howtos/howto10/include/howto10/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto10/include/howto10/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto10/include/howto10/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto10/include/howto10/factory/ServerInputMessagesDynMemMsgFactory.h index c2583bcb..7effd016 100644 --- a/howtos/howto10/include/howto10/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto10/include/howto10/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto10/include/howto10/field/FieldBase.h b/howtos/howto10/include/howto10/field/FieldBase.h index 55cff417..4e12e3e7 100644 --- a/howtos/howto10/include/howto10/field/FieldBase.h +++ b/howtos/howto10/include/howto10/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto10/include/howto10/field/Flags.h b/howtos/howto10/include/howto10/field/Flags.h index 80b19e9e..24dd0adf 100644 --- a/howtos/howto10/include/howto10/field/Flags.h +++ b/howtos/howto10/include/howto10/field/Flags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Flags" field. diff --git a/howtos/howto10/include/howto10/field/FlagsCommon.h b/howtos/howto10/include/howto10/field/FlagsCommon.h index 4a6ce708..761715d1 100644 --- a/howtos/howto10/include/howto10/field/FlagsCommon.h +++ b/howtos/howto10/include/howto10/field/FlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto10/include/howto10/field/MsgId.h b/howtos/howto10/include/howto10/field/MsgId.h index bdd4bfe4..10494077 100644 --- a/howtos/howto10/include/howto10/field/MsgId.h +++ b/howtos/howto10/include/howto10/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto10/include/howto10/field/MsgIdCommon.h b/howtos/howto10/include/howto10/field/MsgIdCommon.h index ead81b1d..59e9eca0 100644 --- a/howtos/howto10/include/howto10/field/MsgIdCommon.h +++ b/howtos/howto10/include/howto10/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto10/include/howto10/frame/Frame.h b/howtos/howto10/include/howto10/frame/Frame.h index 9fc3ca1d..11f20665 100644 --- a/howtos/howto10/include/howto10/frame/Frame.h +++ b/howtos/howto10/include/howto10/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto10/include/howto10/frame/FrameCommon.h b/howtos/howto10/include/howto10/frame/FrameCommon.h index ac4a10c0..4cb8fb98 100644 --- a/howtos/howto10/include/howto10/frame/FrameCommon.h +++ b/howtos/howto10/include/howto10/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto10/include/howto10/input/AllMessages.h b/howtos/howto10/include/howto10/input/AllMessages.h index e3b193f4..8db4c07d 100644 --- a/howtos/howto10/include/howto10/input/AllMessages.h +++ b/howtos/howto10/include/howto10/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto10/include/howto10/input/ClientInputMessages.h b/howtos/howto10/include/howto10/input/ClientInputMessages.h index 78fef917..dab517a5 100644 --- a/howtos/howto10/include/howto10/input/ClientInputMessages.h +++ b/howtos/howto10/include/howto10/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto10/include/howto10/input/ServerInputMessages.h b/howtos/howto10/include/howto10/input/ServerInputMessages.h index ac4f312a..45a6d123 100644 --- a/howtos/howto10/include/howto10/input/ServerInputMessages.h +++ b/howtos/howto10/include/howto10/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto10/include/howto10/message/Msg1.h b/howtos/howto10/include/howto10/message/Msg1.h index 9eda8f36..465a12d9 100644 --- a/howtos/howto10/include/howto10/message/Msg1.h +++ b/howtos/howto10/include/howto10/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto10/include/howto10/message/Msg1Common.h b/howtos/howto10/include/howto10/message/Msg1Common.h index 615a593d..7894b84a 100644 --- a/howtos/howto10/include/howto10/message/Msg1Common.h +++ b/howtos/howto10/include/howto10/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto10/include/howto10/message/Msg2.h b/howtos/howto10/include/howto10/message/Msg2.h index 7b4ee0ef..f1799f18 100644 --- a/howtos/howto10/include/howto10/message/Msg2.h +++ b/howtos/howto10/include/howto10/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto10/include/howto10/message/Msg2Common.h b/howtos/howto10/include/howto10/message/Msg2Common.h index 74d37c3a..78950f8b 100644 --- a/howtos/howto10/include/howto10/message/Msg2Common.h +++ b/howtos/howto10/include/howto10/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto10/include/howto10/message/Msg3.h b/howtos/howto10/include/howto10/message/Msg3.h index e805f89f..321d3131 100644 --- a/howtos/howto10/include/howto10/message/Msg3.h +++ b/howtos/howto10/include/howto10/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/howtos/howto10/include/howto10/message/Msg3Common.h b/howtos/howto10/include/howto10/message/Msg3Common.h index 203241b3..4ec2ac0d 100644 --- a/howtos/howto10/include/howto10/message/Msg3Common.h +++ b/howtos/howto10/include/howto10/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto10/include/howto10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto10/include/howto10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index d91df8b7..915b6da7 100644 --- a/howtos/howto10/include/howto10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto10/include/howto10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto10/include/howto10/options/BareMetalDefaultOptions.h b/howtos/howto10/include/howto10/options/BareMetalDefaultOptions.h index a261931f..03acbcb6 100644 --- a/howtos/howto10/include/howto10/options/BareMetalDefaultOptions.h +++ b/howtos/howto10/include/howto10/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto10/include/howto10/options/ClientDefaultOptions.h b/howtos/howto10/include/howto10/options/ClientDefaultOptions.h index 4f1b3874..ac77bc79 100644 --- a/howtos/howto10/include/howto10/options/ClientDefaultOptions.h +++ b/howtos/howto10/include/howto10/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto10/include/howto10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto10/include/howto10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 5b8b7920..16aafdfc 100644 --- a/howtos/howto10/include/howto10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto10/include/howto10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto10/include/howto10/options/DataViewDefaultOptions.h b/howtos/howto10/include/howto10/options/DataViewDefaultOptions.h index 1ba62394..15399b33 100644 --- a/howtos/howto10/include/howto10/options/DataViewDefaultOptions.h +++ b/howtos/howto10/include/howto10/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto10/include/howto10/options/DefaultOptions.h b/howtos/howto10/include/howto10/options/DefaultOptions.h index 2a1e0660..c987896d 100644 --- a/howtos/howto10/include/howto10/options/DefaultOptions.h +++ b/howtos/howto10/include/howto10/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto10/include/howto10/options/ServerDefaultOptions.h b/howtos/howto10/include/howto10/options/ServerDefaultOptions.h index 19d8b92e..f8ebd96d 100644 --- a/howtos/howto10/include/howto10/options/ServerDefaultOptions.h +++ b/howtos/howto10/include/howto10/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto10/include/howto10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto10/include/howto10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index feb8608e..f19de62d 100644 --- a/howtos/howto10/include/howto10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto10/include/howto10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto2/include/howto2/Message.h b/howtos/howto2/include/howto2/Message.h index 372966dc..bb8542ce 100644 --- a/howtos/howto2/include/howto2/Message.h +++ b/howtos/howto2/include/howto2/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/howtos/howto2/include/howto2/MsgId.h b/howtos/howto2/include/howto2/MsgId.h index a55c9ede..b71d3206 100644 --- a/howtos/howto2/include/howto2/MsgId.h +++ b/howtos/howto2/include/howto2/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto2/include/howto2/Version.h b/howtos/howto2/include/howto2/Version.h index 20d7f3a5..cb9923b6 100644 --- a/howtos/howto2/include/howto2/Version.h +++ b/howtos/howto2/include/howto2/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto2 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto2/include/howto2/dispatch/DispatchClientInputMessage.h b/howtos/howto2/include/howto2/dispatch/DispatchClientInputMessage.h index 59abf0e0..d23d3ef2 100644 --- a/howtos/howto2/include/howto2/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto2/include/howto2/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto2/include/howto2/dispatch/DispatchMessage.h b/howtos/howto2/include/howto2/dispatch/DispatchMessage.h index 1fb3487b..4f1f256f 100644 --- a/howtos/howto2/include/howto2/dispatch/DispatchMessage.h +++ b/howtos/howto2/include/howto2/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto2/include/howto2/dispatch/DispatchServerInputMessage.h b/howtos/howto2/include/howto2/dispatch/DispatchServerInputMessage.h index 459e745a..5dd79331 100644 --- a/howtos/howto2/include/howto2/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto2/include/howto2/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto2/include/howto2/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto2/include/howto2/factory/AllMessagesDynMemMsgFactory.h index 610da14d..77eebd8f 100644 --- a/howtos/howto2/include/howto2/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto2/include/howto2/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto2/include/howto2/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto2/include/howto2/factory/ClientInputMessagesDynMemMsgFactory.h index b06eb084..d8099424 100644 --- a/howtos/howto2/include/howto2/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto2/include/howto2/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto2/include/howto2/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto2/include/howto2/factory/ServerInputMessagesDynMemMsgFactory.h index d29ac82b..c78209cf 100644 --- a/howtos/howto2/include/howto2/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto2/include/howto2/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto2/include/howto2/field/FieldBase.h b/howtos/howto2/include/howto2/field/FieldBase.h index ba24bf68..ae5bf7d7 100644 --- a/howtos/howto2/include/howto2/field/FieldBase.h +++ b/howtos/howto2/include/howto2/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto2/include/howto2/field/MsgId.h b/howtos/howto2/include/howto2/field/MsgId.h index 245ebcde..1bfe2b5e 100644 --- a/howtos/howto2/include/howto2/field/MsgId.h +++ b/howtos/howto2/include/howto2/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto2/include/howto2/field/MsgIdCommon.h b/howtos/howto2/include/howto2/field/MsgIdCommon.h index 522b3be2..8d29a28e 100644 --- a/howtos/howto2/include/howto2/field/MsgIdCommon.h +++ b/howtos/howto2/include/howto2/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto2/include/howto2/frame/Frame.h b/howtos/howto2/include/howto2/frame/Frame.h index e70b6cac..37fe3659 100644 --- a/howtos/howto2/include/howto2/frame/Frame.h +++ b/howtos/howto2/include/howto2/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto2/include/howto2/frame/FrameCommon.h b/howtos/howto2/include/howto2/frame/FrameCommon.h index 718cfe2b..bc5223ce 100644 --- a/howtos/howto2/include/howto2/frame/FrameCommon.h +++ b/howtos/howto2/include/howto2/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto2/include/howto2/input/AllMessages.h b/howtos/howto2/include/howto2/input/AllMessages.h index d9157fbb..476d4768 100644 --- a/howtos/howto2/include/howto2/input/AllMessages.h +++ b/howtos/howto2/include/howto2/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto2/include/howto2/input/ClientInputMessages.h b/howtos/howto2/include/howto2/input/ClientInputMessages.h index 32cb6770..8e737746 100644 --- a/howtos/howto2/include/howto2/input/ClientInputMessages.h +++ b/howtos/howto2/include/howto2/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto2/include/howto2/input/ServerInputMessages.h b/howtos/howto2/include/howto2/input/ServerInputMessages.h index 7bd51b9a..6eb82779 100644 --- a/howtos/howto2/include/howto2/input/ServerInputMessages.h +++ b/howtos/howto2/include/howto2/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto2/include/howto2/message/Msg1.h b/howtos/howto2/include/howto2/message/Msg1.h index 646fecdc..b8bcc0d9 100644 --- a/howtos/howto2/include/howto2/message/Msg1.h +++ b/howtos/howto2/include/howto2/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto2/include/howto2/message/Msg1Common.h b/howtos/howto2/include/howto2/message/Msg1Common.h index c4117a63..e19073c3 100644 --- a/howtos/howto2/include/howto2/message/Msg1Common.h +++ b/howtos/howto2/include/howto2/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto2/include/howto2/message/Msg2.h b/howtos/howto2/include/howto2/message/Msg2.h index 2644ee2b..ac8e2a26 100644 --- a/howtos/howto2/include/howto2/message/Msg2.h +++ b/howtos/howto2/include/howto2/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto2/include/howto2/message/Msg2Common.h b/howtos/howto2/include/howto2/message/Msg2Common.h index 48d965ed..cd338dd2 100644 --- a/howtos/howto2/include/howto2/message/Msg2Common.h +++ b/howtos/howto2/include/howto2/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto2/include/howto2/message/Msg3.h b/howtos/howto2/include/howto2/message/Msg3.h index 758d6158..37130fd6 100644 --- a/howtos/howto2/include/howto2/message/Msg3.h +++ b/howtos/howto2/include/howto2/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/howtos/howto2/include/howto2/message/Msg3Common.h b/howtos/howto2/include/howto2/message/Msg3Common.h index a8b3f322..4a6ef64b 100644 --- a/howtos/howto2/include/howto2/message/Msg3Common.h +++ b/howtos/howto2/include/howto2/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto2/include/howto2/message/Msg4.h b/howtos/howto2/include/howto2/message/Msg4.h index 3d7dc544..f633082e 100644 --- a/howtos/howto2/include/howto2/message/Msg4.h +++ b/howtos/howto2/include/howto2/message/Msg4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 4" message and its fields. diff --git a/howtos/howto2/include/howto2/message/Msg4Common.h b/howtos/howto2/include/howto2/message/Msg4Common.h index 1115e458..a4f1e741 100644 --- a/howtos/howto2/include/howto2/message/Msg4Common.h +++ b/howtos/howto2/include/howto2/message/Msg4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto2/include/howto2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto2/include/howto2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 4025199f..4a6abbbb 100644 --- a/howtos/howto2/include/howto2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto2/include/howto2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto2/include/howto2/options/BareMetalDefaultOptions.h b/howtos/howto2/include/howto2/options/BareMetalDefaultOptions.h index 929176cc..af6cd5f8 100644 --- a/howtos/howto2/include/howto2/options/BareMetalDefaultOptions.h +++ b/howtos/howto2/include/howto2/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto2/include/howto2/options/ClientDefaultOptions.h b/howtos/howto2/include/howto2/options/ClientDefaultOptions.h index 11dd24bf..3102cf1b 100644 --- a/howtos/howto2/include/howto2/options/ClientDefaultOptions.h +++ b/howtos/howto2/include/howto2/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto2/include/howto2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto2/include/howto2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 880a7a9f..4742e283 100644 --- a/howtos/howto2/include/howto2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto2/include/howto2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto2/include/howto2/options/DataViewDefaultOptions.h b/howtos/howto2/include/howto2/options/DataViewDefaultOptions.h index 68a71827..5f7c293a 100644 --- a/howtos/howto2/include/howto2/options/DataViewDefaultOptions.h +++ b/howtos/howto2/include/howto2/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto2/include/howto2/options/DefaultOptions.h b/howtos/howto2/include/howto2/options/DefaultOptions.h index a1b3a9ee..8d5b6dc2 100644 --- a/howtos/howto2/include/howto2/options/DefaultOptions.h +++ b/howtos/howto2/include/howto2/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto2/include/howto2/options/ServerDefaultOptions.h b/howtos/howto2/include/howto2/options/ServerDefaultOptions.h index 4a6497e3..a7995b44 100644 --- a/howtos/howto2/include/howto2/options/ServerDefaultOptions.h +++ b/howtos/howto2/include/howto2/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto2/include/howto2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto2/include/howto2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 81e503ad..fab40b1a 100644 --- a/howtos/howto2/include/howto2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto2/include/howto2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto3/include/howto3/Message.h b/howtos/howto3/include/howto3/Message.h index 1505824b..cbbaf432 100644 --- a/howtos/howto3/include/howto3/Message.h +++ b/howtos/howto3/include/howto3/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/howtos/howto3/include/howto3/MsgId.h b/howtos/howto3/include/howto3/MsgId.h index be276256..c2cc1689 100644 --- a/howtos/howto3/include/howto3/MsgId.h +++ b/howtos/howto3/include/howto3/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto3/include/howto3/Version.h b/howtos/howto3/include/howto3/Version.h index cbc2f9c4..84f7b6a2 100644 --- a/howtos/howto3/include/howto3/Version.h +++ b/howtos/howto3/include/howto3/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto3 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto3/include/howto3/dispatch/DispatchClientInputMessage.h b/howtos/howto3/include/howto3/dispatch/DispatchClientInputMessage.h index e94553e7..709f1497 100644 --- a/howtos/howto3/include/howto3/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto3/include/howto3/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto3/include/howto3/dispatch/DispatchMessage.h b/howtos/howto3/include/howto3/dispatch/DispatchMessage.h index 53bac6c0..e37a83b8 100644 --- a/howtos/howto3/include/howto3/dispatch/DispatchMessage.h +++ b/howtos/howto3/include/howto3/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto3/include/howto3/dispatch/DispatchServerInputMessage.h b/howtos/howto3/include/howto3/dispatch/DispatchServerInputMessage.h index f3fbb67a..bb1702a1 100644 --- a/howtos/howto3/include/howto3/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto3/include/howto3/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto3/include/howto3/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto3/include/howto3/factory/AllMessagesDynMemMsgFactory.h index 205f0ae0..c9e66093 100644 --- a/howtos/howto3/include/howto3/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto3/include/howto3/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto3/include/howto3/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto3/include/howto3/factory/ClientInputMessagesDynMemMsgFactory.h index 611e2ee8..0abbb483 100644 --- a/howtos/howto3/include/howto3/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto3/include/howto3/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto3/include/howto3/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto3/include/howto3/factory/ServerInputMessagesDynMemMsgFactory.h index df419d8c..3eaa4e2e 100644 --- a/howtos/howto3/include/howto3/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto3/include/howto3/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto3/include/howto3/field/FieldBase.h b/howtos/howto3/include/howto3/field/FieldBase.h index 11318e83..f2c31925 100644 --- a/howtos/howto3/include/howto3/field/FieldBase.h +++ b/howtos/howto3/include/howto3/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto3/include/howto3/field/MsgId.h b/howtos/howto3/include/howto3/field/MsgId.h index 99f32a34..ba023d54 100644 --- a/howtos/howto3/include/howto3/field/MsgId.h +++ b/howtos/howto3/include/howto3/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto3/include/howto3/field/MsgIdCommon.h b/howtos/howto3/include/howto3/field/MsgIdCommon.h index f0d9ecea..03973e7c 100644 --- a/howtos/howto3/include/howto3/field/MsgIdCommon.h +++ b/howtos/howto3/include/howto3/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto3/include/howto3/frame/Frame.h b/howtos/howto3/include/howto3/frame/Frame.h index a737f0f2..1c17440e 100644 --- a/howtos/howto3/include/howto3/frame/Frame.h +++ b/howtos/howto3/include/howto3/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto3/include/howto3/input/AllMessages.h b/howtos/howto3/include/howto3/input/AllMessages.h index e7d7d79d..8a708c17 100644 --- a/howtos/howto3/include/howto3/input/AllMessages.h +++ b/howtos/howto3/include/howto3/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto3/include/howto3/input/ClientInputMessages.h b/howtos/howto3/include/howto3/input/ClientInputMessages.h index 40d0ddc0..5d6c3ac4 100644 --- a/howtos/howto3/include/howto3/input/ClientInputMessages.h +++ b/howtos/howto3/include/howto3/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto3/include/howto3/input/ServerInputMessages.h b/howtos/howto3/include/howto3/input/ServerInputMessages.h index 5157618c..dd04d2a1 100644 --- a/howtos/howto3/include/howto3/input/ServerInputMessages.h +++ b/howtos/howto3/include/howto3/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto3/include/howto3/message/Msg1.h b/howtos/howto3/include/howto3/message/Msg1.h index 30fe9c0c..b84561fe 100644 --- a/howtos/howto3/include/howto3/message/Msg1.h +++ b/howtos/howto3/include/howto3/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto3/include/howto3/message/Msg1Common.h b/howtos/howto3/include/howto3/message/Msg1Common.h index 9c87ca7d..912b43fa 100644 --- a/howtos/howto3/include/howto3/message/Msg1Common.h +++ b/howtos/howto3/include/howto3/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto3/include/howto3/message/Msg2.h b/howtos/howto3/include/howto3/message/Msg2.h index 1b9c4fb6..3f8967b1 100644 --- a/howtos/howto3/include/howto3/message/Msg2.h +++ b/howtos/howto3/include/howto3/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto3/include/howto3/message/Msg2Common.h b/howtos/howto3/include/howto3/message/Msg2Common.h index c2d4d20c..e620749a 100644 --- a/howtos/howto3/include/howto3/message/Msg2Common.h +++ b/howtos/howto3/include/howto3/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto3/include/howto3/message/Msg3.h b/howtos/howto3/include/howto3/message/Msg3.h index 45e425bf..657e4cd6 100644 --- a/howtos/howto3/include/howto3/message/Msg3.h +++ b/howtos/howto3/include/howto3/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/howtos/howto3/include/howto3/message/Msg3Common.h b/howtos/howto3/include/howto3/message/Msg3Common.h index 03957b13..de7e3a40 100644 --- a/howtos/howto3/include/howto3/message/Msg3Common.h +++ b/howtos/howto3/include/howto3/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto3/include/howto3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto3/include/howto3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 1c101247..292ca8cf 100644 --- a/howtos/howto3/include/howto3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto3/include/howto3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto3/include/howto3/options/BareMetalDefaultOptions.h b/howtos/howto3/include/howto3/options/BareMetalDefaultOptions.h index e839aeee..6f5afc2f 100644 --- a/howtos/howto3/include/howto3/options/BareMetalDefaultOptions.h +++ b/howtos/howto3/include/howto3/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto3/include/howto3/options/ClientDefaultOptions.h b/howtos/howto3/include/howto3/options/ClientDefaultOptions.h index d905ff2f..3fdfdbad 100644 --- a/howtos/howto3/include/howto3/options/ClientDefaultOptions.h +++ b/howtos/howto3/include/howto3/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto3/include/howto3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto3/include/howto3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index b3d82047..493d2839 100644 --- a/howtos/howto3/include/howto3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto3/include/howto3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto3/include/howto3/options/DataViewDefaultOptions.h b/howtos/howto3/include/howto3/options/DataViewDefaultOptions.h index dd059d3e..ce917300 100644 --- a/howtos/howto3/include/howto3/options/DataViewDefaultOptions.h +++ b/howtos/howto3/include/howto3/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto3/include/howto3/options/DefaultOptions.h b/howtos/howto3/include/howto3/options/DefaultOptions.h index 92460bd5..8d3e14e5 100644 --- a/howtos/howto3/include/howto3/options/DefaultOptions.h +++ b/howtos/howto3/include/howto3/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto3/include/howto3/options/ServerDefaultOptions.h b/howtos/howto3/include/howto3/options/ServerDefaultOptions.h index 7f7229df..712ddf67 100644 --- a/howtos/howto3/include/howto3/options/ServerDefaultOptions.h +++ b/howtos/howto3/include/howto3/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto3/include/howto3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto3/include/howto3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 639bcb7e..4f138536 100644 --- a/howtos/howto3/include/howto3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto3/include/howto3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto4/include/howto4/Message.h b/howtos/howto4/include/howto4/Message.h index 3451749a..f579537b 100644 --- a/howtos/howto4/include/howto4/Message.h +++ b/howtos/howto4/include/howto4/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/howtos/howto4/include/howto4/MsgId.h b/howtos/howto4/include/howto4/MsgId.h index a4770fa5..03a55cbf 100644 --- a/howtos/howto4/include/howto4/MsgId.h +++ b/howtos/howto4/include/howto4/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto4/include/howto4/Version.h b/howtos/howto4/include/howto4/Version.h index 64d74db5..d6d006c4 100644 --- a/howtos/howto4/include/howto4/Version.h +++ b/howtos/howto4/include/howto4/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto4 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto4/include/howto4/dispatch/DispatchClientInputMessage.h b/howtos/howto4/include/howto4/dispatch/DispatchClientInputMessage.h index 8805787d..ade07d4a 100644 --- a/howtos/howto4/include/howto4/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto4/include/howto4/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto4/include/howto4/dispatch/DispatchMessage.h b/howtos/howto4/include/howto4/dispatch/DispatchMessage.h index 2e72d71a..44d38828 100644 --- a/howtos/howto4/include/howto4/dispatch/DispatchMessage.h +++ b/howtos/howto4/include/howto4/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto4/include/howto4/dispatch/DispatchServerInputMessage.h b/howtos/howto4/include/howto4/dispatch/DispatchServerInputMessage.h index a0ad22ca..bda3dec2 100644 --- a/howtos/howto4/include/howto4/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto4/include/howto4/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto4/include/howto4/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto4/include/howto4/factory/AllMessagesDynMemMsgFactory.h index 4be1252b..5b090c25 100644 --- a/howtos/howto4/include/howto4/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto4/include/howto4/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto4/include/howto4/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto4/include/howto4/factory/ClientInputMessagesDynMemMsgFactory.h index da3b8f71..8b86d832 100644 --- a/howtos/howto4/include/howto4/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto4/include/howto4/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto4/include/howto4/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto4/include/howto4/factory/ServerInputMessagesDynMemMsgFactory.h index 56c048cf..8f8844ab 100644 --- a/howtos/howto4/include/howto4/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto4/include/howto4/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto4/include/howto4/field/FieldBase.h b/howtos/howto4/include/howto4/field/FieldBase.h index 8fa63d63..fb550199 100644 --- a/howtos/howto4/include/howto4/field/FieldBase.h +++ b/howtos/howto4/include/howto4/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto4/include/howto4/field/TlvProp.h b/howtos/howto4/include/howto4/field/TlvProp.h index 6a85542c..710c53b9 100644 --- a/howtos/howto4/include/howto4/field/TlvProp.h +++ b/howtos/howto4/include/howto4/field/TlvProp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "TlvProp" field. diff --git a/howtos/howto4/include/howto4/field/TlvPropCommon.h b/howtos/howto4/include/howto4/field/TlvPropCommon.h index 097681fc..5374a53c 100644 --- a/howtos/howto4/include/howto4/field/TlvPropCommon.h +++ b/howtos/howto4/include/howto4/field/TlvPropCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto4/include/howto4/frame/Frame.h b/howtos/howto4/include/howto4/frame/Frame.h index 05f38bd0..c5e6576d 100644 --- a/howtos/howto4/include/howto4/frame/Frame.h +++ b/howtos/howto4/include/howto4/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto4/include/howto4/frame/FrameCommon.h b/howtos/howto4/include/howto4/frame/FrameCommon.h index 54b04bfe..d72957eb 100644 --- a/howtos/howto4/include/howto4/frame/FrameCommon.h +++ b/howtos/howto4/include/howto4/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto4/include/howto4/input/AllMessages.h b/howtos/howto4/include/howto4/input/AllMessages.h index 57b94376..023380f0 100644 --- a/howtos/howto4/include/howto4/input/AllMessages.h +++ b/howtos/howto4/include/howto4/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto4/include/howto4/input/ClientInputMessages.h b/howtos/howto4/include/howto4/input/ClientInputMessages.h index 52509e17..68445c5b 100644 --- a/howtos/howto4/include/howto4/input/ClientInputMessages.h +++ b/howtos/howto4/include/howto4/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto4/include/howto4/input/ServerInputMessages.h b/howtos/howto4/include/howto4/input/ServerInputMessages.h index b07a70db..325343a6 100644 --- a/howtos/howto4/include/howto4/input/ServerInputMessages.h +++ b/howtos/howto4/include/howto4/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto4/include/howto4/message/Msg.h b/howtos/howto4/include/howto4/message/Msg.h index e9aacf77..560baf06 100644 --- a/howtos/howto4/include/howto4/message/Msg.h +++ b/howtos/howto4/include/howto4/message/Msg.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" message and its fields. diff --git a/howtos/howto4/include/howto4/message/MsgCommon.h b/howtos/howto4/include/howto4/message/MsgCommon.h index 5e687dd0..4c9173e0 100644 --- a/howtos/howto4/include/howto4/message/MsgCommon.h +++ b/howtos/howto4/include/howto4/message/MsgCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto4/include/howto4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto4/include/howto4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 5960154a..ad6866d2 100644 --- a/howtos/howto4/include/howto4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto4/include/howto4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto4/include/howto4/options/BareMetalDefaultOptions.h b/howtos/howto4/include/howto4/options/BareMetalDefaultOptions.h index b6c80486..8936c2d4 100644 --- a/howtos/howto4/include/howto4/options/BareMetalDefaultOptions.h +++ b/howtos/howto4/include/howto4/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto4/include/howto4/options/ClientDefaultOptions.h b/howtos/howto4/include/howto4/options/ClientDefaultOptions.h index 9c51a926..1ffef43e 100644 --- a/howtos/howto4/include/howto4/options/ClientDefaultOptions.h +++ b/howtos/howto4/include/howto4/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto4/include/howto4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto4/include/howto4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index edad7242..f630999d 100644 --- a/howtos/howto4/include/howto4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto4/include/howto4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto4/include/howto4/options/DataViewDefaultOptions.h b/howtos/howto4/include/howto4/options/DataViewDefaultOptions.h index 2f6f351a..7e546881 100644 --- a/howtos/howto4/include/howto4/options/DataViewDefaultOptions.h +++ b/howtos/howto4/include/howto4/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto4/include/howto4/options/DefaultOptions.h b/howtos/howto4/include/howto4/options/DefaultOptions.h index 730b3032..234f6600 100644 --- a/howtos/howto4/include/howto4/options/DefaultOptions.h +++ b/howtos/howto4/include/howto4/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto4/include/howto4/options/ServerDefaultOptions.h b/howtos/howto4/include/howto4/options/ServerDefaultOptions.h index 371b1295..3c231f9e 100644 --- a/howtos/howto4/include/howto4/options/ServerDefaultOptions.h +++ b/howtos/howto4/include/howto4/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto4/include/howto4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto4/include/howto4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 40c77138..c04f53d7 100644 --- a/howtos/howto4/include/howto4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto4/include/howto4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto5/include/howto5/Interface.h b/howtos/howto5/include/howto5/Interface.h index b4ae3244..6cd194be 100644 --- a/howtos/howto5/include/howto5/Interface.h +++ b/howtos/howto5/include/howto5/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/howtos/howto5/include/howto5/InterfaceCommon.h b/howtos/howto5/include/howto5/InterfaceCommon.h index 4e94836d..a0be520b 100644 --- a/howtos/howto5/include/howto5/InterfaceCommon.h +++ b/howtos/howto5/include/howto5/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/MsgId.h b/howtos/howto5/include/howto5/MsgId.h index 5c02a14b..55946d66 100644 --- a/howtos/howto5/include/howto5/MsgId.h +++ b/howtos/howto5/include/howto5/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto5/include/howto5/Version.h b/howtos/howto5/include/howto5/Version.h index a81d5eae..7ff546cb 100644 --- a/howtos/howto5/include/howto5/Version.h +++ b/howtos/howto5/include/howto5/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto5 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto5/include/howto5/dispatch/DispatchClientInputMessage.h b/howtos/howto5/include/howto5/dispatch/DispatchClientInputMessage.h index 5a835d60..b52e921d 100644 --- a/howtos/howto5/include/howto5/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto5/include/howto5/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto5/include/howto5/dispatch/DispatchMessage.h b/howtos/howto5/include/howto5/dispatch/DispatchMessage.h index c2a54c5a..e4db3fbb 100644 --- a/howtos/howto5/include/howto5/dispatch/DispatchMessage.h +++ b/howtos/howto5/include/howto5/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto5/include/howto5/dispatch/DispatchServerInputMessage.h b/howtos/howto5/include/howto5/dispatch/DispatchServerInputMessage.h index 3dc809ab..8bbbcf75 100644 --- a/howtos/howto5/include/howto5/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto5/include/howto5/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto5/include/howto5/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto5/include/howto5/factory/AllMessagesDynMemMsgFactory.h index eae5aef0..ba1c5bfa 100644 --- a/howtos/howto5/include/howto5/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto5/include/howto5/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto5/include/howto5/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto5/include/howto5/factory/ClientInputMessagesDynMemMsgFactory.h index 0468dd64..af8d3163 100644 --- a/howtos/howto5/include/howto5/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto5/include/howto5/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto5/include/howto5/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto5/include/howto5/factory/ServerInputMessagesDynMemMsgFactory.h index 6268f1f3..d6fa6f1b 100644 --- a/howtos/howto5/include/howto5/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto5/include/howto5/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto5/include/howto5/field/FieldBase.h b/howtos/howto5/include/howto5/field/FieldBase.h index 80930385..2ef5090b 100644 --- a/howtos/howto5/include/howto5/field/FieldBase.h +++ b/howtos/howto5/include/howto5/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto5/include/howto5/field/InterfaceFlags.h b/howtos/howto5/include/howto5/field/InterfaceFlags.h index 6e6f6321..0791f03a 100644 --- a/howtos/howto5/include/howto5/field/InterfaceFlags.h +++ b/howtos/howto5/include/howto5/field/InterfaceFlags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "InterfaceFlags" field. diff --git a/howtos/howto5/include/howto5/field/InterfaceFlagsCommon.h b/howtos/howto5/include/howto5/field/InterfaceFlagsCommon.h index dcd74490..7fc0bc72 100644 --- a/howtos/howto5/include/howto5/field/InterfaceFlagsCommon.h +++ b/howtos/howto5/include/howto5/field/InterfaceFlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/field/MsgId.h b/howtos/howto5/include/howto5/field/MsgId.h index c8b86ec1..7c526e6c 100644 --- a/howtos/howto5/include/howto5/field/MsgId.h +++ b/howtos/howto5/include/howto5/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto5/include/howto5/field/MsgIdCommon.h b/howtos/howto5/include/howto5/field/MsgIdCommon.h index 8431387c..a986bcc9 100644 --- a/howtos/howto5/include/howto5/field/MsgIdCommon.h +++ b/howtos/howto5/include/howto5/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/field/Version.h b/howtos/howto5/include/howto5/field/Version.h index 90d96ad1..21dd6e33 100644 --- a/howtos/howto5/include/howto5/field/Version.h +++ b/howtos/howto5/include/howto5/field/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Version" field. diff --git a/howtos/howto5/include/howto5/field/VersionCommon.h b/howtos/howto5/include/howto5/field/VersionCommon.h index c16186b2..857b8c1f 100644 --- a/howtos/howto5/include/howto5/field/VersionCommon.h +++ b/howtos/howto5/include/howto5/field/VersionCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/field/VersionWithFlags.h b/howtos/howto5/include/howto5/field/VersionWithFlags.h index 22a72abe..1af24c81 100644 --- a/howtos/howto5/include/howto5/field/VersionWithFlags.h +++ b/howtos/howto5/include/howto5/field/VersionWithFlags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "VersionWithFlags" field. diff --git a/howtos/howto5/include/howto5/field/VersionWithFlagsCommon.h b/howtos/howto5/include/howto5/field/VersionWithFlagsCommon.h index a0e3b1a2..485bec62 100644 --- a/howtos/howto5/include/howto5/field/VersionWithFlagsCommon.h +++ b/howtos/howto5/include/howto5/field/VersionWithFlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/frame/Frame.h b/howtos/howto5/include/howto5/frame/Frame.h index 6da8b983..eca87f20 100644 --- a/howtos/howto5/include/howto5/frame/Frame.h +++ b/howtos/howto5/include/howto5/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto5/include/howto5/frame/FrameCommon.h b/howtos/howto5/include/howto5/frame/FrameCommon.h index 76e75705..df9015a5 100644 --- a/howtos/howto5/include/howto5/frame/FrameCommon.h +++ b/howtos/howto5/include/howto5/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/input/AllMessages.h b/howtos/howto5/include/howto5/input/AllMessages.h index 7c734f97..93674f75 100644 --- a/howtos/howto5/include/howto5/input/AllMessages.h +++ b/howtos/howto5/include/howto5/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto5/include/howto5/input/ClientInputMessages.h b/howtos/howto5/include/howto5/input/ClientInputMessages.h index 081fdf97..6d6e0095 100644 --- a/howtos/howto5/include/howto5/input/ClientInputMessages.h +++ b/howtos/howto5/include/howto5/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto5/include/howto5/input/ServerInputMessages.h b/howtos/howto5/include/howto5/input/ServerInputMessages.h index 0d2d7d9b..ac111f82 100644 --- a/howtos/howto5/include/howto5/input/ServerInputMessages.h +++ b/howtos/howto5/include/howto5/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto5/include/howto5/message/Msg1.h b/howtos/howto5/include/howto5/message/Msg1.h index 9d26ff08..72330b2b 100644 --- a/howtos/howto5/include/howto5/message/Msg1.h +++ b/howtos/howto5/include/howto5/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto5/include/howto5/message/Msg1Common.h b/howtos/howto5/include/howto5/message/Msg1Common.h index cfb392b1..2fd73d20 100644 --- a/howtos/howto5/include/howto5/message/Msg1Common.h +++ b/howtos/howto5/include/howto5/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/message/Msg2.h b/howtos/howto5/include/howto5/message/Msg2.h index a2c6c61d..2db99bbc 100644 --- a/howtos/howto5/include/howto5/message/Msg2.h +++ b/howtos/howto5/include/howto5/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto5/include/howto5/message/Msg2Common.h b/howtos/howto5/include/howto5/message/Msg2Common.h index a75897b8..1e456062 100644 --- a/howtos/howto5/include/howto5/message/Msg2Common.h +++ b/howtos/howto5/include/howto5/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto5/include/howto5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto5/include/howto5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 367ec348..f1b8c074 100644 --- a/howtos/howto5/include/howto5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto5/include/howto5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto5/include/howto5/options/BareMetalDefaultOptions.h b/howtos/howto5/include/howto5/options/BareMetalDefaultOptions.h index 09e0460d..e8aba0e8 100644 --- a/howtos/howto5/include/howto5/options/BareMetalDefaultOptions.h +++ b/howtos/howto5/include/howto5/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto5/include/howto5/options/ClientDefaultOptions.h b/howtos/howto5/include/howto5/options/ClientDefaultOptions.h index 6dcb7783..611dba42 100644 --- a/howtos/howto5/include/howto5/options/ClientDefaultOptions.h +++ b/howtos/howto5/include/howto5/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto5/include/howto5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto5/include/howto5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 779a8feb..ca8e417a 100644 --- a/howtos/howto5/include/howto5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto5/include/howto5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto5/include/howto5/options/DataViewDefaultOptions.h b/howtos/howto5/include/howto5/options/DataViewDefaultOptions.h index 07882ddd..6175ec42 100644 --- a/howtos/howto5/include/howto5/options/DataViewDefaultOptions.h +++ b/howtos/howto5/include/howto5/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto5/include/howto5/options/DefaultOptions.h b/howtos/howto5/include/howto5/options/DefaultOptions.h index d2cc2f0c..e068eb16 100644 --- a/howtos/howto5/include/howto5/options/DefaultOptions.h +++ b/howtos/howto5/include/howto5/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto5/include/howto5/options/ServerDefaultOptions.h b/howtos/howto5/include/howto5/options/ServerDefaultOptions.h index 71dcea28..4eaf12eb 100644 --- a/howtos/howto5/include/howto5/options/ServerDefaultOptions.h +++ b/howtos/howto5/include/howto5/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto5/include/howto5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto5/include/howto5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 700edebb..3e500ea1 100644 --- a/howtos/howto5/include/howto5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto5/include/howto5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto6/include/howto6/Interface.h b/howtos/howto6/include/howto6/Interface.h index bfe73950..bed59f34 100644 --- a/howtos/howto6/include/howto6/Interface.h +++ b/howtos/howto6/include/howto6/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/howtos/howto6/include/howto6/InterfaceCommon.h b/howtos/howto6/include/howto6/InterfaceCommon.h index 04a98c33..846cc338 100644 --- a/howtos/howto6/include/howto6/InterfaceCommon.h +++ b/howtos/howto6/include/howto6/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto6/include/howto6/MsgId.h b/howtos/howto6/include/howto6/MsgId.h index f86d958b..e91b21da 100644 --- a/howtos/howto6/include/howto6/MsgId.h +++ b/howtos/howto6/include/howto6/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto6/include/howto6/Version.h b/howtos/howto6/include/howto6/Version.h index e30a0dbc..752e8866 100644 --- a/howtos/howto6/include/howto6/Version.h +++ b/howtos/howto6/include/howto6/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto6 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto6/include/howto6/dispatch/DispatchClientInputMessage.h b/howtos/howto6/include/howto6/dispatch/DispatchClientInputMessage.h index 58f44d1a..d543d439 100644 --- a/howtos/howto6/include/howto6/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto6/include/howto6/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto6/include/howto6/dispatch/DispatchMessage.h b/howtos/howto6/include/howto6/dispatch/DispatchMessage.h index f5bc116d..ee2ba216 100644 --- a/howtos/howto6/include/howto6/dispatch/DispatchMessage.h +++ b/howtos/howto6/include/howto6/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto6/include/howto6/dispatch/DispatchServerInputMessage.h b/howtos/howto6/include/howto6/dispatch/DispatchServerInputMessage.h index 69fc48a5..fafe36e9 100644 --- a/howtos/howto6/include/howto6/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto6/include/howto6/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto6/include/howto6/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto6/include/howto6/factory/AllMessagesDynMemMsgFactory.h index 835ea781..b901ab33 100644 --- a/howtos/howto6/include/howto6/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto6/include/howto6/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto6/include/howto6/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto6/include/howto6/factory/ClientInputMessagesDynMemMsgFactory.h index fbbef367..95cbad3d 100644 --- a/howtos/howto6/include/howto6/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto6/include/howto6/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto6/include/howto6/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto6/include/howto6/factory/ServerInputMessagesDynMemMsgFactory.h index ee5daa34..8e154fec 100644 --- a/howtos/howto6/include/howto6/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto6/include/howto6/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto6/include/howto6/field/ChecksumType.h b/howtos/howto6/include/howto6/field/ChecksumType.h index 7bedab42..0a451939 100644 --- a/howtos/howto6/include/howto6/field/ChecksumType.h +++ b/howtos/howto6/include/howto6/field/ChecksumType.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "ChecksumType" field. diff --git a/howtos/howto6/include/howto6/field/ChecksumTypeCommon.h b/howtos/howto6/include/howto6/field/ChecksumTypeCommon.h index a06ffa5e..b2c57c11 100644 --- a/howtos/howto6/include/howto6/field/ChecksumTypeCommon.h +++ b/howtos/howto6/include/howto6/field/ChecksumTypeCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto6/include/howto6/field/FieldBase.h b/howtos/howto6/include/howto6/field/FieldBase.h index f772766a..edd08dd4 100644 --- a/howtos/howto6/include/howto6/field/FieldBase.h +++ b/howtos/howto6/include/howto6/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto6/include/howto6/field/MsgId.h b/howtos/howto6/include/howto6/field/MsgId.h index 60a6846d..3579ed0c 100644 --- a/howtos/howto6/include/howto6/field/MsgId.h +++ b/howtos/howto6/include/howto6/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto6/include/howto6/field/MsgIdCommon.h b/howtos/howto6/include/howto6/field/MsgIdCommon.h index de77decc..6f8ac4d6 100644 --- a/howtos/howto6/include/howto6/field/MsgIdCommon.h +++ b/howtos/howto6/include/howto6/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto6/include/howto6/frame/Frame.h b/howtos/howto6/include/howto6/frame/Frame.h index 5bf1e788..c0f5c320 100644 --- a/howtos/howto6/include/howto6/frame/Frame.h +++ b/howtos/howto6/include/howto6/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto6/include/howto6/frame/FrameCommon.h b/howtos/howto6/include/howto6/frame/FrameCommon.h index 7ec6ce46..218246e1 100644 --- a/howtos/howto6/include/howto6/frame/FrameCommon.h +++ b/howtos/howto6/include/howto6/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto6/include/howto6/input/AllMessages.h b/howtos/howto6/include/howto6/input/AllMessages.h index c5d14a65..e47e0bd7 100644 --- a/howtos/howto6/include/howto6/input/AllMessages.h +++ b/howtos/howto6/include/howto6/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto6/include/howto6/input/ClientInputMessages.h b/howtos/howto6/include/howto6/input/ClientInputMessages.h index 8d1ad3a6..f211e25e 100644 --- a/howtos/howto6/include/howto6/input/ClientInputMessages.h +++ b/howtos/howto6/include/howto6/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto6/include/howto6/input/ServerInputMessages.h b/howtos/howto6/include/howto6/input/ServerInputMessages.h index 33aab509..41151986 100644 --- a/howtos/howto6/include/howto6/input/ServerInputMessages.h +++ b/howtos/howto6/include/howto6/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto6/include/howto6/message/Msg1.h b/howtos/howto6/include/howto6/message/Msg1.h index 6d450c64..3b1cb9cf 100644 --- a/howtos/howto6/include/howto6/message/Msg1.h +++ b/howtos/howto6/include/howto6/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto6/include/howto6/message/Msg1Common.h b/howtos/howto6/include/howto6/message/Msg1Common.h index 56d65e8b..c8412141 100644 --- a/howtos/howto6/include/howto6/message/Msg1Common.h +++ b/howtos/howto6/include/howto6/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto6/include/howto6/message/Msg2.h b/howtos/howto6/include/howto6/message/Msg2.h index 73d654ac..abe11d6c 100644 --- a/howtos/howto6/include/howto6/message/Msg2.h +++ b/howtos/howto6/include/howto6/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto6/include/howto6/message/Msg2Common.h b/howtos/howto6/include/howto6/message/Msg2Common.h index fc860313..abf26c1c 100644 --- a/howtos/howto6/include/howto6/message/Msg2Common.h +++ b/howtos/howto6/include/howto6/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto6/include/howto6/message/Msg3.h b/howtos/howto6/include/howto6/message/Msg3.h index 06d826de..24d03243 100644 --- a/howtos/howto6/include/howto6/message/Msg3.h +++ b/howtos/howto6/include/howto6/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/howtos/howto6/include/howto6/message/Msg3Common.h b/howtos/howto6/include/howto6/message/Msg3Common.h index b9a9bcbc..39a43f0f 100644 --- a/howtos/howto6/include/howto6/message/Msg3Common.h +++ b/howtos/howto6/include/howto6/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto6/include/howto6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto6/include/howto6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index a1d45ef4..dd50c8aa 100644 --- a/howtos/howto6/include/howto6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto6/include/howto6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto6/include/howto6/options/BareMetalDefaultOptions.h b/howtos/howto6/include/howto6/options/BareMetalDefaultOptions.h index d9025b5d..dade66f4 100644 --- a/howtos/howto6/include/howto6/options/BareMetalDefaultOptions.h +++ b/howtos/howto6/include/howto6/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto6/include/howto6/options/ClientDefaultOptions.h b/howtos/howto6/include/howto6/options/ClientDefaultOptions.h index 3849afba..88ea20b8 100644 --- a/howtos/howto6/include/howto6/options/ClientDefaultOptions.h +++ b/howtos/howto6/include/howto6/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto6/include/howto6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto6/include/howto6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 2cde7223..a1edbb60 100644 --- a/howtos/howto6/include/howto6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto6/include/howto6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto6/include/howto6/options/DataViewDefaultOptions.h b/howtos/howto6/include/howto6/options/DataViewDefaultOptions.h index 61decf00..05359b6f 100644 --- a/howtos/howto6/include/howto6/options/DataViewDefaultOptions.h +++ b/howtos/howto6/include/howto6/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto6/include/howto6/options/DefaultOptions.h b/howtos/howto6/include/howto6/options/DefaultOptions.h index b7497ad6..4ec470f9 100644 --- a/howtos/howto6/include/howto6/options/DefaultOptions.h +++ b/howtos/howto6/include/howto6/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto6/include/howto6/options/ServerDefaultOptions.h b/howtos/howto6/include/howto6/options/ServerDefaultOptions.h index 30ed7da0..366bebf4 100644 --- a/howtos/howto6/include/howto6/options/ServerDefaultOptions.h +++ b/howtos/howto6/include/howto6/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto6/include/howto6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto6/include/howto6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index cbc5a023..21dca81a 100644 --- a/howtos/howto6/include/howto6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto6/include/howto6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto7/include/howto7/Message.h b/howtos/howto7/include/howto7/Message.h index 15b8859c..edef755b 100644 --- a/howtos/howto7/include/howto7/Message.h +++ b/howtos/howto7/include/howto7/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/howtos/howto7/include/howto7/MsgId.h b/howtos/howto7/include/howto7/MsgId.h index 4a4d3b43..d05d552e 100644 --- a/howtos/howto7/include/howto7/MsgId.h +++ b/howtos/howto7/include/howto7/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto7/include/howto7/Version.h b/howtos/howto7/include/howto7/Version.h index 5d4b000f..14e42807 100644 --- a/howtos/howto7/include/howto7/Version.h +++ b/howtos/howto7/include/howto7/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto7 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto7/include/howto7/dispatch/DispatchClientInputMessage.h b/howtos/howto7/include/howto7/dispatch/DispatchClientInputMessage.h index 84fa13e3..7e97dd8f 100644 --- a/howtos/howto7/include/howto7/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto7/include/howto7/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto7/include/howto7/dispatch/DispatchMessage.h b/howtos/howto7/include/howto7/dispatch/DispatchMessage.h index bb837526..b88a0924 100644 --- a/howtos/howto7/include/howto7/dispatch/DispatchMessage.h +++ b/howtos/howto7/include/howto7/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto7/include/howto7/dispatch/DispatchServerInputMessage.h b/howtos/howto7/include/howto7/dispatch/DispatchServerInputMessage.h index adf9cd6d..99ea05b2 100644 --- a/howtos/howto7/include/howto7/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto7/include/howto7/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto7/include/howto7/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto7/include/howto7/factory/AllMessagesDynMemMsgFactory.h index 884398d3..62ea663f 100644 --- a/howtos/howto7/include/howto7/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto7/include/howto7/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto7/include/howto7/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto7/include/howto7/factory/ClientInputMessagesDynMemMsgFactory.h index e9f3c247..064b1e50 100644 --- a/howtos/howto7/include/howto7/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto7/include/howto7/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto7/include/howto7/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto7/include/howto7/factory/ServerInputMessagesDynMemMsgFactory.h index ca7eb6b7..1a95b626 100644 --- a/howtos/howto7/include/howto7/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto7/include/howto7/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto7/include/howto7/field/FieldBase.h b/howtos/howto7/include/howto7/field/FieldBase.h index 8b8001a7..7455164d 100644 --- a/howtos/howto7/include/howto7/field/FieldBase.h +++ b/howtos/howto7/include/howto7/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto7/include/howto7/field/MsgId.h b/howtos/howto7/include/howto7/field/MsgId.h index 1965adef..7dd36560 100644 --- a/howtos/howto7/include/howto7/field/MsgId.h +++ b/howtos/howto7/include/howto7/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto7/include/howto7/field/MsgIdCommon.h b/howtos/howto7/include/howto7/field/MsgIdCommon.h index 3f7f126c..cb0aa175 100644 --- a/howtos/howto7/include/howto7/field/MsgIdCommon.h +++ b/howtos/howto7/include/howto7/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto7/include/howto7/frame/Frame.h b/howtos/howto7/include/howto7/frame/Frame.h index 559b4b91..1192243f 100644 --- a/howtos/howto7/include/howto7/frame/Frame.h +++ b/howtos/howto7/include/howto7/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto7/include/howto7/frame/FrameCommon.h b/howtos/howto7/include/howto7/frame/FrameCommon.h index c10ee471..f28cca05 100644 --- a/howtos/howto7/include/howto7/frame/FrameCommon.h +++ b/howtos/howto7/include/howto7/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto7/include/howto7/input/AllMessages.h b/howtos/howto7/include/howto7/input/AllMessages.h index f944e8fc..183a1d24 100644 --- a/howtos/howto7/include/howto7/input/AllMessages.h +++ b/howtos/howto7/include/howto7/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto7/include/howto7/input/ClientInputMessages.h b/howtos/howto7/include/howto7/input/ClientInputMessages.h index ad8c67c9..e18a7d60 100644 --- a/howtos/howto7/include/howto7/input/ClientInputMessages.h +++ b/howtos/howto7/include/howto7/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto7/include/howto7/input/ServerInputMessages.h b/howtos/howto7/include/howto7/input/ServerInputMessages.h index 050966cf..4fd5ed15 100644 --- a/howtos/howto7/include/howto7/input/ServerInputMessages.h +++ b/howtos/howto7/include/howto7/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto7/include/howto7/message/Msg1.h b/howtos/howto7/include/howto7/message/Msg1.h index cbe8f4c0..f2a139ee 100644 --- a/howtos/howto7/include/howto7/message/Msg1.h +++ b/howtos/howto7/include/howto7/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto7/include/howto7/message/Msg1Common.h b/howtos/howto7/include/howto7/message/Msg1Common.h index ccccd691..6e4a63f3 100644 --- a/howtos/howto7/include/howto7/message/Msg1Common.h +++ b/howtos/howto7/include/howto7/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto7/include/howto7/message/Msg2.h b/howtos/howto7/include/howto7/message/Msg2.h index 68adf82a..de7419fb 100644 --- a/howtos/howto7/include/howto7/message/Msg2.h +++ b/howtos/howto7/include/howto7/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto7/include/howto7/message/Msg2Common.h b/howtos/howto7/include/howto7/message/Msg2Common.h index bbbc168a..d396fff4 100644 --- a/howtos/howto7/include/howto7/message/Msg2Common.h +++ b/howtos/howto7/include/howto7/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto7/include/howto7/message/Msg3.h b/howtos/howto7/include/howto7/message/Msg3.h index 83318fe2..4b30daed 100644 --- a/howtos/howto7/include/howto7/message/Msg3.h +++ b/howtos/howto7/include/howto7/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/howtos/howto7/include/howto7/message/Msg3Common.h b/howtos/howto7/include/howto7/message/Msg3Common.h index 9319b82b..a8da97ab 100644 --- a/howtos/howto7/include/howto7/message/Msg3Common.h +++ b/howtos/howto7/include/howto7/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto7/include/howto7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto7/include/howto7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 5845b198..435b958e 100644 --- a/howtos/howto7/include/howto7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto7/include/howto7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto7/include/howto7/options/BareMetalDefaultOptions.h b/howtos/howto7/include/howto7/options/BareMetalDefaultOptions.h index b66d5614..ade6dfcf 100644 --- a/howtos/howto7/include/howto7/options/BareMetalDefaultOptions.h +++ b/howtos/howto7/include/howto7/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto7/include/howto7/options/ClientDefaultOptions.h b/howtos/howto7/include/howto7/options/ClientDefaultOptions.h index 9babf3c6..f25f8e2b 100644 --- a/howtos/howto7/include/howto7/options/ClientDefaultOptions.h +++ b/howtos/howto7/include/howto7/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto7/include/howto7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto7/include/howto7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 8a6125d4..a62c3f5f 100644 --- a/howtos/howto7/include/howto7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto7/include/howto7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto7/include/howto7/options/DataViewDefaultOptions.h b/howtos/howto7/include/howto7/options/DataViewDefaultOptions.h index 2e41484f..f85f68de 100644 --- a/howtos/howto7/include/howto7/options/DataViewDefaultOptions.h +++ b/howtos/howto7/include/howto7/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto7/include/howto7/options/DefaultOptions.h b/howtos/howto7/include/howto7/options/DefaultOptions.h index 97ce1d43..e4a9e436 100644 --- a/howtos/howto7/include/howto7/options/DefaultOptions.h +++ b/howtos/howto7/include/howto7/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto7/include/howto7/options/ServerDefaultOptions.h b/howtos/howto7/include/howto7/options/ServerDefaultOptions.h index f169e8d4..cb0442b9 100644 --- a/howtos/howto7/include/howto7/options/ServerDefaultOptions.h +++ b/howtos/howto7/include/howto7/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto7/include/howto7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto7/include/howto7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 58635bf4..028de8fc 100644 --- a/howtos/howto7/include/howto7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto7/include/howto7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto8/include/howto8/Interface.h b/howtos/howto8/include/howto8/Interface.h index 471c127c..7a4bc05d 100644 --- a/howtos/howto8/include/howto8/Interface.h +++ b/howtos/howto8/include/howto8/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/howtos/howto8/include/howto8/InterfaceCommon.h b/howtos/howto8/include/howto8/InterfaceCommon.h index 9e16819f..86c14d27 100644 --- a/howtos/howto8/include/howto8/InterfaceCommon.h +++ b/howtos/howto8/include/howto8/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto8/include/howto8/MsgId.h b/howtos/howto8/include/howto8/MsgId.h index 8ef1adfb..2ed4966b 100644 --- a/howtos/howto8/include/howto8/MsgId.h +++ b/howtos/howto8/include/howto8/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto8/include/howto8/Version.h b/howtos/howto8/include/howto8/Version.h index ea70ea99..3ecb74c2 100644 --- a/howtos/howto8/include/howto8/Version.h +++ b/howtos/howto8/include/howto8/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto8 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto8/include/howto8/dispatch/DispatchClientInputMessage.h b/howtos/howto8/include/howto8/dispatch/DispatchClientInputMessage.h index eef369e8..0fedfe31 100644 --- a/howtos/howto8/include/howto8/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto8/include/howto8/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto8/include/howto8/dispatch/DispatchMessage.h b/howtos/howto8/include/howto8/dispatch/DispatchMessage.h index b585eb66..fbd29830 100644 --- a/howtos/howto8/include/howto8/dispatch/DispatchMessage.h +++ b/howtos/howto8/include/howto8/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto8/include/howto8/dispatch/DispatchServerInputMessage.h b/howtos/howto8/include/howto8/dispatch/DispatchServerInputMessage.h index a9d9c3a7..0f456933 100644 --- a/howtos/howto8/include/howto8/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto8/include/howto8/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto8/include/howto8/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto8/include/howto8/factory/AllMessagesDynMemMsgFactory.h index 644035ed..ecf08f98 100644 --- a/howtos/howto8/include/howto8/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto8/include/howto8/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto8/include/howto8/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto8/include/howto8/factory/ClientInputMessagesDynMemMsgFactory.h index 87a3ab83..a847a571 100644 --- a/howtos/howto8/include/howto8/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto8/include/howto8/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto8/include/howto8/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto8/include/howto8/factory/ServerInputMessagesDynMemMsgFactory.h index 33dcdf2e..4ccd659a 100644 --- a/howtos/howto8/include/howto8/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto8/include/howto8/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto8/include/howto8/field/FieldBase.h b/howtos/howto8/include/howto8/field/FieldBase.h index b04efeb9..da4fbbd8 100644 --- a/howtos/howto8/include/howto8/field/FieldBase.h +++ b/howtos/howto8/include/howto8/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto8/include/howto8/field/Flags.h b/howtos/howto8/include/howto8/field/Flags.h index c55081c2..0f9f92cb 100644 --- a/howtos/howto8/include/howto8/field/Flags.h +++ b/howtos/howto8/include/howto8/field/Flags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Flags" field. diff --git a/howtos/howto8/include/howto8/field/FlagsCommon.h b/howtos/howto8/include/howto8/field/FlagsCommon.h index e56931de..d301bf32 100644 --- a/howtos/howto8/include/howto8/field/FlagsCommon.h +++ b/howtos/howto8/include/howto8/field/FlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto8/include/howto8/field/MsgId.h b/howtos/howto8/include/howto8/field/MsgId.h index 7ce84b99..42e795a2 100644 --- a/howtos/howto8/include/howto8/field/MsgId.h +++ b/howtos/howto8/include/howto8/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto8/include/howto8/field/MsgIdCommon.h b/howtos/howto8/include/howto8/field/MsgIdCommon.h index 493d7119..b5f01d29 100644 --- a/howtos/howto8/include/howto8/field/MsgIdCommon.h +++ b/howtos/howto8/include/howto8/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto8/include/howto8/frame/Frame.h b/howtos/howto8/include/howto8/frame/Frame.h index 75277f9c..8058a113 100644 --- a/howtos/howto8/include/howto8/frame/Frame.h +++ b/howtos/howto8/include/howto8/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto8/include/howto8/frame/FrameCommon.h b/howtos/howto8/include/howto8/frame/FrameCommon.h index 01b067ae..d88e6cbd 100644 --- a/howtos/howto8/include/howto8/frame/FrameCommon.h +++ b/howtos/howto8/include/howto8/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto8/include/howto8/input/AllMessages.h b/howtos/howto8/include/howto8/input/AllMessages.h index eb49a423..a248ccf8 100644 --- a/howtos/howto8/include/howto8/input/AllMessages.h +++ b/howtos/howto8/include/howto8/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto8/include/howto8/input/ClientInputMessages.h b/howtos/howto8/include/howto8/input/ClientInputMessages.h index 3e447cb7..70a83de2 100644 --- a/howtos/howto8/include/howto8/input/ClientInputMessages.h +++ b/howtos/howto8/include/howto8/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto8/include/howto8/input/ServerInputMessages.h b/howtos/howto8/include/howto8/input/ServerInputMessages.h index 42dfb28d..c3a8e9fa 100644 --- a/howtos/howto8/include/howto8/input/ServerInputMessages.h +++ b/howtos/howto8/include/howto8/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto8/include/howto8/message/Msg1.h b/howtos/howto8/include/howto8/message/Msg1.h index 5dd83e66..e4edfb94 100644 --- a/howtos/howto8/include/howto8/message/Msg1.h +++ b/howtos/howto8/include/howto8/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto8/include/howto8/message/Msg1Common.h b/howtos/howto8/include/howto8/message/Msg1Common.h index 870d19d3..a5195f0c 100644 --- a/howtos/howto8/include/howto8/message/Msg1Common.h +++ b/howtos/howto8/include/howto8/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto8/include/howto8/message/Msg2.h b/howtos/howto8/include/howto8/message/Msg2.h index f36bef81..5e03009d 100644 --- a/howtos/howto8/include/howto8/message/Msg2.h +++ b/howtos/howto8/include/howto8/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto8/include/howto8/message/Msg2Common.h b/howtos/howto8/include/howto8/message/Msg2Common.h index bb1834c6..1a6753ad 100644 --- a/howtos/howto8/include/howto8/message/Msg2Common.h +++ b/howtos/howto8/include/howto8/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto8/include/howto8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto8/include/howto8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index e9ad66ff..2cb48106 100644 --- a/howtos/howto8/include/howto8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto8/include/howto8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto8/include/howto8/options/BareMetalDefaultOptions.h b/howtos/howto8/include/howto8/options/BareMetalDefaultOptions.h index ceeb27cd..ed8c5c80 100644 --- a/howtos/howto8/include/howto8/options/BareMetalDefaultOptions.h +++ b/howtos/howto8/include/howto8/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto8/include/howto8/options/ClientDefaultOptions.h b/howtos/howto8/include/howto8/options/ClientDefaultOptions.h index 5aab56fc..d7d859d4 100644 --- a/howtos/howto8/include/howto8/options/ClientDefaultOptions.h +++ b/howtos/howto8/include/howto8/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto8/include/howto8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto8/include/howto8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 23c2d2b5..dcf29405 100644 --- a/howtos/howto8/include/howto8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto8/include/howto8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto8/include/howto8/options/DataViewDefaultOptions.h b/howtos/howto8/include/howto8/options/DataViewDefaultOptions.h index 59b8e378..489ea78f 100644 --- a/howtos/howto8/include/howto8/options/DataViewDefaultOptions.h +++ b/howtos/howto8/include/howto8/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto8/include/howto8/options/DefaultOptions.h b/howtos/howto8/include/howto8/options/DefaultOptions.h index 3e2fdfcc..085b63ec 100644 --- a/howtos/howto8/include/howto8/options/DefaultOptions.h +++ b/howtos/howto8/include/howto8/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto8/include/howto8/options/ServerDefaultOptions.h b/howtos/howto8/include/howto8/options/ServerDefaultOptions.h index aa0dddd3..d2ac8c50 100644 --- a/howtos/howto8/include/howto8/options/ServerDefaultOptions.h +++ b/howtos/howto8/include/howto8/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto8/include/howto8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto8/include/howto8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index b22dc005..2cd6d7c0 100644 --- a/howtos/howto8/include/howto8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto8/include/howto8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/howtos/howto9/include/howto9/Message.h b/howtos/howto9/include/howto9/Message.h index d6b06df3..73f2039e 100644 --- a/howtos/howto9/include/howto9/Message.h +++ b/howtos/howto9/include/howto9/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/howtos/howto9/include/howto9/MsgId.h b/howtos/howto9/include/howto9/MsgId.h index 09ae6575..a3318169 100644 --- a/howtos/howto9/include/howto9/MsgId.h +++ b/howtos/howto9/include/howto9/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/howtos/howto9/include/howto9/Version.h b/howtos/howto9/include/howto9/Version.h index 73f4f0a7..0fd8f933 100644 --- a/howtos/howto9/include/howto9/Version.h +++ b/howtos/howto9/include/howto9/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace howto9 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/howtos/howto9/include/howto9/dispatch/DispatchClientInputMessage.h b/howtos/howto9/include/howto9/dispatch/DispatchClientInputMessage.h index df6e22cc..aba26f83 100644 --- a/howtos/howto9/include/howto9/dispatch/DispatchClientInputMessage.h +++ b/howtos/howto9/include/howto9/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto9/include/howto9/dispatch/DispatchMessage.h b/howtos/howto9/include/howto9/dispatch/DispatchMessage.h index 566af2ea..ccbd84c4 100644 --- a/howtos/howto9/include/howto9/dispatch/DispatchMessage.h +++ b/howtos/howto9/include/howto9/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/howtos/howto9/include/howto9/dispatch/DispatchServerInputMessage.h b/howtos/howto9/include/howto9/dispatch/DispatchServerInputMessage.h index efe0947e..2c350658 100644 --- a/howtos/howto9/include/howto9/dispatch/DispatchServerInputMessage.h +++ b/howtos/howto9/include/howto9/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/howtos/howto9/include/howto9/factory/AllMessagesDynMemMsgFactory.h b/howtos/howto9/include/howto9/factory/AllMessagesDynMemMsgFactory.h index b2d63ab4..c396320f 100644 --- a/howtos/howto9/include/howto9/factory/AllMessagesDynMemMsgFactory.h +++ b/howtos/howto9/include/howto9/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/howtos/howto9/include/howto9/factory/ClientInputMessagesDynMemMsgFactory.h b/howtos/howto9/include/howto9/factory/ClientInputMessagesDynMemMsgFactory.h index f11cde12..97552b7e 100644 --- a/howtos/howto9/include/howto9/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/howtos/howto9/include/howto9/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/howtos/howto9/include/howto9/factory/ServerInputMessagesDynMemMsgFactory.h b/howtos/howto9/include/howto9/factory/ServerInputMessagesDynMemMsgFactory.h index 1dcebaca..3bfd4c38 100644 --- a/howtos/howto9/include/howto9/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/howtos/howto9/include/howto9/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/howtos/howto9/include/howto9/field/FieldBase.h b/howtos/howto9/include/howto9/field/FieldBase.h index cf996f48..f6bb5dcb 100644 --- a/howtos/howto9/include/howto9/field/FieldBase.h +++ b/howtos/howto9/include/howto9/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/howtos/howto9/include/howto9/field/MsgId.h b/howtos/howto9/include/howto9/field/MsgId.h index bf45e9e2..564e57a6 100644 --- a/howtos/howto9/include/howto9/field/MsgId.h +++ b/howtos/howto9/include/howto9/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/howtos/howto9/include/howto9/field/MsgIdCommon.h b/howtos/howto9/include/howto9/field/MsgIdCommon.h index 80794367..4ca05507 100644 --- a/howtos/howto9/include/howto9/field/MsgIdCommon.h +++ b/howtos/howto9/include/howto9/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto9/include/howto9/field/SizeField.h b/howtos/howto9/include/howto9/field/SizeField.h index bfbf5786..09756e3d 100644 --- a/howtos/howto9/include/howto9/field/SizeField.h +++ b/howtos/howto9/include/howto9/field/SizeField.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "SizeField" field. diff --git a/howtos/howto9/include/howto9/field/SizeFieldCommon.h b/howtos/howto9/include/howto9/field/SizeFieldCommon.h index ab9be1ef..c9ec5f0d 100644 --- a/howtos/howto9/include/howto9/field/SizeFieldCommon.h +++ b/howtos/howto9/include/howto9/field/SizeFieldCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto9/include/howto9/field/SyncField.h b/howtos/howto9/include/howto9/field/SyncField.h index 782bdbec..c22470c3 100644 --- a/howtos/howto9/include/howto9/field/SyncField.h +++ b/howtos/howto9/include/howto9/field/SyncField.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "SyncField" field. diff --git a/howtos/howto9/include/howto9/field/SyncFieldCommon.h b/howtos/howto9/include/howto9/field/SyncFieldCommon.h index 6df3caf8..a2c8a128 100644 --- a/howtos/howto9/include/howto9/field/SyncFieldCommon.h +++ b/howtos/howto9/include/howto9/field/SyncFieldCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto9/include/howto9/frame/Frame.h b/howtos/howto9/include/howto9/frame/Frame.h index bae20d9e..d71da389 100644 --- a/howtos/howto9/include/howto9/frame/Frame.h +++ b/howtos/howto9/include/howto9/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/howtos/howto9/include/howto9/frame/FrameCommon.h b/howtos/howto9/include/howto9/frame/FrameCommon.h index 5af2dc44..0bd3b36d 100644 --- a/howtos/howto9/include/howto9/frame/FrameCommon.h +++ b/howtos/howto9/include/howto9/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto9/include/howto9/input/AllMessages.h b/howtos/howto9/include/howto9/input/AllMessages.h index 79b8a843..845c2bc0 100644 --- a/howtos/howto9/include/howto9/input/AllMessages.h +++ b/howtos/howto9/include/howto9/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/howtos/howto9/include/howto9/input/ClientInputMessages.h b/howtos/howto9/include/howto9/input/ClientInputMessages.h index 29a25030..11de9351 100644 --- a/howtos/howto9/include/howto9/input/ClientInputMessages.h +++ b/howtos/howto9/include/howto9/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/howtos/howto9/include/howto9/input/ServerInputMessages.h b/howtos/howto9/include/howto9/input/ServerInputMessages.h index 3281f3fd..77521706 100644 --- a/howtos/howto9/include/howto9/input/ServerInputMessages.h +++ b/howtos/howto9/include/howto9/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/howtos/howto9/include/howto9/message/Msg1.h b/howtos/howto9/include/howto9/message/Msg1.h index 12418dc3..c0cd87a7 100644 --- a/howtos/howto9/include/howto9/message/Msg1.h +++ b/howtos/howto9/include/howto9/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/howtos/howto9/include/howto9/message/Msg1Common.h b/howtos/howto9/include/howto9/message/Msg1Common.h index 4ad4fdca..9fba00d0 100644 --- a/howtos/howto9/include/howto9/message/Msg1Common.h +++ b/howtos/howto9/include/howto9/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto9/include/howto9/message/Msg2.h b/howtos/howto9/include/howto9/message/Msg2.h index c7236447..4ed9206d 100644 --- a/howtos/howto9/include/howto9/message/Msg2.h +++ b/howtos/howto9/include/howto9/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/howtos/howto9/include/howto9/message/Msg2Common.h b/howtos/howto9/include/howto9/message/Msg2Common.h index 9a1c8fa2..81ec84aa 100644 --- a/howtos/howto9/include/howto9/message/Msg2Common.h +++ b/howtos/howto9/include/howto9/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto9/include/howto9/message/Msg3.h b/howtos/howto9/include/howto9/message/Msg3.h index 884ca088..344d41fb 100644 --- a/howtos/howto9/include/howto9/message/Msg3.h +++ b/howtos/howto9/include/howto9/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/howtos/howto9/include/howto9/message/Msg3Common.h b/howtos/howto9/include/howto9/message/Msg3Common.h index 1b4d7cc1..84a02ccf 100644 --- a/howtos/howto9/include/howto9/message/Msg3Common.h +++ b/howtos/howto9/include/howto9/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/howtos/howto9/include/howto9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto9/include/howto9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 1f945dfc..9b92a8c9 100644 --- a/howtos/howto9/include/howto9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto9/include/howto9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/howtos/howto9/include/howto9/options/BareMetalDefaultOptions.h b/howtos/howto9/include/howto9/options/BareMetalDefaultOptions.h index 3d67746c..cb59adc9 100644 --- a/howtos/howto9/include/howto9/options/BareMetalDefaultOptions.h +++ b/howtos/howto9/include/howto9/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/howtos/howto9/include/howto9/options/ClientDefaultOptions.h b/howtos/howto9/include/howto9/options/ClientDefaultOptions.h index c9241fb1..1701693b 100644 --- a/howtos/howto9/include/howto9/options/ClientDefaultOptions.h +++ b/howtos/howto9/include/howto9/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/howtos/howto9/include/howto9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto9/include/howto9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index c13973c3..9e1bc829 100644 --- a/howtos/howto9/include/howto9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto9/include/howto9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/howtos/howto9/include/howto9/options/DataViewDefaultOptions.h b/howtos/howto9/include/howto9/options/DataViewDefaultOptions.h index bec197f9..37f02279 100644 --- a/howtos/howto9/include/howto9/options/DataViewDefaultOptions.h +++ b/howtos/howto9/include/howto9/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/howtos/howto9/include/howto9/options/DefaultOptions.h b/howtos/howto9/include/howto9/options/DefaultOptions.h index 5559a10f..fc553fe2 100644 --- a/howtos/howto9/include/howto9/options/DefaultOptions.h +++ b/howtos/howto9/include/howto9/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/howtos/howto9/include/howto9/options/ServerDefaultOptions.h b/howtos/howto9/include/howto9/options/ServerDefaultOptions.h index 9c7002f7..eb766bc9 100644 --- a/howtos/howto9/include/howto9/options/ServerDefaultOptions.h +++ b/howtos/howto9/include/howto9/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/howtos/howto9/include/howto9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/howtos/howto9/include/howto9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index c6b7278c..e7fa68ae 100644 --- a/howtos/howto9/include/howto9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/howtos/howto9/include/howto9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial1/include/tutorial1/Message.h b/tutorials/tutorial1/include/tutorial1/Message.h index 9660a851..e9b96ee2 100644 --- a/tutorials/tutorial1/include/tutorial1/Message.h +++ b/tutorials/tutorial1/include/tutorial1/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial1/include/tutorial1/MsgId.h b/tutorials/tutorial1/include/tutorial1/MsgId.h index 4b49c4b4..27c0d1f5 100644 --- a/tutorials/tutorial1/include/tutorial1/MsgId.h +++ b/tutorials/tutorial1/include/tutorial1/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial1/include/tutorial1/Version.h b/tutorials/tutorial1/include/tutorial1/Version.h index 1d2bdee5..fb16838b 100644 --- a/tutorials/tutorial1/include/tutorial1/Version.h +++ b/tutorials/tutorial1/include/tutorial1/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial1 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial1/include/tutorial1/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial1/include/tutorial1/dispatch/DispatchClientInputMessage.h index fb244150..873d0984 100644 --- a/tutorials/tutorial1/include/tutorial1/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial1/include/tutorial1/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial1/include/tutorial1/dispatch/DispatchMessage.h b/tutorials/tutorial1/include/tutorial1/dispatch/DispatchMessage.h index c036ed3b..86925a1e 100644 --- a/tutorials/tutorial1/include/tutorial1/dispatch/DispatchMessage.h +++ b/tutorials/tutorial1/include/tutorial1/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial1/include/tutorial1/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial1/include/tutorial1/dispatch/DispatchServerInputMessage.h index 78a06996..27415797 100644 --- a/tutorials/tutorial1/include/tutorial1/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial1/include/tutorial1/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial1/include/tutorial1/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial1/include/tutorial1/factory/AllMessagesDynMemMsgFactory.h index 41c75238..b8051317 100644 --- a/tutorials/tutorial1/include/tutorial1/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial1/include/tutorial1/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial1/include/tutorial1/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial1/include/tutorial1/factory/ClientInputMessagesDynMemMsgFactory.h index 6a8ee358..ccb6d673 100644 --- a/tutorials/tutorial1/include/tutorial1/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial1/include/tutorial1/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial1/include/tutorial1/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial1/include/tutorial1/factory/ServerInputMessagesDynMemMsgFactory.h index 858b1b19..fad1061d 100644 --- a/tutorials/tutorial1/include/tutorial1/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial1/include/tutorial1/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial1/include/tutorial1/field/FieldBase.h b/tutorials/tutorial1/include/tutorial1/field/FieldBase.h index c978846a..237ff8fd 100644 --- a/tutorials/tutorial1/include/tutorial1/field/FieldBase.h +++ b/tutorials/tutorial1/include/tutorial1/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial1/include/tutorial1/field/MsgId.h b/tutorials/tutorial1/include/tutorial1/field/MsgId.h index 38bacf3f..cd200277 100644 --- a/tutorials/tutorial1/include/tutorial1/field/MsgId.h +++ b/tutorials/tutorial1/include/tutorial1/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial1/include/tutorial1/field/MsgIdCommon.h b/tutorials/tutorial1/include/tutorial1/field/MsgIdCommon.h index 89e4a161..f82cdf12 100644 --- a/tutorials/tutorial1/include/tutorial1/field/MsgIdCommon.h +++ b/tutorials/tutorial1/include/tutorial1/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial1/include/tutorial1/frame/Frame.h b/tutorials/tutorial1/include/tutorial1/frame/Frame.h index 15805de8..3734dbab 100644 --- a/tutorials/tutorial1/include/tutorial1/frame/Frame.h +++ b/tutorials/tutorial1/include/tutorial1/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial1/include/tutorial1/input/AllMessages.h b/tutorials/tutorial1/include/tutorial1/input/AllMessages.h index 1f5db99a..b5f64388 100644 --- a/tutorials/tutorial1/include/tutorial1/input/AllMessages.h +++ b/tutorials/tutorial1/include/tutorial1/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial1/include/tutorial1/input/ClientInputMessages.h b/tutorials/tutorial1/include/tutorial1/input/ClientInputMessages.h index 7fc3627b..63c76a28 100644 --- a/tutorials/tutorial1/include/tutorial1/input/ClientInputMessages.h +++ b/tutorials/tutorial1/include/tutorial1/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial1/include/tutorial1/input/ServerInputMessages.h b/tutorials/tutorial1/include/tutorial1/input/ServerInputMessages.h index d836b9df..b5884b9e 100644 --- a/tutorials/tutorial1/include/tutorial1/input/ServerInputMessages.h +++ b/tutorials/tutorial1/include/tutorial1/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial1/include/tutorial1/message/Msg1.h b/tutorials/tutorial1/include/tutorial1/message/Msg1.h index db70581e..caeb2080 100644 --- a/tutorials/tutorial1/include/tutorial1/message/Msg1.h +++ b/tutorials/tutorial1/include/tutorial1/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial1/include/tutorial1/message/Msg1Common.h b/tutorials/tutorial1/include/tutorial1/message/Msg1Common.h index d6edc848..37ca11bd 100644 --- a/tutorials/tutorial1/include/tutorial1/message/Msg1Common.h +++ b/tutorials/tutorial1/include/tutorial1/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial1/include/tutorial1/message/Msg2.h b/tutorials/tutorial1/include/tutorial1/message/Msg2.h index d09fa200..3ec68387 100644 --- a/tutorials/tutorial1/include/tutorial1/message/Msg2.h +++ b/tutorials/tutorial1/include/tutorial1/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial1/include/tutorial1/message/Msg2Common.h b/tutorials/tutorial1/include/tutorial1/message/Msg2Common.h index 1cb11631..65dff02e 100644 --- a/tutorials/tutorial1/include/tutorial1/message/Msg2Common.h +++ b/tutorials/tutorial1/include/tutorial1/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial1/include/tutorial1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 0fc3fcee..f74ff758 100644 --- a/tutorials/tutorial1/include/tutorial1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial1/include/tutorial1/options/BareMetalDefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/BareMetalDefaultOptions.h index 34ae0dab..525bd661 100644 --- a/tutorials/tutorial1/include/tutorial1/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial1/include/tutorial1/options/ClientDefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/ClientDefaultOptions.h index b1e5acbd..06191d01 100644 --- a/tutorials/tutorial1/include/tutorial1/options/ClientDefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial1/include/tutorial1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 6146f598..9aaf6a9d 100644 --- a/tutorials/tutorial1/include/tutorial1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial1/include/tutorial1/options/DataViewDefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/DataViewDefaultOptions.h index 77c98840..f3b59575 100644 --- a/tutorials/tutorial1/include/tutorial1/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial1/include/tutorial1/options/DefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/DefaultOptions.h index 025767ab..0b97df39 100644 --- a/tutorials/tutorial1/include/tutorial1/options/DefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial1/include/tutorial1/options/ServerDefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/ServerDefaultOptions.h index 33b8879d..6f9d3d71 100644 --- a/tutorials/tutorial1/include/tutorial1/options/ServerDefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial1/include/tutorial1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial1/include/tutorial1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 28af4cf0..f2ebb567 100644 --- a/tutorials/tutorial1/include/tutorial1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial1/include/tutorial1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial10/include/tutorial10/Message.h b/tutorials/tutorial10/include/tutorial10/Message.h index ec3468b3..ea906ba9 100644 --- a/tutorials/tutorial10/include/tutorial10/Message.h +++ b/tutorials/tutorial10/include/tutorial10/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial10/include/tutorial10/MsgId.h b/tutorials/tutorial10/include/tutorial10/MsgId.h index 84cb6138..495512c0 100644 --- a/tutorials/tutorial10/include/tutorial10/MsgId.h +++ b/tutorials/tutorial10/include/tutorial10/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial10/include/tutorial10/Version.h b/tutorials/tutorial10/include/tutorial10/Version.h index 0e4ce3c2..395f3551 100644 --- a/tutorials/tutorial10/include/tutorial10/Version.h +++ b/tutorials/tutorial10/include/tutorial10/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial10 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial10/include/tutorial10/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial10/include/tutorial10/dispatch/DispatchClientInputMessage.h index 5c1a7bcb..6f90f8d6 100644 --- a/tutorials/tutorial10/include/tutorial10/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial10/include/tutorial10/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial10/include/tutorial10/dispatch/DispatchMessage.h b/tutorials/tutorial10/include/tutorial10/dispatch/DispatchMessage.h index a1ce76fd..2647ef3e 100644 --- a/tutorials/tutorial10/include/tutorial10/dispatch/DispatchMessage.h +++ b/tutorials/tutorial10/include/tutorial10/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial10/include/tutorial10/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial10/include/tutorial10/dispatch/DispatchServerInputMessage.h index 077924be..12c9abbf 100644 --- a/tutorials/tutorial10/include/tutorial10/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial10/include/tutorial10/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial10/include/tutorial10/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial10/include/tutorial10/factory/AllMessagesDynMemMsgFactory.h index 4a2bb61f..5f116f25 100644 --- a/tutorials/tutorial10/include/tutorial10/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial10/include/tutorial10/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial10/include/tutorial10/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial10/include/tutorial10/factory/ClientInputMessagesDynMemMsgFactory.h index b4b9ab22..5fd2cd75 100644 --- a/tutorials/tutorial10/include/tutorial10/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial10/include/tutorial10/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial10/include/tutorial10/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial10/include/tutorial10/factory/ServerInputMessagesDynMemMsgFactory.h index f57855f0..06c0be11 100644 --- a/tutorials/tutorial10/include/tutorial10/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial10/include/tutorial10/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial10/include/tutorial10/field/FieldBase.h b/tutorials/tutorial10/include/tutorial10/field/FieldBase.h index 24740a8f..281e21ab 100644 --- a/tutorials/tutorial10/include/tutorial10/field/FieldBase.h +++ b/tutorials/tutorial10/include/tutorial10/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial10/include/tutorial10/field/MsgId.h b/tutorials/tutorial10/include/tutorial10/field/MsgId.h index 1e89a4c8..40a1f305 100644 --- a/tutorials/tutorial10/include/tutorial10/field/MsgId.h +++ b/tutorials/tutorial10/include/tutorial10/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial10/include/tutorial10/field/MsgIdCommon.h b/tutorials/tutorial10/include/tutorial10/field/MsgIdCommon.h index 4565c287..a2f4db3f 100644 --- a/tutorials/tutorial10/include/tutorial10/field/MsgIdCommon.h +++ b/tutorials/tutorial10/include/tutorial10/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial10/include/tutorial10/frame/Frame.h b/tutorials/tutorial10/include/tutorial10/frame/Frame.h index 744a34fe..ad11b55e 100644 --- a/tutorials/tutorial10/include/tutorial10/frame/Frame.h +++ b/tutorials/tutorial10/include/tutorial10/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial10/include/tutorial10/frame/FrameCommon.h b/tutorials/tutorial10/include/tutorial10/frame/FrameCommon.h index 58d5ad7d..7112357b 100644 --- a/tutorials/tutorial10/include/tutorial10/frame/FrameCommon.h +++ b/tutorials/tutorial10/include/tutorial10/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial10/include/tutorial10/input/AllMessages.h b/tutorials/tutorial10/include/tutorial10/input/AllMessages.h index f5df28ee..37493bf7 100644 --- a/tutorials/tutorial10/include/tutorial10/input/AllMessages.h +++ b/tutorials/tutorial10/include/tutorial10/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial10/include/tutorial10/input/ClientInputMessages.h b/tutorials/tutorial10/include/tutorial10/input/ClientInputMessages.h index a6032c9e..21b2e2d8 100644 --- a/tutorials/tutorial10/include/tutorial10/input/ClientInputMessages.h +++ b/tutorials/tutorial10/include/tutorial10/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial10/include/tutorial10/input/ServerInputMessages.h b/tutorials/tutorial10/include/tutorial10/input/ServerInputMessages.h index 6caf7cf8..4c98a9ed 100644 --- a/tutorials/tutorial10/include/tutorial10/input/ServerInputMessages.h +++ b/tutorials/tutorial10/include/tutorial10/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg1.h b/tutorials/tutorial10/include/tutorial10/message/Msg1.h index f4152db3..4cc27e66 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg1.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg1Common.h b/tutorials/tutorial10/include/tutorial10/message/Msg1Common.h index ad0cee15..33744b01 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg1Common.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg2.h b/tutorials/tutorial10/include/tutorial10/message/Msg2.h index 7ed0f894..89495ee3 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg2.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg2Common.h b/tutorials/tutorial10/include/tutorial10/message/Msg2Common.h index 92935cb2..014b413e 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg2Common.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg3.h b/tutorials/tutorial10/include/tutorial10/message/Msg3.h index b78c3b22..3a7fd873 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg3.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg3Common.h b/tutorials/tutorial10/include/tutorial10/message/Msg3Common.h index d5aaba73..a76535fa 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg3Common.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg4.h b/tutorials/tutorial10/include/tutorial10/message/Msg4.h index 9044f56e..57fcee3f 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg4.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 4" message and its fields. diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg4Common.h b/tutorials/tutorial10/include/tutorial10/message/Msg4Common.h index 2e45e423..880efa66 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg4Common.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg5.h b/tutorials/tutorial10/include/tutorial10/message/Msg5.h index c31b25c6..26ec4638 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg5.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 5" message and its fields. diff --git a/tutorials/tutorial10/include/tutorial10/message/Msg5Common.h b/tutorials/tutorial10/include/tutorial10/message/Msg5Common.h index cacaa6ea..5add568d 100644 --- a/tutorials/tutorial10/include/tutorial10/message/Msg5Common.h +++ b/tutorials/tutorial10/include/tutorial10/message/Msg5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial10/include/tutorial10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index b950b315..84ee2b85 100644 --- a/tutorials/tutorial10/include/tutorial10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial10/include/tutorial10/options/BareMetalDefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/BareMetalDefaultOptions.h index 0b959408..e2a782a3 100644 --- a/tutorials/tutorial10/include/tutorial10/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial10/include/tutorial10/options/ClientDefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/ClientDefaultOptions.h index e343b6eb..0cefdbf8 100644 --- a/tutorials/tutorial10/include/tutorial10/options/ClientDefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial10/include/tutorial10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 77543c9f..637217f7 100644 --- a/tutorials/tutorial10/include/tutorial10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial10/include/tutorial10/options/DataViewDefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/DataViewDefaultOptions.h index dcf88ebe..811467cd 100644 --- a/tutorials/tutorial10/include/tutorial10/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial10/include/tutorial10/options/DefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/DefaultOptions.h index 36959921..5e8e16c4 100644 --- a/tutorials/tutorial10/include/tutorial10/options/DefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial10/include/tutorial10/options/ServerDefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/ServerDefaultOptions.h index a6b0d328..1c1f4a1e 100644 --- a/tutorials/tutorial10/include/tutorial10/options/ServerDefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial10/include/tutorial10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial10/include/tutorial10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 55a57715..4ef13c6e 100644 --- a/tutorials/tutorial10/include/tutorial10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial10/include/tutorial10/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial11/include/tutorial11/Message.h b/tutorials/tutorial11/include/tutorial11/Message.h index ce162b38..a809688f 100644 --- a/tutorials/tutorial11/include/tutorial11/Message.h +++ b/tutorials/tutorial11/include/tutorial11/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial11/include/tutorial11/MsgId.h b/tutorials/tutorial11/include/tutorial11/MsgId.h index 136c4af7..09bc7cba 100644 --- a/tutorials/tutorial11/include/tutorial11/MsgId.h +++ b/tutorials/tutorial11/include/tutorial11/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial11/include/tutorial11/Version.h b/tutorials/tutorial11/include/tutorial11/Version.h index 766cad37..8928381a 100644 --- a/tutorials/tutorial11/include/tutorial11/Version.h +++ b/tutorials/tutorial11/include/tutorial11/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial11 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial11/include/tutorial11/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial11/include/tutorial11/dispatch/DispatchClientInputMessage.h index d74fb624..a8b8d2f2 100644 --- a/tutorials/tutorial11/include/tutorial11/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial11/include/tutorial11/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial11/include/tutorial11/dispatch/DispatchMessage.h b/tutorials/tutorial11/include/tutorial11/dispatch/DispatchMessage.h index 491d63a1..fbfbe0e1 100644 --- a/tutorials/tutorial11/include/tutorial11/dispatch/DispatchMessage.h +++ b/tutorials/tutorial11/include/tutorial11/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial11/include/tutorial11/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial11/include/tutorial11/dispatch/DispatchServerInputMessage.h index 7d48598e..603f9de5 100644 --- a/tutorials/tutorial11/include/tutorial11/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial11/include/tutorial11/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial11/include/tutorial11/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial11/include/tutorial11/factory/AllMessagesDynMemMsgFactory.h index af336b8b..b3846ff6 100644 --- a/tutorials/tutorial11/include/tutorial11/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial11/include/tutorial11/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial11/include/tutorial11/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial11/include/tutorial11/factory/ClientInputMessagesDynMemMsgFactory.h index 22aa3a94..5e5da638 100644 --- a/tutorials/tutorial11/include/tutorial11/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial11/include/tutorial11/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial11/include/tutorial11/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial11/include/tutorial11/factory/ServerInputMessagesDynMemMsgFactory.h index 28291ae3..4084f28a 100644 --- a/tutorials/tutorial11/include/tutorial11/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial11/include/tutorial11/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial11/include/tutorial11/field/FieldBase.h b/tutorials/tutorial11/include/tutorial11/field/FieldBase.h index b328a18d..fc92e37b 100644 --- a/tutorials/tutorial11/include/tutorial11/field/FieldBase.h +++ b/tutorials/tutorial11/include/tutorial11/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial11/include/tutorial11/field/MsgId.h b/tutorials/tutorial11/include/tutorial11/field/MsgId.h index d3d4ce44..e2ff1cd2 100644 --- a/tutorials/tutorial11/include/tutorial11/field/MsgId.h +++ b/tutorials/tutorial11/include/tutorial11/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial11/include/tutorial11/field/MsgIdCommon.h b/tutorials/tutorial11/include/tutorial11/field/MsgIdCommon.h index 3cd94ae0..a63ed591 100644 --- a/tutorials/tutorial11/include/tutorial11/field/MsgIdCommon.h +++ b/tutorials/tutorial11/include/tutorial11/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial11/include/tutorial11/frame/Frame.h b/tutorials/tutorial11/include/tutorial11/frame/Frame.h index 6c1d23fa..95b4fd94 100644 --- a/tutorials/tutorial11/include/tutorial11/frame/Frame.h +++ b/tutorials/tutorial11/include/tutorial11/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial11/include/tutorial11/frame/FrameCommon.h b/tutorials/tutorial11/include/tutorial11/frame/FrameCommon.h index 03ab3a50..79ba4e9c 100644 --- a/tutorials/tutorial11/include/tutorial11/frame/FrameCommon.h +++ b/tutorials/tutorial11/include/tutorial11/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial11/include/tutorial11/input/AllMessages.h b/tutorials/tutorial11/include/tutorial11/input/AllMessages.h index b0e069f8..a67f36ea 100644 --- a/tutorials/tutorial11/include/tutorial11/input/AllMessages.h +++ b/tutorials/tutorial11/include/tutorial11/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial11/include/tutorial11/input/ClientInputMessages.h b/tutorials/tutorial11/include/tutorial11/input/ClientInputMessages.h index 739e9214..0192e389 100644 --- a/tutorials/tutorial11/include/tutorial11/input/ClientInputMessages.h +++ b/tutorials/tutorial11/include/tutorial11/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial11/include/tutorial11/input/ServerInputMessages.h b/tutorials/tutorial11/include/tutorial11/input/ServerInputMessages.h index 3ed281e6..205b3782 100644 --- a/tutorials/tutorial11/include/tutorial11/input/ServerInputMessages.h +++ b/tutorials/tutorial11/include/tutorial11/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial11/include/tutorial11/message/Msg1.h b/tutorials/tutorial11/include/tutorial11/message/Msg1.h index 7beb52f6..c39af5a0 100644 --- a/tutorials/tutorial11/include/tutorial11/message/Msg1.h +++ b/tutorials/tutorial11/include/tutorial11/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial11/include/tutorial11/message/Msg1Common.h b/tutorials/tutorial11/include/tutorial11/message/Msg1Common.h index c7148f75..68366e1e 100644 --- a/tutorials/tutorial11/include/tutorial11/message/Msg1Common.h +++ b/tutorials/tutorial11/include/tutorial11/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial11/include/tutorial11/message/Msg2.h b/tutorials/tutorial11/include/tutorial11/message/Msg2.h index 35f0cb70..0da06a21 100644 --- a/tutorials/tutorial11/include/tutorial11/message/Msg2.h +++ b/tutorials/tutorial11/include/tutorial11/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial11/include/tutorial11/message/Msg2Common.h b/tutorials/tutorial11/include/tutorial11/message/Msg2Common.h index 82d85e90..606e55ce 100644 --- a/tutorials/tutorial11/include/tutorial11/message/Msg2Common.h +++ b/tutorials/tutorial11/include/tutorial11/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial11/include/tutorial11/message/Msg3.h b/tutorials/tutorial11/include/tutorial11/message/Msg3.h index a2da8c8a..5f9a99b8 100644 --- a/tutorials/tutorial11/include/tutorial11/message/Msg3.h +++ b/tutorials/tutorial11/include/tutorial11/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial11/include/tutorial11/message/Msg3Common.h b/tutorials/tutorial11/include/tutorial11/message/Msg3Common.h index 3693d90e..8220a740 100644 --- a/tutorials/tutorial11/include/tutorial11/message/Msg3Common.h +++ b/tutorials/tutorial11/include/tutorial11/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial11/include/tutorial11/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 37fa7538..9b342cbd 100644 --- a/tutorials/tutorial11/include/tutorial11/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial11/include/tutorial11/options/BareMetalDefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/BareMetalDefaultOptions.h index d407703a..642e3297 100644 --- a/tutorials/tutorial11/include/tutorial11/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial11/include/tutorial11/options/ClientDefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/ClientDefaultOptions.h index 0f0a8602..fef25dd3 100644 --- a/tutorials/tutorial11/include/tutorial11/options/ClientDefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial11/include/tutorial11/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 26267565..3ad551f0 100644 --- a/tutorials/tutorial11/include/tutorial11/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial11/include/tutorial11/options/DataViewDefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/DataViewDefaultOptions.h index 298575c3..d75debf3 100644 --- a/tutorials/tutorial11/include/tutorial11/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial11/include/tutorial11/options/DefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/DefaultOptions.h index a17cd0fe..f135ce52 100644 --- a/tutorials/tutorial11/include/tutorial11/options/DefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial11/include/tutorial11/options/ServerDefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/ServerDefaultOptions.h index 585e00d0..21773bad 100644 --- a/tutorials/tutorial11/include/tutorial11/options/ServerDefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial11/include/tutorial11/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial11/include/tutorial11/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 3c0a75b5..94a8321a 100644 --- a/tutorials/tutorial11/include/tutorial11/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial11/include/tutorial11/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial12/include/tutorial12/Message.h b/tutorials/tutorial12/include/tutorial12/Message.h index 2b5f900e..7e52467e 100644 --- a/tutorials/tutorial12/include/tutorial12/Message.h +++ b/tutorials/tutorial12/include/tutorial12/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial12/include/tutorial12/MsgId.h b/tutorials/tutorial12/include/tutorial12/MsgId.h index eef92f67..28153632 100644 --- a/tutorials/tutorial12/include/tutorial12/MsgId.h +++ b/tutorials/tutorial12/include/tutorial12/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial12/include/tutorial12/Version.h b/tutorials/tutorial12/include/tutorial12/Version.h index 4dd4e046..80f9f6b0 100644 --- a/tutorials/tutorial12/include/tutorial12/Version.h +++ b/tutorials/tutorial12/include/tutorial12/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial12 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial12/include/tutorial12/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial12/include/tutorial12/dispatch/DispatchClientInputMessage.h index e32eeee7..f3fa4756 100644 --- a/tutorials/tutorial12/include/tutorial12/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial12/include/tutorial12/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial12/include/tutorial12/dispatch/DispatchMessage.h b/tutorials/tutorial12/include/tutorial12/dispatch/DispatchMessage.h index 7835d886..d13b7526 100644 --- a/tutorials/tutorial12/include/tutorial12/dispatch/DispatchMessage.h +++ b/tutorials/tutorial12/include/tutorial12/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial12/include/tutorial12/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial12/include/tutorial12/dispatch/DispatchServerInputMessage.h index 014b36f1..c088950b 100644 --- a/tutorials/tutorial12/include/tutorial12/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial12/include/tutorial12/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial12/include/tutorial12/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial12/include/tutorial12/factory/AllMessagesDynMemMsgFactory.h index 609774a5..9c22e3e8 100644 --- a/tutorials/tutorial12/include/tutorial12/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial12/include/tutorial12/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial12/include/tutorial12/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial12/include/tutorial12/factory/ClientInputMessagesDynMemMsgFactory.h index ef0ea2f7..170c60c3 100644 --- a/tutorials/tutorial12/include/tutorial12/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial12/include/tutorial12/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial12/include/tutorial12/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial12/include/tutorial12/factory/ServerInputMessagesDynMemMsgFactory.h index b5abc9e0..786647ea 100644 --- a/tutorials/tutorial12/include/tutorial12/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial12/include/tutorial12/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial12/include/tutorial12/field/FieldBase.h b/tutorials/tutorial12/include/tutorial12/field/FieldBase.h index 858f179f..3e866651 100644 --- a/tutorials/tutorial12/include/tutorial12/field/FieldBase.h +++ b/tutorials/tutorial12/include/tutorial12/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial12/include/tutorial12/field/Length.h b/tutorials/tutorial12/include/tutorial12/field/Length.h index 8c3198df..0c49eeff 100644 --- a/tutorials/tutorial12/include/tutorial12/field/Length.h +++ b/tutorials/tutorial12/include/tutorial12/field/Length.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Length" field. diff --git a/tutorials/tutorial12/include/tutorial12/field/LengthCommon.h b/tutorials/tutorial12/include/tutorial12/field/LengthCommon.h index 7a582014..1b4304c1 100644 --- a/tutorials/tutorial12/include/tutorial12/field/LengthCommon.h +++ b/tutorials/tutorial12/include/tutorial12/field/LengthCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial12/include/tutorial12/field/MsgId.h b/tutorials/tutorial12/include/tutorial12/field/MsgId.h index be47eda8..1de8503e 100644 --- a/tutorials/tutorial12/include/tutorial12/field/MsgId.h +++ b/tutorials/tutorial12/include/tutorial12/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial12/include/tutorial12/field/MsgIdCommon.h b/tutorials/tutorial12/include/tutorial12/field/MsgIdCommon.h index 4770754f..aac93e39 100644 --- a/tutorials/tutorial12/include/tutorial12/field/MsgIdCommon.h +++ b/tutorials/tutorial12/include/tutorial12/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial12/include/tutorial12/frame/Frame.h b/tutorials/tutorial12/include/tutorial12/frame/Frame.h index b764878a..08450cb7 100644 --- a/tutorials/tutorial12/include/tutorial12/frame/Frame.h +++ b/tutorials/tutorial12/include/tutorial12/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial12/include/tutorial12/frame/FrameCommon.h b/tutorials/tutorial12/include/tutorial12/frame/FrameCommon.h index 1f8c2a00..f80a35fd 100644 --- a/tutorials/tutorial12/include/tutorial12/frame/FrameCommon.h +++ b/tutorials/tutorial12/include/tutorial12/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial12/include/tutorial12/input/AllMessages.h b/tutorials/tutorial12/include/tutorial12/input/AllMessages.h index cc1c9d48..23fb8d23 100644 --- a/tutorials/tutorial12/include/tutorial12/input/AllMessages.h +++ b/tutorials/tutorial12/include/tutorial12/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial12/include/tutorial12/input/ClientInputMessages.h b/tutorials/tutorial12/include/tutorial12/input/ClientInputMessages.h index 364992e3..c82f8daf 100644 --- a/tutorials/tutorial12/include/tutorial12/input/ClientInputMessages.h +++ b/tutorials/tutorial12/include/tutorial12/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial12/include/tutorial12/input/ServerInputMessages.h b/tutorials/tutorial12/include/tutorial12/input/ServerInputMessages.h index 011bcef2..e529b6ff 100644 --- a/tutorials/tutorial12/include/tutorial12/input/ServerInputMessages.h +++ b/tutorials/tutorial12/include/tutorial12/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial12/include/tutorial12/message/Msg1.h b/tutorials/tutorial12/include/tutorial12/message/Msg1.h index bac18b07..3e265f05 100644 --- a/tutorials/tutorial12/include/tutorial12/message/Msg1.h +++ b/tutorials/tutorial12/include/tutorial12/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial12/include/tutorial12/message/Msg1Common.h b/tutorials/tutorial12/include/tutorial12/message/Msg1Common.h index 2e669966..b9621459 100644 --- a/tutorials/tutorial12/include/tutorial12/message/Msg1Common.h +++ b/tutorials/tutorial12/include/tutorial12/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial12/include/tutorial12/message/Msg2.h b/tutorials/tutorial12/include/tutorial12/message/Msg2.h index 67f65d1e..eda646fd 100644 --- a/tutorials/tutorial12/include/tutorial12/message/Msg2.h +++ b/tutorials/tutorial12/include/tutorial12/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial12/include/tutorial12/message/Msg2Common.h b/tutorials/tutorial12/include/tutorial12/message/Msg2Common.h index 76db2098..daa1f25e 100644 --- a/tutorials/tutorial12/include/tutorial12/message/Msg2Common.h +++ b/tutorials/tutorial12/include/tutorial12/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial12/include/tutorial12/message/Msg3.h b/tutorials/tutorial12/include/tutorial12/message/Msg3.h index cc522ee5..c9ddf12b 100644 --- a/tutorials/tutorial12/include/tutorial12/message/Msg3.h +++ b/tutorials/tutorial12/include/tutorial12/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial12/include/tutorial12/message/Msg3Common.h b/tutorials/tutorial12/include/tutorial12/message/Msg3Common.h index bc51ef17..c4c7b85a 100644 --- a/tutorials/tutorial12/include/tutorial12/message/Msg3Common.h +++ b/tutorials/tutorial12/include/tutorial12/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial12/include/tutorial12/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index ba87f904..87fb2b27 100644 --- a/tutorials/tutorial12/include/tutorial12/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial12/include/tutorial12/options/BareMetalDefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/BareMetalDefaultOptions.h index 2f3c50cf..ef5f6681 100644 --- a/tutorials/tutorial12/include/tutorial12/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial12/include/tutorial12/options/ClientDefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/ClientDefaultOptions.h index ea8dd06a..58a85a1b 100644 --- a/tutorials/tutorial12/include/tutorial12/options/ClientDefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial12/include/tutorial12/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index a1103d45..198f2677 100644 --- a/tutorials/tutorial12/include/tutorial12/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial12/include/tutorial12/options/DataViewDefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/DataViewDefaultOptions.h index 5e696a2e..24d5c919 100644 --- a/tutorials/tutorial12/include/tutorial12/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial12/include/tutorial12/options/DefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/DefaultOptions.h index c9d8b12c..649e00c8 100644 --- a/tutorials/tutorial12/include/tutorial12/options/DefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial12/include/tutorial12/options/ServerDefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/ServerDefaultOptions.h index a47c9b6d..2b79a129 100644 --- a/tutorials/tutorial12/include/tutorial12/options/ServerDefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial12/include/tutorial12/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial12/include/tutorial12/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 21ba3c8e..896119b9 100644 --- a/tutorials/tutorial12/include/tutorial12/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial12/include/tutorial12/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial13/include/tutorial13/Message.h b/tutorials/tutorial13/include/tutorial13/Message.h index 904235fa..c4d7203e 100644 --- a/tutorials/tutorial13/include/tutorial13/Message.h +++ b/tutorials/tutorial13/include/tutorial13/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial13/include/tutorial13/MsgId.h b/tutorials/tutorial13/include/tutorial13/MsgId.h index 2a2dd899..00e82025 100644 --- a/tutorials/tutorial13/include/tutorial13/MsgId.h +++ b/tutorials/tutorial13/include/tutorial13/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial13/include/tutorial13/Version.h b/tutorials/tutorial13/include/tutorial13/Version.h index 78dae1aa..0f77ca53 100644 --- a/tutorials/tutorial13/include/tutorial13/Version.h +++ b/tutorials/tutorial13/include/tutorial13/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial13 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial13/include/tutorial13/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial13/include/tutorial13/dispatch/DispatchClientInputMessage.h index 7cb5052c..ae7cc7be 100644 --- a/tutorials/tutorial13/include/tutorial13/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial13/include/tutorial13/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial13/include/tutorial13/dispatch/DispatchMessage.h b/tutorials/tutorial13/include/tutorial13/dispatch/DispatchMessage.h index 28ef6cde..20a6f0c8 100644 --- a/tutorials/tutorial13/include/tutorial13/dispatch/DispatchMessage.h +++ b/tutorials/tutorial13/include/tutorial13/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial13/include/tutorial13/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial13/include/tutorial13/dispatch/DispatchServerInputMessage.h index 6e6c874d..80195086 100644 --- a/tutorials/tutorial13/include/tutorial13/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial13/include/tutorial13/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial13/include/tutorial13/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial13/include/tutorial13/factory/AllMessagesDynMemMsgFactory.h index 94a7173a..99945d71 100644 --- a/tutorials/tutorial13/include/tutorial13/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial13/include/tutorial13/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial13/include/tutorial13/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial13/include/tutorial13/factory/ClientInputMessagesDynMemMsgFactory.h index 942a7c7c..512cbadf 100644 --- a/tutorials/tutorial13/include/tutorial13/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial13/include/tutorial13/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial13/include/tutorial13/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial13/include/tutorial13/factory/ServerInputMessagesDynMemMsgFactory.h index 06854e9f..434aabd8 100644 --- a/tutorials/tutorial13/include/tutorial13/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial13/include/tutorial13/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial13/include/tutorial13/field/FieldBase.h b/tutorials/tutorial13/include/tutorial13/field/FieldBase.h index 7e175974..7a63ba40 100644 --- a/tutorials/tutorial13/include/tutorial13/field/FieldBase.h +++ b/tutorials/tutorial13/include/tutorial13/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial13/include/tutorial13/field/MsgId.h b/tutorials/tutorial13/include/tutorial13/field/MsgId.h index fe77b9d1..e80ac0eb 100644 --- a/tutorials/tutorial13/include/tutorial13/field/MsgId.h +++ b/tutorials/tutorial13/include/tutorial13/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial13/include/tutorial13/field/MsgIdCommon.h b/tutorials/tutorial13/include/tutorial13/field/MsgIdCommon.h index 6047e604..6a33daa2 100644 --- a/tutorials/tutorial13/include/tutorial13/field/MsgIdCommon.h +++ b/tutorials/tutorial13/include/tutorial13/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/frame/Frame.h b/tutorials/tutorial13/include/tutorial13/frame/Frame.h index 8e2e66ff..b8e41524 100644 --- a/tutorials/tutorial13/include/tutorial13/frame/Frame.h +++ b/tutorials/tutorial13/include/tutorial13/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial13/include/tutorial13/frame/FrameCommon.h b/tutorials/tutorial13/include/tutorial13/frame/FrameCommon.h index 68a2d5c1..c49a8b8a 100644 --- a/tutorials/tutorial13/include/tutorial13/frame/FrameCommon.h +++ b/tutorials/tutorial13/include/tutorial13/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/input/AllMessages.h b/tutorials/tutorial13/include/tutorial13/input/AllMessages.h index adb23cd2..c8c97f1a 100644 --- a/tutorials/tutorial13/include/tutorial13/input/AllMessages.h +++ b/tutorials/tutorial13/include/tutorial13/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial13/include/tutorial13/input/ClientInputMessages.h b/tutorials/tutorial13/include/tutorial13/input/ClientInputMessages.h index 2bf92a84..a5a3e345 100644 --- a/tutorials/tutorial13/include/tutorial13/input/ClientInputMessages.h +++ b/tutorials/tutorial13/include/tutorial13/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial13/include/tutorial13/input/ServerInputMessages.h b/tutorials/tutorial13/include/tutorial13/input/ServerInputMessages.h index b86a36bf..1df7f4a3 100644 --- a/tutorials/tutorial13/include/tutorial13/input/ServerInputMessages.h +++ b/tutorials/tutorial13/include/tutorial13/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg1_1.h b/tutorials/tutorial13/include/tutorial13/message/Msg1_1.h index bd60f773..ed43c989 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg1_1.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg1_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1 (1)" message and its fields. diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg1_1Common.h b/tutorials/tutorial13/include/tutorial13/message/Msg1_1Common.h index a6689521..662b8ba4 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg1_1Common.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg1_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg1_2.h b/tutorials/tutorial13/include/tutorial13/message/Msg1_2.h index 89d00bf8..da33c293 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg1_2.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg1_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1 (2)" message and its fields. diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg1_2Common.h b/tutorials/tutorial13/include/tutorial13/message/Msg1_2Common.h index a18f209e..627cbced 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg1_2Common.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg1_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg1_3.h b/tutorials/tutorial13/include/tutorial13/message/Msg1_3.h index 21611d80..7f99f28a 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg1_3.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg1_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1 (3)" message and its fields. diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg1_3Common.h b/tutorials/tutorial13/include/tutorial13/message/Msg1_3Common.h index 3bff3888..a8fd0105 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg1_3Common.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg1_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg2_1.h b/tutorials/tutorial13/include/tutorial13/message/Msg2_1.h index 29c63697..7a7eca83 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg2_1.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg2_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2 (1)" message and its fields. diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg2_1Common.h b/tutorials/tutorial13/include/tutorial13/message/Msg2_1Common.h index 6a02b88d..1840e58b 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg2_1Common.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg2_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg2_2.h b/tutorials/tutorial13/include/tutorial13/message/Msg2_2.h index 15d48e69..093b5caf 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg2_2.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg2_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2 (2)" message and its fields. diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg2_2Common.h b/tutorials/tutorial13/include/tutorial13/message/Msg2_2Common.h index 423c6916..daad0e3f 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg2_2Common.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg2_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg2_3.h b/tutorials/tutorial13/include/tutorial13/message/Msg2_3.h index 98366ceb..396ff43e 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg2_3.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg2_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2 (3)" message and its fields. diff --git a/tutorials/tutorial13/include/tutorial13/message/Msg2_3Common.h b/tutorials/tutorial13/include/tutorial13/message/Msg2_3Common.h index abb98e24..bd53cfd3 100644 --- a/tutorials/tutorial13/include/tutorial13/message/Msg2_3Common.h +++ b/tutorials/tutorial13/include/tutorial13/message/Msg2_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial13/include/tutorial13/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 3186b394..f8c9fda4 100644 --- a/tutorials/tutorial13/include/tutorial13/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial13/include/tutorial13/options/BareMetalDefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/BareMetalDefaultOptions.h index 3cca6a2d..1c0ff58c 100644 --- a/tutorials/tutorial13/include/tutorial13/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial13/include/tutorial13/options/ClientDefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/ClientDefaultOptions.h index 7d27fbc7..bafcf5e0 100644 --- a/tutorials/tutorial13/include/tutorial13/options/ClientDefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial13/include/tutorial13/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index a144c1fd..ebc02842 100644 --- a/tutorials/tutorial13/include/tutorial13/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial13/include/tutorial13/options/DataViewDefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/DataViewDefaultOptions.h index 09209e6e..b581fa51 100644 --- a/tutorials/tutorial13/include/tutorial13/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial13/include/tutorial13/options/DefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/DefaultOptions.h index 5c6341fe..a9e3ba52 100644 --- a/tutorials/tutorial13/include/tutorial13/options/DefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial13/include/tutorial13/options/ServerDefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/ServerDefaultOptions.h index 5c98c868..52aeb68f 100644 --- a/tutorials/tutorial13/include/tutorial13/options/ServerDefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial13/include/tutorial13/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial13/include/tutorial13/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 4719d910..054ec174 100644 --- a/tutorials/tutorial13/include/tutorial13/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial13/include/tutorial13/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial14/include/tutorial14/Message.h b/tutorials/tutorial14/include/tutorial14/Message.h index 8b71ff33..95552240 100644 --- a/tutorials/tutorial14/include/tutorial14/Message.h +++ b/tutorials/tutorial14/include/tutorial14/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial14/include/tutorial14/MsgId.h b/tutorials/tutorial14/include/tutorial14/MsgId.h index 361b4b97..7319c799 100644 --- a/tutorials/tutorial14/include/tutorial14/MsgId.h +++ b/tutorials/tutorial14/include/tutorial14/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial14/include/tutorial14/Version.h b/tutorials/tutorial14/include/tutorial14/Version.h index 46e32a4d..b05ec5b8 100644 --- a/tutorials/tutorial14/include/tutorial14/Version.h +++ b/tutorials/tutorial14/include/tutorial14/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial14 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial14/include/tutorial14/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial14/include/tutorial14/dispatch/DispatchClientInputMessage.h index a009d890..9310cc89 100644 --- a/tutorials/tutorial14/include/tutorial14/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial14/include/tutorial14/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial14/include/tutorial14/dispatch/DispatchMessage.h b/tutorials/tutorial14/include/tutorial14/dispatch/DispatchMessage.h index da405082..9b1989a7 100644 --- a/tutorials/tutorial14/include/tutorial14/dispatch/DispatchMessage.h +++ b/tutorials/tutorial14/include/tutorial14/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial14/include/tutorial14/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial14/include/tutorial14/dispatch/DispatchServerInputMessage.h index b8197a47..31b38adc 100644 --- a/tutorials/tutorial14/include/tutorial14/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial14/include/tutorial14/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial14/include/tutorial14/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial14/include/tutorial14/factory/AllMessagesDynMemMsgFactory.h index c584ec75..08b95da9 100644 --- a/tutorials/tutorial14/include/tutorial14/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial14/include/tutorial14/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial14/include/tutorial14/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial14/include/tutorial14/factory/ClientInputMessagesDynMemMsgFactory.h index 234a3fdd..074b7dbd 100644 --- a/tutorials/tutorial14/include/tutorial14/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial14/include/tutorial14/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial14/include/tutorial14/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial14/include/tutorial14/factory/ServerInputMessagesDynMemMsgFactory.h index 07add54f..2e87e367 100644 --- a/tutorials/tutorial14/include/tutorial14/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial14/include/tutorial14/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial14/include/tutorial14/field/FieldBase.h b/tutorials/tutorial14/include/tutorial14/field/FieldBase.h index d0c26272..92ecf5b6 100644 --- a/tutorials/tutorial14/include/tutorial14/field/FieldBase.h +++ b/tutorials/tutorial14/include/tutorial14/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial14/include/tutorial14/field/MsgId.h b/tutorials/tutorial14/include/tutorial14/field/MsgId.h index 2e6f720e..7cde7ce1 100644 --- a/tutorials/tutorial14/include/tutorial14/field/MsgId.h +++ b/tutorials/tutorial14/include/tutorial14/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial14/include/tutorial14/field/MsgIdCommon.h b/tutorials/tutorial14/include/tutorial14/field/MsgIdCommon.h index 64f67246..9e920e4a 100644 --- a/tutorials/tutorial14/include/tutorial14/field/MsgIdCommon.h +++ b/tutorials/tutorial14/include/tutorial14/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial14/include/tutorial14/frame/Frame.h b/tutorials/tutorial14/include/tutorial14/frame/Frame.h index ae51c635..d0581e29 100644 --- a/tutorials/tutorial14/include/tutorial14/frame/Frame.h +++ b/tutorials/tutorial14/include/tutorial14/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial14/include/tutorial14/frame/FrameCommon.h b/tutorials/tutorial14/include/tutorial14/frame/FrameCommon.h index e99a13cd..c5b2f455 100644 --- a/tutorials/tutorial14/include/tutorial14/frame/FrameCommon.h +++ b/tutorials/tutorial14/include/tutorial14/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial14/include/tutorial14/input/AllMessages.h b/tutorials/tutorial14/include/tutorial14/input/AllMessages.h index a9d9b15a..9fa760d3 100644 --- a/tutorials/tutorial14/include/tutorial14/input/AllMessages.h +++ b/tutorials/tutorial14/include/tutorial14/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial14/include/tutorial14/input/ClientInputMessages.h b/tutorials/tutorial14/include/tutorial14/input/ClientInputMessages.h index 518962b9..ed968265 100644 --- a/tutorials/tutorial14/include/tutorial14/input/ClientInputMessages.h +++ b/tutorials/tutorial14/include/tutorial14/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial14/include/tutorial14/input/ServerInputMessages.h b/tutorials/tutorial14/include/tutorial14/input/ServerInputMessages.h index 4928d932..2be3636a 100644 --- a/tutorials/tutorial14/include/tutorial14/input/ServerInputMessages.h +++ b/tutorials/tutorial14/include/tutorial14/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial14/include/tutorial14/message/Msg1.h b/tutorials/tutorial14/include/tutorial14/message/Msg1.h index 7ed64a33..2d27f0f4 100644 --- a/tutorials/tutorial14/include/tutorial14/message/Msg1.h +++ b/tutorials/tutorial14/include/tutorial14/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial14/include/tutorial14/message/Msg1Common.h b/tutorials/tutorial14/include/tutorial14/message/Msg1Common.h index 4b278a0d..7e24cf67 100644 --- a/tutorials/tutorial14/include/tutorial14/message/Msg1Common.h +++ b/tutorials/tutorial14/include/tutorial14/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial14/include/tutorial14/message/Msg2.h b/tutorials/tutorial14/include/tutorial14/message/Msg2.h index 0c825541..534e7236 100644 --- a/tutorials/tutorial14/include/tutorial14/message/Msg2.h +++ b/tutorials/tutorial14/include/tutorial14/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial14/include/tutorial14/message/Msg2Common.h b/tutorials/tutorial14/include/tutorial14/message/Msg2Common.h index 60dcc6a7..2ce17336 100644 --- a/tutorials/tutorial14/include/tutorial14/message/Msg2Common.h +++ b/tutorials/tutorial14/include/tutorial14/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial14/include/tutorial14/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 7c522c0e..707f5361 100644 --- a/tutorials/tutorial14/include/tutorial14/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial14/include/tutorial14/options/BareMetalDefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/BareMetalDefaultOptions.h index cf7722fa..9acc87e7 100644 --- a/tutorials/tutorial14/include/tutorial14/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial14/include/tutorial14/options/ClientDefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/ClientDefaultOptions.h index e731262e..a6814050 100644 --- a/tutorials/tutorial14/include/tutorial14/options/ClientDefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial14/include/tutorial14/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index a69d527f..745eb8ad 100644 --- a/tutorials/tutorial14/include/tutorial14/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial14/include/tutorial14/options/DataViewDefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/DataViewDefaultOptions.h index c6070085..406571c9 100644 --- a/tutorials/tutorial14/include/tutorial14/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial14/include/tutorial14/options/DefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/DefaultOptions.h index f35b3395..f67d0f60 100644 --- a/tutorials/tutorial14/include/tutorial14/options/DefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial14/include/tutorial14/options/ServerDefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/ServerDefaultOptions.h index b1138642..3ee0a67f 100644 --- a/tutorials/tutorial14/include/tutorial14/options/ServerDefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial14/include/tutorial14/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial14/include/tutorial14/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 193e12d7..a2045954 100644 --- a/tutorials/tutorial14/include/tutorial14/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial14/include/tutorial14/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial15/include/tutorial15/Message.h b/tutorials/tutorial15/include/tutorial15/Message.h index c829f14c..afbb8e7f 100644 --- a/tutorials/tutorial15/include/tutorial15/Message.h +++ b/tutorials/tutorial15/include/tutorial15/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial15/include/tutorial15/MsgId.h b/tutorials/tutorial15/include/tutorial15/MsgId.h index 5d8282c3..3fe914db 100644 --- a/tutorials/tutorial15/include/tutorial15/MsgId.h +++ b/tutorials/tutorial15/include/tutorial15/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial15/include/tutorial15/Version.h b/tutorials/tutorial15/include/tutorial15/Version.h index 01d2b4ea..841463ea 100644 --- a/tutorials/tutorial15/include/tutorial15/Version.h +++ b/tutorials/tutorial15/include/tutorial15/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial15 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial15/include/tutorial15/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial15/include/tutorial15/dispatch/DispatchClientInputMessage.h index c50d4cb0..46e32ff9 100644 --- a/tutorials/tutorial15/include/tutorial15/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial15/include/tutorial15/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial15/include/tutorial15/dispatch/DispatchMessage.h b/tutorials/tutorial15/include/tutorial15/dispatch/DispatchMessage.h index 60d8241a..231acd77 100644 --- a/tutorials/tutorial15/include/tutorial15/dispatch/DispatchMessage.h +++ b/tutorials/tutorial15/include/tutorial15/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial15/include/tutorial15/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial15/include/tutorial15/dispatch/DispatchServerInputMessage.h index e8135e9d..a93e8b81 100644 --- a/tutorials/tutorial15/include/tutorial15/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial15/include/tutorial15/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial15/include/tutorial15/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial15/include/tutorial15/factory/AllMessagesDynMemMsgFactory.h index f2181cc8..f5dc8003 100644 --- a/tutorials/tutorial15/include/tutorial15/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial15/include/tutorial15/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial15/include/tutorial15/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial15/include/tutorial15/factory/ClientInputMessagesDynMemMsgFactory.h index d8ab0864..07764be7 100644 --- a/tutorials/tutorial15/include/tutorial15/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial15/include/tutorial15/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial15/include/tutorial15/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial15/include/tutorial15/factory/ServerInputMessagesDynMemMsgFactory.h index 7f5843b6..81af8ec6 100644 --- a/tutorials/tutorial15/include/tutorial15/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial15/include/tutorial15/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial15/include/tutorial15/field/FieldBase.h b/tutorials/tutorial15/include/tutorial15/field/FieldBase.h index 002b4608..f7e27bd7 100644 --- a/tutorials/tutorial15/include/tutorial15/field/FieldBase.h +++ b/tutorials/tutorial15/include/tutorial15/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial15/include/tutorial15/field/MsgId.h b/tutorials/tutorial15/include/tutorial15/field/MsgId.h index 12068767..ec888704 100644 --- a/tutorials/tutorial15/include/tutorial15/field/MsgId.h +++ b/tutorials/tutorial15/include/tutorial15/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial15/include/tutorial15/field/MsgIdCommon.h b/tutorials/tutorial15/include/tutorial15/field/MsgIdCommon.h index 20bc983a..795de25f 100644 --- a/tutorials/tutorial15/include/tutorial15/field/MsgIdCommon.h +++ b/tutorials/tutorial15/include/tutorial15/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial15/include/tutorial15/frame/Frame.h b/tutorials/tutorial15/include/tutorial15/frame/Frame.h index 58a2189f..138b5c9f 100644 --- a/tutorials/tutorial15/include/tutorial15/frame/Frame.h +++ b/tutorials/tutorial15/include/tutorial15/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial15/include/tutorial15/frame/FrameCommon.h b/tutorials/tutorial15/include/tutorial15/frame/FrameCommon.h index 473bc984..1640f03b 100644 --- a/tutorials/tutorial15/include/tutorial15/frame/FrameCommon.h +++ b/tutorials/tutorial15/include/tutorial15/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial15/include/tutorial15/input/AllMessages.h b/tutorials/tutorial15/include/tutorial15/input/AllMessages.h index 155d1f74..6e3ac1ac 100644 --- a/tutorials/tutorial15/include/tutorial15/input/AllMessages.h +++ b/tutorials/tutorial15/include/tutorial15/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial15/include/tutorial15/input/ClientInputMessages.h b/tutorials/tutorial15/include/tutorial15/input/ClientInputMessages.h index 94622d17..ddaa1e2f 100644 --- a/tutorials/tutorial15/include/tutorial15/input/ClientInputMessages.h +++ b/tutorials/tutorial15/include/tutorial15/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial15/include/tutorial15/input/ServerInputMessages.h b/tutorials/tutorial15/include/tutorial15/input/ServerInputMessages.h index 4fc5bb12..60399862 100644 --- a/tutorials/tutorial15/include/tutorial15/input/ServerInputMessages.h +++ b/tutorials/tutorial15/include/tutorial15/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial15/include/tutorial15/message/Msg1.h b/tutorials/tutorial15/include/tutorial15/message/Msg1.h index 370e7869..b5ccaee8 100644 --- a/tutorials/tutorial15/include/tutorial15/message/Msg1.h +++ b/tutorials/tutorial15/include/tutorial15/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial15/include/tutorial15/message/Msg1Common.h b/tutorials/tutorial15/include/tutorial15/message/Msg1Common.h index 828e1014..f37e3b52 100644 --- a/tutorials/tutorial15/include/tutorial15/message/Msg1Common.h +++ b/tutorials/tutorial15/include/tutorial15/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial15/include/tutorial15/message/Msg2.h b/tutorials/tutorial15/include/tutorial15/message/Msg2.h index 47471ed0..8647f754 100644 --- a/tutorials/tutorial15/include/tutorial15/message/Msg2.h +++ b/tutorials/tutorial15/include/tutorial15/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial15/include/tutorial15/message/Msg2Common.h b/tutorials/tutorial15/include/tutorial15/message/Msg2Common.h index 6e6734b6..6e59ad33 100644 --- a/tutorials/tutorial15/include/tutorial15/message/Msg2Common.h +++ b/tutorials/tutorial15/include/tutorial15/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial15/include/tutorial15/message/Msg3.h b/tutorials/tutorial15/include/tutorial15/message/Msg3.h index 53f1c0b4..7387d16f 100644 --- a/tutorials/tutorial15/include/tutorial15/message/Msg3.h +++ b/tutorials/tutorial15/include/tutorial15/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial15/include/tutorial15/message/Msg3Common.h b/tutorials/tutorial15/include/tutorial15/message/Msg3Common.h index 66fb1060..438fd3b4 100644 --- a/tutorials/tutorial15/include/tutorial15/message/Msg3Common.h +++ b/tutorials/tutorial15/include/tutorial15/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial15/include/tutorial15/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 6f1a6c99..1cc0d781 100644 --- a/tutorials/tutorial15/include/tutorial15/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial15/include/tutorial15/options/BareMetalDefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/BareMetalDefaultOptions.h index 53f8fd93..fac64ca5 100644 --- a/tutorials/tutorial15/include/tutorial15/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial15/include/tutorial15/options/ClientDefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/ClientDefaultOptions.h index 272c5f02..5aa14d1a 100644 --- a/tutorials/tutorial15/include/tutorial15/options/ClientDefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial15/include/tutorial15/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 84001feb..850706a5 100644 --- a/tutorials/tutorial15/include/tutorial15/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial15/include/tutorial15/options/DataViewDefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/DataViewDefaultOptions.h index 1cc5179f..e5ff4237 100644 --- a/tutorials/tutorial15/include/tutorial15/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial15/include/tutorial15/options/DefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/DefaultOptions.h index 47ea1a2c..be6f5be0 100644 --- a/tutorials/tutorial15/include/tutorial15/options/DefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial15/include/tutorial15/options/ServerDefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/ServerDefaultOptions.h index c2245f93..dda91142 100644 --- a/tutorials/tutorial15/include/tutorial15/options/ServerDefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial15/include/tutorial15/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial15/include/tutorial15/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index ec8b733b..0ecba522 100644 --- a/tutorials/tutorial15/include/tutorial15/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial15/include/tutorial15/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial16/include/tutorial16/Interface.h b/tutorials/tutorial16/include/tutorial16/Interface.h index 88f7a2af..673bda40 100644 --- a/tutorials/tutorial16/include/tutorial16/Interface.h +++ b/tutorials/tutorial16/include/tutorial16/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/tutorials/tutorial16/include/tutorial16/InterfaceCommon.h b/tutorials/tutorial16/include/tutorial16/InterfaceCommon.h index 70b47219..2aadf9ec 100644 --- a/tutorials/tutorial16/include/tutorial16/InterfaceCommon.h +++ b/tutorials/tutorial16/include/tutorial16/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/MsgId.h b/tutorials/tutorial16/include/tutorial16/MsgId.h index 4649802c..4a18db0e 100644 --- a/tutorials/tutorial16/include/tutorial16/MsgId.h +++ b/tutorials/tutorial16/include/tutorial16/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial16/include/tutorial16/Version.h b/tutorials/tutorial16/include/tutorial16/Version.h index 138d5706..4f406e5c 100644 --- a/tutorials/tutorial16/include/tutorial16/Version.h +++ b/tutorials/tutorial16/include/tutorial16/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial16 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial16/include/tutorial16/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial16/include/tutorial16/dispatch/DispatchClientInputMessage.h index acf0e088..bb606052 100644 --- a/tutorials/tutorial16/include/tutorial16/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial16/include/tutorial16/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial16/include/tutorial16/dispatch/DispatchMessage.h b/tutorials/tutorial16/include/tutorial16/dispatch/DispatchMessage.h index 05657055..6b18e732 100644 --- a/tutorials/tutorial16/include/tutorial16/dispatch/DispatchMessage.h +++ b/tutorials/tutorial16/include/tutorial16/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial16/include/tutorial16/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial16/include/tutorial16/dispatch/DispatchServerInputMessage.h index 48e0310f..49e93983 100644 --- a/tutorials/tutorial16/include/tutorial16/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial16/include/tutorial16/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial16/include/tutorial16/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial16/include/tutorial16/factory/AllMessagesDynMemMsgFactory.h index 5bb1b545..929987eb 100644 --- a/tutorials/tutorial16/include/tutorial16/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial16/include/tutorial16/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial16/include/tutorial16/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial16/include/tutorial16/factory/ClientInputMessagesDynMemMsgFactory.h index 8a59c185..dde3ce9b 100644 --- a/tutorials/tutorial16/include/tutorial16/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial16/include/tutorial16/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial16/include/tutorial16/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial16/include/tutorial16/factory/ServerInputMessagesDynMemMsgFactory.h index 73397d12..300142a7 100644 --- a/tutorials/tutorial16/include/tutorial16/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial16/include/tutorial16/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial16/include/tutorial16/field/FieldBase.h b/tutorials/tutorial16/include/tutorial16/field/FieldBase.h index 2df5cf7e..ce9f2a28 100644 --- a/tutorials/tutorial16/include/tutorial16/field/FieldBase.h +++ b/tutorials/tutorial16/include/tutorial16/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial16/include/tutorial16/field/InterfaceFlags.h b/tutorials/tutorial16/include/tutorial16/field/InterfaceFlags.h index a3de6782..355b2e0b 100644 --- a/tutorials/tutorial16/include/tutorial16/field/InterfaceFlags.h +++ b/tutorials/tutorial16/include/tutorial16/field/InterfaceFlags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "InterfaceFlags" field. diff --git a/tutorials/tutorial16/include/tutorial16/field/InterfaceFlagsCommon.h b/tutorials/tutorial16/include/tutorial16/field/InterfaceFlagsCommon.h index bb513274..73c48c81 100644 --- a/tutorials/tutorial16/include/tutorial16/field/InterfaceFlagsCommon.h +++ b/tutorials/tutorial16/include/tutorial16/field/InterfaceFlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/field/MsgId.h b/tutorials/tutorial16/include/tutorial16/field/MsgId.h index 65028b13..5aa45214 100644 --- a/tutorials/tutorial16/include/tutorial16/field/MsgId.h +++ b/tutorials/tutorial16/include/tutorial16/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial16/include/tutorial16/field/MsgIdCommon.h b/tutorials/tutorial16/include/tutorial16/field/MsgIdCommon.h index 56b0cce4..98aca9bb 100644 --- a/tutorials/tutorial16/include/tutorial16/field/MsgIdCommon.h +++ b/tutorials/tutorial16/include/tutorial16/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/frame/Frame.h b/tutorials/tutorial16/include/tutorial16/frame/Frame.h index 63ab9909..d2f9e08a 100644 --- a/tutorials/tutorial16/include/tutorial16/frame/Frame.h +++ b/tutorials/tutorial16/include/tutorial16/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial16/include/tutorial16/frame/FrameCommon.h b/tutorials/tutorial16/include/tutorial16/frame/FrameCommon.h index 1c4f12fa..ebd28c0a 100644 --- a/tutorials/tutorial16/include/tutorial16/frame/FrameCommon.h +++ b/tutorials/tutorial16/include/tutorial16/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/input/AllMessages.h b/tutorials/tutorial16/include/tutorial16/input/AllMessages.h index c2f3521d..dbded74c 100644 --- a/tutorials/tutorial16/include/tutorial16/input/AllMessages.h +++ b/tutorials/tutorial16/include/tutorial16/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial16/include/tutorial16/input/ClientInputMessages.h b/tutorials/tutorial16/include/tutorial16/input/ClientInputMessages.h index b2d2ef53..5bd691fd 100644 --- a/tutorials/tutorial16/include/tutorial16/input/ClientInputMessages.h +++ b/tutorials/tutorial16/include/tutorial16/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial16/include/tutorial16/input/ServerInputMessages.h b/tutorials/tutorial16/include/tutorial16/input/ServerInputMessages.h index 5cc14146..21acddf4 100644 --- a/tutorials/tutorial16/include/tutorial16/input/ServerInputMessages.h +++ b/tutorials/tutorial16/include/tutorial16/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg1.h b/tutorials/tutorial16/include/tutorial16/message/Msg1.h index 67504c59..82c9d5cb 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg1.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg1Common.h b/tutorials/tutorial16/include/tutorial16/message/Msg1Common.h index dffe4d76..f5281f25 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg1Common.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg2.h b/tutorials/tutorial16/include/tutorial16/message/Msg2.h index 65558c2f..2c662c52 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg2.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg2Common.h b/tutorials/tutorial16/include/tutorial16/message/Msg2Common.h index 8381e837..0dc660aa 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg2Common.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg3.h b/tutorials/tutorial16/include/tutorial16/message/Msg3.h index 253a60de..b0308488 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg3.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg3Common.h b/tutorials/tutorial16/include/tutorial16/message/Msg3Common.h index eada0ac7..09ab81df 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg3Common.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg4.h b/tutorials/tutorial16/include/tutorial16/message/Msg4.h index 26a116d8..9e3813ae 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg4.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 4" message and its fields. diff --git a/tutorials/tutorial16/include/tutorial16/message/Msg4Common.h b/tutorials/tutorial16/include/tutorial16/message/Msg4Common.h index f3965b11..0551fd99 100644 --- a/tutorials/tutorial16/include/tutorial16/message/Msg4Common.h +++ b/tutorials/tutorial16/include/tutorial16/message/Msg4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial16/include/tutorial16/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 9564fa2f..0c305492 100644 --- a/tutorials/tutorial16/include/tutorial16/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial16/include/tutorial16/options/BareMetalDefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/BareMetalDefaultOptions.h index db75600c..9ac4291b 100644 --- a/tutorials/tutorial16/include/tutorial16/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial16/include/tutorial16/options/ClientDefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/ClientDefaultOptions.h index 5d54b48b..88a5772a 100644 --- a/tutorials/tutorial16/include/tutorial16/options/ClientDefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial16/include/tutorial16/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 6f7c4d20..4ec70778 100644 --- a/tutorials/tutorial16/include/tutorial16/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial16/include/tutorial16/options/DataViewDefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/DataViewDefaultOptions.h index 9a4f3174..73be0508 100644 --- a/tutorials/tutorial16/include/tutorial16/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial16/include/tutorial16/options/DefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/DefaultOptions.h index d4da6c09..e1bbf788 100644 --- a/tutorials/tutorial16/include/tutorial16/options/DefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial16/include/tutorial16/options/ServerDefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/ServerDefaultOptions.h index 509be6d6..5825d43a 100644 --- a/tutorials/tutorial16/include/tutorial16/options/ServerDefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial16/include/tutorial16/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial16/include/tutorial16/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 213c4a86..ede947fd 100644 --- a/tutorials/tutorial16/include/tutorial16/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial16/include/tutorial16/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial17/include/tutorial17/Interface.h b/tutorials/tutorial17/include/tutorial17/Interface.h index 88fab683..04be3558 100644 --- a/tutorials/tutorial17/include/tutorial17/Interface.h +++ b/tutorials/tutorial17/include/tutorial17/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/tutorials/tutorial17/include/tutorial17/InterfaceCommon.h b/tutorials/tutorial17/include/tutorial17/InterfaceCommon.h index 448270ab..601e7ef3 100644 --- a/tutorials/tutorial17/include/tutorial17/InterfaceCommon.h +++ b/tutorials/tutorial17/include/tutorial17/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial17/include/tutorial17/MsgId.h b/tutorials/tutorial17/include/tutorial17/MsgId.h index d009bfbc..c64a5581 100644 --- a/tutorials/tutorial17/include/tutorial17/MsgId.h +++ b/tutorials/tutorial17/include/tutorial17/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial17/include/tutorial17/Version.h b/tutorials/tutorial17/include/tutorial17/Version.h index 055113a0..f2f784e1 100644 --- a/tutorials/tutorial17/include/tutorial17/Version.h +++ b/tutorials/tutorial17/include/tutorial17/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial17 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial17/include/tutorial17/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial17/include/tutorial17/dispatch/DispatchClientInputMessage.h index 28c3500c..e12b3fe0 100644 --- a/tutorials/tutorial17/include/tutorial17/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial17/include/tutorial17/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial17/include/tutorial17/dispatch/DispatchMessage.h b/tutorials/tutorial17/include/tutorial17/dispatch/DispatchMessage.h index e75138cd..4a07e872 100644 --- a/tutorials/tutorial17/include/tutorial17/dispatch/DispatchMessage.h +++ b/tutorials/tutorial17/include/tutorial17/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial17/include/tutorial17/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial17/include/tutorial17/dispatch/DispatchServerInputMessage.h index 6c3e06f3..86a8bb07 100644 --- a/tutorials/tutorial17/include/tutorial17/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial17/include/tutorial17/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial17/include/tutorial17/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial17/include/tutorial17/factory/AllMessagesDynMemMsgFactory.h index 9cbf65a0..a1a11a37 100644 --- a/tutorials/tutorial17/include/tutorial17/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial17/include/tutorial17/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial17/include/tutorial17/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial17/include/tutorial17/factory/ClientInputMessagesDynMemMsgFactory.h index 9fbcfd8d..d22b72ff 100644 --- a/tutorials/tutorial17/include/tutorial17/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial17/include/tutorial17/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial17/include/tutorial17/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial17/include/tutorial17/factory/ServerInputMessagesDynMemMsgFactory.h index 6ff73906..0468787c 100644 --- a/tutorials/tutorial17/include/tutorial17/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial17/include/tutorial17/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial17/include/tutorial17/field/FieldBase.h b/tutorials/tutorial17/include/tutorial17/field/FieldBase.h index 7a29ecb4..59ed4127 100644 --- a/tutorials/tutorial17/include/tutorial17/field/FieldBase.h +++ b/tutorials/tutorial17/include/tutorial17/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial17/include/tutorial17/field/MsgId.h b/tutorials/tutorial17/include/tutorial17/field/MsgId.h index 856cf886..aebbd2ef 100644 --- a/tutorials/tutorial17/include/tutorial17/field/MsgId.h +++ b/tutorials/tutorial17/include/tutorial17/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial17/include/tutorial17/field/MsgIdCommon.h b/tutorials/tutorial17/include/tutorial17/field/MsgIdCommon.h index 3e31e8d3..022c07df 100644 --- a/tutorials/tutorial17/include/tutorial17/field/MsgIdCommon.h +++ b/tutorials/tutorial17/include/tutorial17/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial17/include/tutorial17/frame/Frame.h b/tutorials/tutorial17/include/tutorial17/frame/Frame.h index 0f0b2a66..bb316ff7 100644 --- a/tutorials/tutorial17/include/tutorial17/frame/Frame.h +++ b/tutorials/tutorial17/include/tutorial17/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial17/include/tutorial17/frame/FrameCommon.h b/tutorials/tutorial17/include/tutorial17/frame/FrameCommon.h index 9f50c3bc..2aba8ab4 100644 --- a/tutorials/tutorial17/include/tutorial17/frame/FrameCommon.h +++ b/tutorials/tutorial17/include/tutorial17/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial17/include/tutorial17/input/AllMessages.h b/tutorials/tutorial17/include/tutorial17/input/AllMessages.h index 9fa60c3c..00a8462a 100644 --- a/tutorials/tutorial17/include/tutorial17/input/AllMessages.h +++ b/tutorials/tutorial17/include/tutorial17/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial17/include/tutorial17/input/ClientInputMessages.h b/tutorials/tutorial17/include/tutorial17/input/ClientInputMessages.h index a4b79650..f2d6c6cc 100644 --- a/tutorials/tutorial17/include/tutorial17/input/ClientInputMessages.h +++ b/tutorials/tutorial17/include/tutorial17/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial17/include/tutorial17/input/ServerInputMessages.h b/tutorials/tutorial17/include/tutorial17/input/ServerInputMessages.h index c4515114..323e3ecc 100644 --- a/tutorials/tutorial17/include/tutorial17/input/ServerInputMessages.h +++ b/tutorials/tutorial17/include/tutorial17/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial17/include/tutorial17/message/Msg1.h b/tutorials/tutorial17/include/tutorial17/message/Msg1.h index 271f02c5..094b2ffe 100644 --- a/tutorials/tutorial17/include/tutorial17/message/Msg1.h +++ b/tutorials/tutorial17/include/tutorial17/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial17/include/tutorial17/message/Msg1Common.h b/tutorials/tutorial17/include/tutorial17/message/Msg1Common.h index 95ae0e48..99717ed6 100644 --- a/tutorials/tutorial17/include/tutorial17/message/Msg1Common.h +++ b/tutorials/tutorial17/include/tutorial17/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial17/include/tutorial17/message/Msg2.h b/tutorials/tutorial17/include/tutorial17/message/Msg2.h index a47cc461..436893cf 100644 --- a/tutorials/tutorial17/include/tutorial17/message/Msg2.h +++ b/tutorials/tutorial17/include/tutorial17/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial17/include/tutorial17/message/Msg2Common.h b/tutorials/tutorial17/include/tutorial17/message/Msg2Common.h index dc003c68..5db0b25c 100644 --- a/tutorials/tutorial17/include/tutorial17/message/Msg2Common.h +++ b/tutorials/tutorial17/include/tutorial17/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial17/include/tutorial17/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index fffc433d..42f0a541 100644 --- a/tutorials/tutorial17/include/tutorial17/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial17/include/tutorial17/options/BareMetalDefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/BareMetalDefaultOptions.h index cc029425..28153fb5 100644 --- a/tutorials/tutorial17/include/tutorial17/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial17/include/tutorial17/options/ClientDefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/ClientDefaultOptions.h index f0b09f6f..f39cb83c 100644 --- a/tutorials/tutorial17/include/tutorial17/options/ClientDefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial17/include/tutorial17/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 3f7330f2..d10819d9 100644 --- a/tutorials/tutorial17/include/tutorial17/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial17/include/tutorial17/options/DataViewDefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/DataViewDefaultOptions.h index 546fa8c1..58fefff7 100644 --- a/tutorials/tutorial17/include/tutorial17/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial17/include/tutorial17/options/DefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/DefaultOptions.h index 62321e78..3d45f4f5 100644 --- a/tutorials/tutorial17/include/tutorial17/options/DefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial17/include/tutorial17/options/ServerDefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/ServerDefaultOptions.h index 784fff63..30752ed2 100644 --- a/tutorials/tutorial17/include/tutorial17/options/ServerDefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial17/include/tutorial17/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial17/include/tutorial17/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 9f12aa70..550e13a2 100644 --- a/tutorials/tutorial17/include/tutorial17/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial17/include/tutorial17/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial18/include/tutorial18/Message.h b/tutorials/tutorial18/include/tutorial18/Message.h index e870d9aa..f42f5ab3 100644 --- a/tutorials/tutorial18/include/tutorial18/Message.h +++ b/tutorials/tutorial18/include/tutorial18/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial18/include/tutorial18/MsgId.h b/tutorials/tutorial18/include/tutorial18/MsgId.h index 119c1763..f2cc316f 100644 --- a/tutorials/tutorial18/include/tutorial18/MsgId.h +++ b/tutorials/tutorial18/include/tutorial18/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial18/include/tutorial18/Version.h b/tutorials/tutorial18/include/tutorial18/Version.h index e51618ca..aa27a617 100644 --- a/tutorials/tutorial18/include/tutorial18/Version.h +++ b/tutorials/tutorial18/include/tutorial18/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial18 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial18/include/tutorial18/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial18/include/tutorial18/dispatch/DispatchClientInputMessage.h index ad735afa..08c79182 100644 --- a/tutorials/tutorial18/include/tutorial18/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial18/include/tutorial18/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial18/include/tutorial18/dispatch/DispatchMessage.h b/tutorials/tutorial18/include/tutorial18/dispatch/DispatchMessage.h index cee9cf75..6be56288 100644 --- a/tutorials/tutorial18/include/tutorial18/dispatch/DispatchMessage.h +++ b/tutorials/tutorial18/include/tutorial18/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial18/include/tutorial18/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial18/include/tutorial18/dispatch/DispatchServerInputMessage.h index 7ab72f2e..ba51677e 100644 --- a/tutorials/tutorial18/include/tutorial18/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial18/include/tutorial18/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial18/include/tutorial18/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial18/include/tutorial18/factory/AllMessagesDynMemMsgFactory.h index 4359672b..562a2527 100644 --- a/tutorials/tutorial18/include/tutorial18/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial18/include/tutorial18/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial18/include/tutorial18/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial18/include/tutorial18/factory/ClientInputMessagesDynMemMsgFactory.h index da34cb4f..c45445a6 100644 --- a/tutorials/tutorial18/include/tutorial18/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial18/include/tutorial18/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial18/include/tutorial18/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial18/include/tutorial18/factory/ServerInputMessagesDynMemMsgFactory.h index 75671b8e..57251998 100644 --- a/tutorials/tutorial18/include/tutorial18/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial18/include/tutorial18/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial18/include/tutorial18/field/FieldBase.h b/tutorials/tutorial18/include/tutorial18/field/FieldBase.h index 18e447de..bc5e633b 100644 --- a/tutorials/tutorial18/include/tutorial18/field/FieldBase.h +++ b/tutorials/tutorial18/include/tutorial18/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial18/include/tutorial18/field/MsgId.h b/tutorials/tutorial18/include/tutorial18/field/MsgId.h index 85d3e665..d68ba142 100644 --- a/tutorials/tutorial18/include/tutorial18/field/MsgId.h +++ b/tutorials/tutorial18/include/tutorial18/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "ID" field. diff --git a/tutorials/tutorial18/include/tutorial18/field/MsgIdCommon.h b/tutorials/tutorial18/include/tutorial18/field/MsgIdCommon.h index 8ef2293f..9a692cc9 100644 --- a/tutorials/tutorial18/include/tutorial18/field/MsgIdCommon.h +++ b/tutorials/tutorial18/include/tutorial18/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/frame/Frame.h b/tutorials/tutorial18/include/tutorial18/frame/Frame.h index 4b90251c..91606e88 100644 --- a/tutorials/tutorial18/include/tutorial18/frame/Frame.h +++ b/tutorials/tutorial18/include/tutorial18/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial18/include/tutorial18/frame/FrameCommon.h b/tutorials/tutorial18/include/tutorial18/frame/FrameCommon.h index 99030645..7ec5f855 100644 --- a/tutorials/tutorial18/include/tutorial18/frame/FrameCommon.h +++ b/tutorials/tutorial18/include/tutorial18/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/input/AllMessages.h b/tutorials/tutorial18/include/tutorial18/input/AllMessages.h index 3d08590c..916adb72 100644 --- a/tutorials/tutorial18/include/tutorial18/input/AllMessages.h +++ b/tutorials/tutorial18/include/tutorial18/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial18/include/tutorial18/input/ClientInputMessages.h b/tutorials/tutorial18/include/tutorial18/input/ClientInputMessages.h index 89012527..751d05d0 100644 --- a/tutorials/tutorial18/include/tutorial18/input/ClientInputMessages.h +++ b/tutorials/tutorial18/include/tutorial18/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial18/include/tutorial18/input/ServerInputMessages.h b/tutorials/tutorial18/include/tutorial18/input/ServerInputMessages.h index abf53d80..29a3499b 100644 --- a/tutorials/tutorial18/include/tutorial18/input/ServerInputMessages.h +++ b/tutorials/tutorial18/include/tutorial18/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg1_1.h b/tutorials/tutorial18/include/tutorial18/message/Msg1_1.h index e844fde2..afe7d9e9 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg1_1.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg1_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1 (1)" message and its fields. diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg1_1Common.h b/tutorials/tutorial18/include/tutorial18/message/Msg1_1Common.h index 16e1ae8b..eff30e36 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg1_1Common.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg1_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg1_2.h b/tutorials/tutorial18/include/tutorial18/message/Msg1_2.h index 52a5a08a..3713ec72 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg1_2.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg1_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1 (2)" message and its fields. diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg1_2Common.h b/tutorials/tutorial18/include/tutorial18/message/Msg1_2Common.h index 305b3b01..ede32172 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg1_2Common.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg1_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg1_3.h b/tutorials/tutorial18/include/tutorial18/message/Msg1_3.h index d44fef82..0a9456cc 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg1_3.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg1_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1 (3)" message and its fields. diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg1_3Common.h b/tutorials/tutorial18/include/tutorial18/message/Msg1_3Common.h index 6fd863b5..323e12b6 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg1_3Common.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg1_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg2_1.h b/tutorials/tutorial18/include/tutorial18/message/Msg2_1.h index 0888ae89..428907d7 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg2_1.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg2_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2 (1)" message and its fields. diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg2_1Common.h b/tutorials/tutorial18/include/tutorial18/message/Msg2_1Common.h index 24d05965..7746b5e4 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg2_1Common.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg2_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg2_2.h b/tutorials/tutorial18/include/tutorial18/message/Msg2_2.h index ea51182f..663d331c 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg2_2.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg2_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2 (2)" message and its fields. diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg2_2Common.h b/tutorials/tutorial18/include/tutorial18/message/Msg2_2Common.h index ff00a14b..d3b4aa99 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg2_2Common.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg2_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg2_3.h b/tutorials/tutorial18/include/tutorial18/message/Msg2_3.h index bb232b89..6be8e3c7 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg2_3.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg2_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2 (3)" message and its fields. diff --git a/tutorials/tutorial18/include/tutorial18/message/Msg2_3Common.h b/tutorials/tutorial18/include/tutorial18/message/Msg2_3Common.h index 262805d6..b2c94f3e 100644 --- a/tutorials/tutorial18/include/tutorial18/message/Msg2_3Common.h +++ b/tutorials/tutorial18/include/tutorial18/message/Msg2_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial18/include/tutorial18/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 4ec99a1d..68a0861a 100644 --- a/tutorials/tutorial18/include/tutorial18/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial18/include/tutorial18/options/BareMetalDefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/BareMetalDefaultOptions.h index f22462cf..5ed06c5e 100644 --- a/tutorials/tutorial18/include/tutorial18/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial18/include/tutorial18/options/ClientDefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/ClientDefaultOptions.h index 96e7e76c..c8f08a84 100644 --- a/tutorials/tutorial18/include/tutorial18/options/ClientDefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial18/include/tutorial18/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 55436c20..37314c52 100644 --- a/tutorials/tutorial18/include/tutorial18/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial18/include/tutorial18/options/DataViewDefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/DataViewDefaultOptions.h index 305b9bd4..1424d9fd 100644 --- a/tutorials/tutorial18/include/tutorial18/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial18/include/tutorial18/options/DefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/DefaultOptions.h index 1de96bb7..9742025f 100644 --- a/tutorials/tutorial18/include/tutorial18/options/DefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial18/include/tutorial18/options/ServerDefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/ServerDefaultOptions.h index 75bc743c..8cb6f486 100644 --- a/tutorials/tutorial18/include/tutorial18/options/ServerDefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial18/include/tutorial18/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial18/include/tutorial18/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index c4eaa082..d1bcd4db 100644 --- a/tutorials/tutorial18/include/tutorial18/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial18/include/tutorial18/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial19/include/tutorial19/Interface.h b/tutorials/tutorial19/include/tutorial19/Interface.h index 0f0f8d95..9b408387 100644 --- a/tutorials/tutorial19/include/tutorial19/Interface.h +++ b/tutorials/tutorial19/include/tutorial19/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/tutorials/tutorial19/include/tutorial19/InterfaceCommon.h b/tutorials/tutorial19/include/tutorial19/InterfaceCommon.h index 5465da74..d32297f6 100644 --- a/tutorials/tutorial19/include/tutorial19/InterfaceCommon.h +++ b/tutorials/tutorial19/include/tutorial19/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial19/include/tutorial19/MsgId.h b/tutorials/tutorial19/include/tutorial19/MsgId.h index 941e0520..771418d3 100644 --- a/tutorials/tutorial19/include/tutorial19/MsgId.h +++ b/tutorials/tutorial19/include/tutorial19/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial19/include/tutorial19/Version.h b/tutorials/tutorial19/include/tutorial19/Version.h index 302cd556..04d1342b 100644 --- a/tutorials/tutorial19/include/tutorial19/Version.h +++ b/tutorials/tutorial19/include/tutorial19/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial19 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial19/include/tutorial19/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial19/include/tutorial19/dispatch/DispatchClientInputMessage.h index d59980ef..a9f1505f 100644 --- a/tutorials/tutorial19/include/tutorial19/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial19/include/tutorial19/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial19/include/tutorial19/dispatch/DispatchMessage.h b/tutorials/tutorial19/include/tutorial19/dispatch/DispatchMessage.h index 8fa1c2e5..e2f12784 100644 --- a/tutorials/tutorial19/include/tutorial19/dispatch/DispatchMessage.h +++ b/tutorials/tutorial19/include/tutorial19/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial19/include/tutorial19/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial19/include/tutorial19/dispatch/DispatchServerInputMessage.h index 21950d57..62ca1fd0 100644 --- a/tutorials/tutorial19/include/tutorial19/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial19/include/tutorial19/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial19/include/tutorial19/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial19/include/tutorial19/factory/AllMessagesDynMemMsgFactory.h index 6bea8764..a033d878 100644 --- a/tutorials/tutorial19/include/tutorial19/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial19/include/tutorial19/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial19/include/tutorial19/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial19/include/tutorial19/factory/ClientInputMessagesDynMemMsgFactory.h index a6643e37..05c9026a 100644 --- a/tutorials/tutorial19/include/tutorial19/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial19/include/tutorial19/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial19/include/tutorial19/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial19/include/tutorial19/factory/ServerInputMessagesDynMemMsgFactory.h index dfe4200b..de47863b 100644 --- a/tutorials/tutorial19/include/tutorial19/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial19/include/tutorial19/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial19/include/tutorial19/field/FieldBase.h b/tutorials/tutorial19/include/tutorial19/field/FieldBase.h index 462b3f81..15c73706 100644 --- a/tutorials/tutorial19/include/tutorial19/field/FieldBase.h +++ b/tutorials/tutorial19/include/tutorial19/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial19/include/tutorial19/field/MsgId.h b/tutorials/tutorial19/include/tutorial19/field/MsgId.h index a2bf3e88..c34aae27 100644 --- a/tutorials/tutorial19/include/tutorial19/field/MsgId.h +++ b/tutorials/tutorial19/include/tutorial19/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial19/include/tutorial19/field/MsgIdCommon.h b/tutorials/tutorial19/include/tutorial19/field/MsgIdCommon.h index cce3b350..8e043c3f 100644 --- a/tutorials/tutorial19/include/tutorial19/field/MsgIdCommon.h +++ b/tutorials/tutorial19/include/tutorial19/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial19/include/tutorial19/frame/Frame.h b/tutorials/tutorial19/include/tutorial19/frame/Frame.h index 873c798e..0da57e40 100644 --- a/tutorials/tutorial19/include/tutorial19/frame/Frame.h +++ b/tutorials/tutorial19/include/tutorial19/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial19/include/tutorial19/frame/FrameCommon.h b/tutorials/tutorial19/include/tutorial19/frame/FrameCommon.h index 5479d16c..edcb6b7f 100644 --- a/tutorials/tutorial19/include/tutorial19/frame/FrameCommon.h +++ b/tutorials/tutorial19/include/tutorial19/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial19/include/tutorial19/input/AllMessages.h b/tutorials/tutorial19/include/tutorial19/input/AllMessages.h index 78285bab..26db70e8 100644 --- a/tutorials/tutorial19/include/tutorial19/input/AllMessages.h +++ b/tutorials/tutorial19/include/tutorial19/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial19/include/tutorial19/input/ClientInputMessages.h b/tutorials/tutorial19/include/tutorial19/input/ClientInputMessages.h index a8da48b9..36c8073b 100644 --- a/tutorials/tutorial19/include/tutorial19/input/ClientInputMessages.h +++ b/tutorials/tutorial19/include/tutorial19/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial19/include/tutorial19/input/ServerInputMessages.h b/tutorials/tutorial19/include/tutorial19/input/ServerInputMessages.h index bccae2e0..9a119807 100644 --- a/tutorials/tutorial19/include/tutorial19/input/ServerInputMessages.h +++ b/tutorials/tutorial19/include/tutorial19/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial19/include/tutorial19/message/Msg1.h b/tutorials/tutorial19/include/tutorial19/message/Msg1.h index 3821d889..0cf1451e 100644 --- a/tutorials/tutorial19/include/tutorial19/message/Msg1.h +++ b/tutorials/tutorial19/include/tutorial19/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial19/include/tutorial19/message/Msg1Common.h b/tutorials/tutorial19/include/tutorial19/message/Msg1Common.h index 0418746d..a3aeafe5 100644 --- a/tutorials/tutorial19/include/tutorial19/message/Msg1Common.h +++ b/tutorials/tutorial19/include/tutorial19/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial19/include/tutorial19/message/Msg2.h b/tutorials/tutorial19/include/tutorial19/message/Msg2.h index 924f0dea..2c1b7222 100644 --- a/tutorials/tutorial19/include/tutorial19/message/Msg2.h +++ b/tutorials/tutorial19/include/tutorial19/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial19/include/tutorial19/message/Msg2Common.h b/tutorials/tutorial19/include/tutorial19/message/Msg2Common.h index 3f9fea21..c73504db 100644 --- a/tutorials/tutorial19/include/tutorial19/message/Msg2Common.h +++ b/tutorials/tutorial19/include/tutorial19/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial19/include/tutorial19/message/Msg3.h b/tutorials/tutorial19/include/tutorial19/message/Msg3.h index eef7cd66..78a9f58d 100644 --- a/tutorials/tutorial19/include/tutorial19/message/Msg3.h +++ b/tutorials/tutorial19/include/tutorial19/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial19/include/tutorial19/message/Msg3Common.h b/tutorials/tutorial19/include/tutorial19/message/Msg3Common.h index 68b0d9d5..63e8c2c0 100644 --- a/tutorials/tutorial19/include/tutorial19/message/Msg3Common.h +++ b/tutorials/tutorial19/include/tutorial19/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial19/include/tutorial19/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 443238b0..68a3ef52 100644 --- a/tutorials/tutorial19/include/tutorial19/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial19/include/tutorial19/options/BareMetalDefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/BareMetalDefaultOptions.h index 2db1477b..2a579956 100644 --- a/tutorials/tutorial19/include/tutorial19/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial19/include/tutorial19/options/ClientDefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/ClientDefaultOptions.h index 2e9d21e4..8e08c86e 100644 --- a/tutorials/tutorial19/include/tutorial19/options/ClientDefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial19/include/tutorial19/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 6d88c75d..342fa9f0 100644 --- a/tutorials/tutorial19/include/tutorial19/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial19/include/tutorial19/options/DataViewDefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/DataViewDefaultOptions.h index 022bd5b9..2c9dd3b7 100644 --- a/tutorials/tutorial19/include/tutorial19/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial19/include/tutorial19/options/DefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/DefaultOptions.h index caebe27a..d1f9e918 100644 --- a/tutorials/tutorial19/include/tutorial19/options/DefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial19/include/tutorial19/options/ServerDefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/ServerDefaultOptions.h index e395b685..b587376b 100644 --- a/tutorials/tutorial19/include/tutorial19/options/ServerDefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial19/include/tutorial19/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial19/include/tutorial19/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 6399f75a..38927e5d 100644 --- a/tutorials/tutorial19/include/tutorial19/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial19/include/tutorial19/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial2/CMakeLists.txt b/tutorials/tutorial2/CMakeLists.txt index 21de40a6..6f68c100 100644 --- a/tutorials/tutorial2/CMakeLists.txt +++ b/tutorials/tutorial2/CMakeLists.txt @@ -19,6 +19,7 @@ set (schema_files ${CMAKE_CURRENT_SOURCE_DIR}/dsl/msg15.xml ${CMAKE_CURRENT_SOURCE_DIR}/dsl/msg16.xml ${CMAKE_CURRENT_SOURCE_DIR}/dsl/msg17.xml + ${CMAKE_CURRENT_SOURCE_DIR}/dsl/msg18.xml ) set (server_src diff --git a/tutorials/tutorial2/dsl/main.xml b/tutorials/tutorial2/dsl/main.xml index 50450a75..1bb046b0 100644 --- a/tutorials/tutorial2/dsl/main.xml +++ b/tutorials/tutorial2/dsl/main.xml @@ -19,6 +19,7 @@ + diff --git a/tutorials/tutorial2/dsl/msg18.xml b/tutorials/tutorial2/dsl/msg18.xml new file mode 100644 index 00000000..ed2eae33 --- /dev/null +++ b/tutorials/tutorial2/dsl/msg18.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/tutorials/tutorial2/include/tutorial2/Message.h b/tutorials/tutorial2/include/tutorial2/Message.h index f906d8c4..382cb603 100644 --- a/tutorials/tutorial2/include/tutorial2/Message.h +++ b/tutorials/tutorial2/include/tutorial2/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial2/include/tutorial2/MsgId.h b/tutorials/tutorial2/include/tutorial2/MsgId.h index 2cac8a1b..90212f5c 100644 --- a/tutorials/tutorial2/include/tutorial2/MsgId.h +++ b/tutorials/tutorial2/include/tutorial2/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. @@ -30,11 +30,12 @@ enum MsgId : std::uint8_t MsgId_M15 = 15, ///< message id of @b M15 message. MsgId_M16 = 16, ///< message id of @b M16 message. MsgId_M17 = 17, ///< message id of @b M17 message. + MsgId_M18 = 18, ///< message id of @b M18 message. // --- Extra values generated for convenience --- MsgId_FirstValue = 1, ///< First defined value. - MsgId_LastValue = 17, ///< Last defined value. - MsgId_ValuesLimit = 18, ///< Upper limit for defined values. + MsgId_LastValue = 18, ///< Last defined value. + MsgId_ValuesLimit = 19, ///< Upper limit for defined values. }; } // namespace tutorial2 diff --git a/tutorials/tutorial2/include/tutorial2/Version.h b/tutorials/tutorial2/include/tutorial2/Version.h index 51f5c96f..31840bf8 100644 --- a/tutorials/tutorial2/include/tutorial2/Version.h +++ b/tutorials/tutorial2/include/tutorial2/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial2 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial2/include/tutorial2/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial2/include/tutorial2/dispatch/DispatchClientInputMessage.h index b8a9aee5..e5a96ce1 100644 --- a/tutorials/tutorial2/include/tutorial2/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial2/include/tutorial2/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. @@ -132,6 +132,11 @@ auto dispatchClientInputMessage( using MsgType = tutorial2::message::Msg17; return handler.handle(static_cast(msg)); } + case tutorial2::MsgId_M18: + { + using MsgType = tutorial2::message::Msg18; + return handler.handle(static_cast(msg)); + } default: break; }; diff --git a/tutorials/tutorial2/include/tutorial2/dispatch/DispatchMessage.h b/tutorials/tutorial2/include/tutorial2/dispatch/DispatchMessage.h index 114c840f..4dabcfe4 100644 --- a/tutorials/tutorial2/include/tutorial2/dispatch/DispatchMessage.h +++ b/tutorials/tutorial2/include/tutorial2/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. @@ -132,6 +132,11 @@ auto dispatchMessage( using MsgType = tutorial2::message::Msg17; return handler.handle(static_cast(msg)); } + case tutorial2::MsgId_M18: + { + using MsgType = tutorial2::message::Msg18; + return handler.handle(static_cast(msg)); + } default: break; }; diff --git a/tutorials/tutorial2/include/tutorial2/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial2/include/tutorial2/dispatch/DispatchServerInputMessage.h index fd2b8a77..92b80f00 100644 --- a/tutorials/tutorial2/include/tutorial2/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial2/include/tutorial2/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. @@ -132,6 +132,11 @@ auto dispatchServerInputMessage( using MsgType = tutorial2::message::Msg17; return handler.handle(static_cast(msg)); } + case tutorial2::MsgId_M18: + { + using MsgType = tutorial2::message::Msg18; + return handler.handle(static_cast(msg)); + } default: break; }; diff --git a/tutorials/tutorial2/include/tutorial2/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial2/include/tutorial2/factory/AllMessagesDynMemMsgFactory.h index f6c19b76..1eda08f2 100644 --- a/tutorials/tutorial2/include/tutorial2/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial2/include/tutorial2/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. @@ -81,6 +81,7 @@ class AllMessagesDynMemMsgFactory case tutorial2::MsgId_M15: return MsgPtr(new tutorial2::message::Msg15); case tutorial2::MsgId_M16: return MsgPtr(new tutorial2::message::Msg16); case tutorial2::MsgId_M17: return MsgPtr(new tutorial2::message::Msg17); + case tutorial2::MsgId_M18: return MsgPtr(new tutorial2::message::Msg18); default: break; } @@ -126,6 +127,7 @@ class AllMessagesDynMemMsgFactory case tutorial2::MsgId_M15: return 1U; case tutorial2::MsgId_M16: return 1U; case tutorial2::MsgId_M17: return 1U; + case tutorial2::MsgId_M18: return 1U; default: break; } diff --git a/tutorials/tutorial2/include/tutorial2/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial2/include/tutorial2/factory/ClientInputMessagesDynMemMsgFactory.h index 501c1872..696417fc 100644 --- a/tutorials/tutorial2/include/tutorial2/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial2/include/tutorial2/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. @@ -81,6 +81,7 @@ class ClientInputMessagesDynMemMsgFactory case tutorial2::MsgId_M15: return MsgPtr(new tutorial2::message::Msg15); case tutorial2::MsgId_M16: return MsgPtr(new tutorial2::message::Msg16); case tutorial2::MsgId_M17: return MsgPtr(new tutorial2::message::Msg17); + case tutorial2::MsgId_M18: return MsgPtr(new tutorial2::message::Msg18); default: break; } @@ -126,6 +127,7 @@ class ClientInputMessagesDynMemMsgFactory case tutorial2::MsgId_M15: return 1U; case tutorial2::MsgId_M16: return 1U; case tutorial2::MsgId_M17: return 1U; + case tutorial2::MsgId_M18: return 1U; default: break; } diff --git a/tutorials/tutorial2/include/tutorial2/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial2/include/tutorial2/factory/ServerInputMessagesDynMemMsgFactory.h index cef2ed80..e729a876 100644 --- a/tutorials/tutorial2/include/tutorial2/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial2/include/tutorial2/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. @@ -81,6 +81,7 @@ class ServerInputMessagesDynMemMsgFactory case tutorial2::MsgId_M15: return MsgPtr(new tutorial2::message::Msg15); case tutorial2::MsgId_M16: return MsgPtr(new tutorial2::message::Msg16); case tutorial2::MsgId_M17: return MsgPtr(new tutorial2::message::Msg17); + case tutorial2::MsgId_M18: return MsgPtr(new tutorial2::message::Msg18); default: break; } @@ -126,6 +127,7 @@ class ServerInputMessagesDynMemMsgFactory case tutorial2::MsgId_M15: return 1U; case tutorial2::MsgId_M16: return 1U; case tutorial2::MsgId_M17: return 1U; + case tutorial2::MsgId_M18: return 1U; default: break; } diff --git a/tutorials/tutorial2/include/tutorial2/field/B8_1.h b/tutorials/tutorial2/include/tutorial2/field/B8_1.h index b9536bd6..8b3b385c 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B8_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/B8_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "B8_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/B8_1Common.h b/tutorials/tutorial2/include/tutorial2/field/B8_1Common.h index fd5f1115..d743b31b 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B8_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/B8_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/B8_2.h b/tutorials/tutorial2/include/tutorial2/field/B8_2.h index 8dea5169..bfc6e471 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B8_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/B8_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "B8_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/B8_2Common.h b/tutorials/tutorial2/include/tutorial2/field/B8_2Common.h index f08fc830..a87934db 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B8_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/B8_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/B9_1.h b/tutorials/tutorial2/include/tutorial2/field/B9_1.h index 7295df5c..1efb0a69 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B9_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/B9_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "B9_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/B9_1Common.h b/tutorials/tutorial2/include/tutorial2/field/B9_1Common.h index 25460f54..0130b17c 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B9_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/B9_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/B9_2.h b/tutorials/tutorial2/include/tutorial2/field/B9_2.h index 41f3fb81..e9ebc8ae 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B9_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/B9_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "B9_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/B9_2Common.h b/tutorials/tutorial2/include/tutorial2/field/B9_2Common.h index 95b6a8eb..28195d29 100644 --- a/tutorials/tutorial2/include/tutorial2/field/B9_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/B9_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/D7_1.h b/tutorials/tutorial2/include/tutorial2/field/D7_1.h index fd850f99..1b9b1e4a 100644 --- a/tutorials/tutorial2/include/tutorial2/field/D7_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/D7_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "D7_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/D7_1Common.h b/tutorials/tutorial2/include/tutorial2/field/D7_1Common.h index d217dcc7..a319127b 100644 --- a/tutorials/tutorial2/include/tutorial2/field/D7_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/D7_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/D7_2.h b/tutorials/tutorial2/include/tutorial2/field/D7_2.h index 798ca005..2d04c45c 100644 --- a/tutorials/tutorial2/include/tutorial2/field/D7_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/D7_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "D7_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/D7_2Common.h b/tutorials/tutorial2/include/tutorial2/field/D7_2Common.h index c2923223..9e98e203 100644 --- a/tutorials/tutorial2/include/tutorial2/field/D7_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/D7_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/E2_1.h b/tutorials/tutorial2/include/tutorial2/field/E2_1.h index c37ae525..c990e946 100644 --- a/tutorials/tutorial2/include/tutorial2/field/E2_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/E2_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "E2_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/E2_1Common.h b/tutorials/tutorial2/include/tutorial2/field/E2_1Common.h index 9bb4076e..e64300c1 100644 --- a/tutorials/tutorial2/include/tutorial2/field/E2_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/E2_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/E2_2.h b/tutorials/tutorial2/include/tutorial2/field/E2_2.h index 03401b81..93501bd5 100644 --- a/tutorials/tutorial2/include/tutorial2/field/E2_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/E2_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "E2_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/E2_2Common.h b/tutorials/tutorial2/include/tutorial2/field/E2_2Common.h index e4bb6968..7f6768d3 100644 --- a/tutorials/tutorial2/include/tutorial2/field/E2_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/E2_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/F11_1.h b/tutorials/tutorial2/include/tutorial2/field/F11_1.h index dd3d0782..4ff2161e 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F11_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/F11_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Field 11_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/F11_1Common.h b/tutorials/tutorial2/include/tutorial2/field/F11_1Common.h index 2699a94b..a24e42db 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F11_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/F11_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/F11_2.h b/tutorials/tutorial2/include/tutorial2/field/F11_2.h index 601f9ace..484014e2 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F11_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/F11_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Field 11_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/F11_2Common.h b/tutorials/tutorial2/include/tutorial2/field/F11_2Common.h index 5f59eb99..d19fc088 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F11_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/F11_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/F11_3.h b/tutorials/tutorial2/include/tutorial2/field/F11_3.h index 32f8511e..4908e383 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F11_3.h +++ b/tutorials/tutorial2/include/tutorial2/field/F11_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "F11_3" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/F11_3Common.h b/tutorials/tutorial2/include/tutorial2/field/F11_3Common.h index 58dc1a37..062086d7 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F11_3Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/F11_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/F5_1.h b/tutorials/tutorial2/include/tutorial2/field/F5_1.h index e1a6b2b8..29ce0d1e 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F5_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/F5_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "F5_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/F5_1Common.h b/tutorials/tutorial2/include/tutorial2/field/F5_1Common.h index 186bb05a..b5178286 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F5_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/F5_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/F5_2.h b/tutorials/tutorial2/include/tutorial2/field/F5_2.h index fef97a26..c4f5a8df 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F5_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/F5_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "F5_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/F5_2Common.h b/tutorials/tutorial2/include/tutorial2/field/F5_2Common.h index 3af6896d..01acbd6b 100644 --- a/tutorials/tutorial2/include/tutorial2/field/F5_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/F5_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/FieldBase.h b/tutorials/tutorial2/include/tutorial2/field/FieldBase.h index 8317fcb1..ba0f6cdd 100644 --- a/tutorials/tutorial2/include/tutorial2/field/FieldBase.h +++ b/tutorials/tutorial2/include/tutorial2/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial2/include/tutorial2/field/I1.h b/tutorials/tutorial2/include/tutorial2/field/I1.h index 3e052ae8..0cdb6445 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I1.h +++ b/tutorials/tutorial2/include/tutorial2/field/I1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/I1Common.h b/tutorials/tutorial2/include/tutorial2/field/I1Common.h index e27b43bd..26b15925 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/I1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_1.h b/tutorials/tutorial2/include/tutorial2/field/I3_1.h index 78970536..ae43df22 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I3_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_1Common.h b/tutorials/tutorial2/include/tutorial2/field/I3_1Common.h index 1e77e23a..8cebb6d8 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_2.h b/tutorials/tutorial2/include/tutorial2/field/I3_2.h index f482ea68..752c92a8 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I3_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_2Common.h b/tutorials/tutorial2/include/tutorial2/field/I3_2Common.h index 8f0d693f..7d4d3717 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_3.h b/tutorials/tutorial2/include/tutorial2/field/I3_3.h index 922c76f2..cf1e6e67 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_3.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I3_3" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_3Common.h b/tutorials/tutorial2/include/tutorial2/field/I3_3Common.h index ed257e1d..9f2c6a75 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_3Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_4.h b/tutorials/tutorial2/include/tutorial2/field/I3_4.h index 71db3942..baea1325 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_4.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I3_4" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_4Common.h b/tutorials/tutorial2/include/tutorial2/field/I3_4Common.h index 48a9de9d..70470abe 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_4Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_5.h b/tutorials/tutorial2/include/tutorial2/field/I3_5.h index 2121eadb..c2cb5345 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_5.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I3_5" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/I3_5Common.h b/tutorials/tutorial2/include/tutorial2/field/I3_5Common.h index 213fb0d6..bb994b1c 100644 --- a/tutorials/tutorial2/include/tutorial2/field/I3_5Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/I3_5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_1.h b/tutorials/tutorial2/include/tutorial2/field/L10_1.h index e81225f8..f7134e01 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "L10_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_1Common.h b/tutorials/tutorial2/include/tutorial2/field/L10_1Common.h index ea6f7790..2a44fcf5 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_2.h b/tutorials/tutorial2/include/tutorial2/field/L10_2.h index 03769420..79ea2750 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "L10_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_2Common.h b/tutorials/tutorial2/include/tutorial2/field/L10_2Common.h index 669e8731..edd8dbd9 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_3.h b/tutorials/tutorial2/include/tutorial2/field/L10_3.h index 30ec980c..37c7d5f2 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_3.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "L10_3" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_3Common.h b/tutorials/tutorial2/include/tutorial2/field/L10_3Common.h index 079acd54..bcf6a3c3 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_3Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_4.h b/tutorials/tutorial2/include/tutorial2/field/L10_4.h index 6abc2b24..deb0a935 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_4.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "L10_4" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/L10_4Common.h b/tutorials/tutorial2/include/tutorial2/field/L10_4Common.h index d8a12629..ddda151f 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L10_4Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/L10_4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/L6_3.h b/tutorials/tutorial2/include/tutorial2/field/L6_3.h index 7f1bf3d4..1bc42f2e 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L6_3.h +++ b/tutorials/tutorial2/include/tutorial2/field/L6_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "L6_3" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/L6_3Common.h b/tutorials/tutorial2/include/tutorial2/field/L6_3Common.h index e7d4499a..035f5911 100644 --- a/tutorials/tutorial2/include/tutorial2/field/L6_3Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/L6_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/MsgId.h b/tutorials/tutorial2/include/tutorial2/field/MsgId.h index 8f58b03f..c491f12c 100644 --- a/tutorials/tutorial2/include/tutorial2/field/MsgId.h +++ b/tutorials/tutorial2/include/tutorial2/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. @@ -27,7 +27,7 @@ class MsgId : public tutorial2::field::FieldBase<>, tutorial2::field::MsgIdCommon::ValueType, TExtraOpts..., - comms::option::def::ValidNumValueRange<1, 17> + comms::option::def::ValidNumValueRange<1, 18> > { using Base = @@ -35,7 +35,7 @@ class MsgId : public tutorial2::field::FieldBase<>, tutorial2::field::MsgIdCommon::ValueType, TExtraOpts..., - comms::option::def::ValidNumValueRange<1, 17> + comms::option::def::ValidNumValueRange<1, 18> >; public: /// @brief Re-definition of the value type. diff --git a/tutorials/tutorial2/include/tutorial2/field/MsgIdCommon.h b/tutorials/tutorial2/include/tutorial2/field/MsgIdCommon.h index ae436494..44e91063 100644 --- a/tutorials/tutorial2/include/tutorial2/field/MsgIdCommon.h +++ b/tutorials/tutorial2/include/tutorial2/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of @@ -71,7 +71,8 @@ struct MsgIdCommon "M14", "M15", "M16", - "M17" + "M17", + "M18" }; static const std::size_t MapSize = std::extent::value; diff --git a/tutorials/tutorial2/include/tutorial2/field/S4_1.h b/tutorials/tutorial2/include/tutorial2/field/S4_1.h index 4c04f71d..4f759e4b 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S4_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/S4_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S4_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/S4_1Common.h b/tutorials/tutorial2/include/tutorial2/field/S4_1Common.h index 6e286f23..5ea8e09e 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S4_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/S4_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/S4_2.h b/tutorials/tutorial2/include/tutorial2/field/S4_2.h index 2a292228..78b31cc7 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S4_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/S4_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S4_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/S4_2Common.h b/tutorials/tutorial2/include/tutorial2/field/S4_2Common.h index 563e7152..bced8623 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S4_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/S4_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/S4_3.h b/tutorials/tutorial2/include/tutorial2/field/S4_3.h index 639a7bb6..0544fc8a 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S4_3.h +++ b/tutorials/tutorial2/include/tutorial2/field/S4_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S4_3" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/S4_3Common.h b/tutorials/tutorial2/include/tutorial2/field/S4_3Common.h index 7e41692b..9b87b379 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S4_3Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/S4_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_1.h b/tutorials/tutorial2/include/tutorial2/field/S6_1.h index 2c00dd9c..623e85b7 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_1.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S6_1" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_1Common.h b/tutorials/tutorial2/include/tutorial2/field/S6_1Common.h index e3861cc0..b59f2a0b 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_1Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_2.h b/tutorials/tutorial2/include/tutorial2/field/S6_2.h index 013fbf08..3199d84c 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_2.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S6_2" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_2Common.h b/tutorials/tutorial2/include/tutorial2/field/S6_2Common.h index 7dd39223..8db40a98 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_2Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_3.h b/tutorials/tutorial2/include/tutorial2/field/S6_3.h index a3cb5d33..b5505e04 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_3.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S6_3" field. diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_3Common.h b/tutorials/tutorial2/include/tutorial2/field/S6_3Common.h index c50d27e7..5ae8dcb5 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_3Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_4.h b/tutorials/tutorial2/include/tutorial2/field/S6_4.h index 3749e0f7..253051eb 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_4.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S6_4" field. @@ -32,7 +32,8 @@ class S6_4 : public comms::field::IntValue< tutorial2::field::FieldBase<>, std::uint8_t, - comms::option::def::ValidNumValueRange<0, 0> + comms::option::def::ValidNumValueRange<0, 0>, + comms::option::def::FailOnInvalid<> > > > @@ -46,7 +47,8 @@ class S6_4 : public comms::field::IntValue< tutorial2::field::FieldBase<>, std::uint8_t, - comms::option::def::ValidNumValueRange<0, 0> + comms::option::def::ValidNumValueRange<0, 0>, + comms::option::def::FailOnInvalid<> > > >; diff --git a/tutorials/tutorial2/include/tutorial2/field/S6_4Common.h b/tutorials/tutorial2/include/tutorial2/field/S6_4Common.h index b00826b8..9b5e1c61 100644 --- a/tutorials/tutorial2/include/tutorial2/field/S6_4Common.h +++ b/tutorials/tutorial2/include/tutorial2/field/S6_4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/frame/Frame.h b/tutorials/tutorial2/include/tutorial2/frame/Frame.h index f00a143c..db71b51f 100644 --- a/tutorials/tutorial2/include/tutorial2/frame/Frame.h +++ b/tutorials/tutorial2/include/tutorial2/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial2/include/tutorial2/frame/FrameCommon.h b/tutorials/tutorial2/include/tutorial2/frame/FrameCommon.h index f91143aa..39d6c3a1 100644 --- a/tutorials/tutorial2/include/tutorial2/frame/FrameCommon.h +++ b/tutorials/tutorial2/include/tutorial2/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/input/AllMessages.h b/tutorials/tutorial2/include/tutorial2/input/AllMessages.h index d2dbd82d..bdd8a180 100644 --- a/tutorials/tutorial2/include/tutorial2/input/AllMessages.h +++ b/tutorials/tutorial2/include/tutorial2/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. @@ -15,6 +15,7 @@ #include "tutorial2/message/Msg15.h" #include "tutorial2/message/Msg16.h" #include "tutorial2/message/Msg17.h" +#include "tutorial2/message/Msg18.h" #include "tutorial2/message/Msg2.h" #include "tutorial2/message/Msg3.h" #include "tutorial2/message/Msg4.h" @@ -53,7 +54,8 @@ using AllMessages = tutorial2::message::Msg14, tutorial2::message::Msg15, tutorial2::message::Msg16, - tutorial2::message::Msg17 + tutorial2::message::Msg17, + tutorial2::message::Msg18 >; } // namespace input @@ -82,7 +84,8 @@ using AllMessages = using prefix_ ## Msg14 ## suffix_ = tutorial2::message::Msg14; \ using prefix_ ## Msg15 ## suffix_ = tutorial2::message::Msg15; \ using prefix_ ## Msg16 ## suffix_ = tutorial2::message::Msg16; \ - using prefix_ ## Msg17 ## suffix_ = tutorial2::message::Msg17; + using prefix_ ## Msg17 ## suffix_ = tutorial2::message::Msg17; \ + using prefix_ ## Msg18 ## suffix_ = tutorial2::message::Msg18; /// @brief Create type aliases for the all messages of the protocol using default options. /// @param prefix_ Prefix of the alias message type. diff --git a/tutorials/tutorial2/include/tutorial2/input/ClientInputMessages.h b/tutorials/tutorial2/include/tutorial2/input/ClientInputMessages.h index bf18661d..ab1df281 100644 --- a/tutorials/tutorial2/include/tutorial2/input/ClientInputMessages.h +++ b/tutorials/tutorial2/include/tutorial2/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. @@ -15,6 +15,7 @@ #include "tutorial2/message/Msg15.h" #include "tutorial2/message/Msg16.h" #include "tutorial2/message/Msg17.h" +#include "tutorial2/message/Msg18.h" #include "tutorial2/message/Msg2.h" #include "tutorial2/message/Msg3.h" #include "tutorial2/message/Msg4.h" @@ -53,7 +54,8 @@ using ClientInputMessages = tutorial2::message::Msg14, tutorial2::message::Msg15, tutorial2::message::Msg16, - tutorial2::message::Msg17 + tutorial2::message::Msg17, + tutorial2::message::Msg18 >; } // namespace input @@ -82,7 +84,8 @@ using ClientInputMessages = using prefix_ ## Msg14 ## suffix_ = tutorial2::message::Msg14; \ using prefix_ ## Msg15 ## suffix_ = tutorial2::message::Msg15; \ using prefix_ ## Msg16 ## suffix_ = tutorial2::message::Msg16; \ - using prefix_ ## Msg17 ## suffix_ = tutorial2::message::Msg17; + using prefix_ ## Msg17 ## suffix_ = tutorial2::message::Msg17; \ + using prefix_ ## Msg18 ## suffix_ = tutorial2::message::Msg18; /// @brief Create type aliases for the client input messages of the protocol using default options. /// @param prefix_ Prefix of the alias message type. diff --git a/tutorials/tutorial2/include/tutorial2/input/ServerInputMessages.h b/tutorials/tutorial2/include/tutorial2/input/ServerInputMessages.h index c722c8fc..b68d5a96 100644 --- a/tutorials/tutorial2/include/tutorial2/input/ServerInputMessages.h +++ b/tutorials/tutorial2/include/tutorial2/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. @@ -15,6 +15,7 @@ #include "tutorial2/message/Msg15.h" #include "tutorial2/message/Msg16.h" #include "tutorial2/message/Msg17.h" +#include "tutorial2/message/Msg18.h" #include "tutorial2/message/Msg2.h" #include "tutorial2/message/Msg3.h" #include "tutorial2/message/Msg4.h" @@ -53,7 +54,8 @@ using ServerInputMessages = tutorial2::message::Msg14, tutorial2::message::Msg15, tutorial2::message::Msg16, - tutorial2::message::Msg17 + tutorial2::message::Msg17, + tutorial2::message::Msg18 >; } // namespace input @@ -82,7 +84,8 @@ using ServerInputMessages = using prefix_ ## Msg14 ## suffix_ = tutorial2::message::Msg14; \ using prefix_ ## Msg15 ## suffix_ = tutorial2::message::Msg15; \ using prefix_ ## Msg16 ## suffix_ = tutorial2::message::Msg16; \ - using prefix_ ## Msg17 ## suffix_ = tutorial2::message::Msg17; + using prefix_ ## Msg17 ## suffix_ = tutorial2::message::Msg17; \ + using prefix_ ## Msg18 ## suffix_ = tutorial2::message::Msg18; /// @brief Create type aliases for the server input messages of the protocol using default options. /// @param prefix_ Prefix of the alias message type. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg1.h b/tutorials/tutorial2/include/tutorial2/message/Msg1.h index 0519e0a3..cd6ff4b3 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg1.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg10.h b/tutorials/tutorial2/include/tutorial2/message/Msg10.h index 81944d13..bd490864 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg10.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg10.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 10" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg10Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg10Common.h index b5a643e7..91791fbe 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg10Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg10Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg11.h b/tutorials/tutorial2/include/tutorial2/message/Msg11.h index b5f020d2..fa67d5a0 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg11.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg11.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 11" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg11Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg11Common.h index 5352a07d..79c9a67b 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg11Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg11Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg12.h b/tutorials/tutorial2/include/tutorial2/message/Msg12.h index 261e1ee4..10d6db30 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg12.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg12.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 12" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg12Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg12Common.h index c3cb24d1..f5841413 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg12Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg12Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg13.h b/tutorials/tutorial2/include/tutorial2/message/Msg13.h index e573b23e..d9e3c62f 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg13.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg13.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 13" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg13Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg13Common.h index d704d77a..39e135ba 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg13Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg13Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg14.h b/tutorials/tutorial2/include/tutorial2/message/Msg14.h index 7d978d66..ba224405 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg14.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg14.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 14" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg14Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg14Common.h index 60bbf2dc..a3bcbdcd 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg14Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg14Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg15.h b/tutorials/tutorial2/include/tutorial2/message/Msg15.h index e1053e30..54a31d2e 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg15.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg15.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 15" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg15Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg15Common.h index 9c47952a..3fe77728 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg15Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg15Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg16.h b/tutorials/tutorial2/include/tutorial2/message/Msg16.h index 032c215d..de90e2e7 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg16.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg16.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 16" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg16Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg16Common.h index 7129b043..a138ae47 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg16Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg16Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg17.h b/tutorials/tutorial2/include/tutorial2/message/Msg17.h index ac420696..882eb0ee 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg17.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg17.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 17" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg17Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg17Common.h index 9df19880..ec875ba8 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg17Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg17Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg18.h b/tutorials/tutorial2/include/tutorial2/message/Msg18.h new file mode 100644 index 00000000..f889398f --- /dev/null +++ b/tutorials/tutorial2/include/tutorial2/message/Msg18.h @@ -0,0 +1,341 @@ +// Generated by commsdsl2comms v6.2.0 + +/// @file +/// @brief Contains definition of "Message 18" message and its fields. + +#pragma once + +#include +#include +#include "comms/MessageBase.h" +#include "comms/field/IntValue.h" +#include "comms/field/Optional.h" +#include "comms/field/String.h" +#include "comms/options.h" +#include "tutorial2/MsgId.h" +#include "tutorial2/field/FieldBase.h" +#include "tutorial2/message/Msg18Common.h" +#include "tutorial2/options/DefaultOptions.h" + +namespace tutorial2 +{ + +namespace message +{ + +/// @brief Fields of @ref Msg18. +/// @tparam TOpt Extra options +/// @see @ref Msg18 +/// @headerfile tutorial2/message/Msg18.h +template +struct Msg18Fields +{ + /// @brief Scope for all the member fields of + /// @ref F1 field. + struct F1Members + { + /// @brief Definition of "Length" field. + class Length : public + comms::field::IntValue< + tutorial2::field::FieldBase<>, + std::uint8_t + > + { + using Base = + comms::field::IntValue< + tutorial2::field::FieldBase<>, + std::uint8_t + >; + public: + /// @brief Re-definition of the value type. + using ValueType = typename Base::ValueType; + + /// @brief Compile time detection of special values presence. + static constexpr bool hasSpecials() + { + return tutorial2::message::Msg18FieldsCommon::F1MembersCommon::LengthCommon::hasSpecials(); + } + + /// @brief Name of the field. + static const char* name() + { + return tutorial2::message::Msg18FieldsCommon::F1MembersCommon::LengthCommon::name(); + } + }; + }; + + /// @brief Definition of "F1" field. + class F1 : public + comms::field::String< + tutorial2::field::FieldBase<>, + typename TOpt::message::Msg18Fields::F1, + comms::option::def::SequenceSerLengthFieldPrefix + > + { + using Base = + comms::field::String< + tutorial2::field::FieldBase<>, + typename TOpt::message::Msg18Fields::F1, + comms::option::def::SequenceSerLengthFieldPrefix + >; + public: + /// @brief Name of the field. + static const char* name() + { + return tutorial2::message::Msg18FieldsCommon::F1Common::name(); + } + }; + + /// @brief Scope for all the member fields of + /// @ref F2 field. + struct F2Members + { + /// @brief Definition of "ActF2" field. + class ActF2 : public + comms::field::IntValue< + tutorial2::field::FieldBase<>, + std::uint16_t + > + { + using Base = + comms::field::IntValue< + tutorial2::field::FieldBase<>, + std::uint16_t + >; + public: + /// @brief Re-definition of the value type. + using ValueType = typename Base::ValueType; + + /// @brief Compile time detection of special values presence. + static constexpr bool hasSpecials() + { + return tutorial2::message::Msg18FieldsCommon::F2MembersCommon::ActF2Common::hasSpecials(); + } + + /// @brief Name of the field. + static const char* name() + { + return tutorial2::message::Msg18FieldsCommon::F2MembersCommon::ActF2Common::name(); + } + }; + }; + + /// @brief Definition of "F2" field. + class F2 : public + comms::field::Optional< + typename F2Members::ActF2, + comms::option::def::MissingByDefault + > + { + using Base = + comms::field::Optional< + typename F2Members::ActF2, + comms::option::def::MissingByDefault + >; + public: + /// @brief Name of the field. + static const char* name() + { + return tutorial2::message::Msg18FieldsCommon::F2Common::name(); + } + }; + + /// @brief Scope for all the member fields of + /// @ref F3 field. + struct F3Members + { + /// @brief Definition of "ActF3" field. + class ActF3 : public + comms::field::IntValue< + tutorial2::field::FieldBase<>, + std::uint8_t + > + { + using Base = + comms::field::IntValue< + tutorial2::field::FieldBase<>, + std::uint8_t + >; + public: + /// @brief Re-definition of the value type. + using ValueType = typename Base::ValueType; + + /// @brief Compile time detection of special values presence. + static constexpr bool hasSpecials() + { + return tutorial2::message::Msg18FieldsCommon::F3MembersCommon::ActF3Common::hasSpecials(); + } + + /// @brief Name of the field. + static const char* name() + { + return tutorial2::message::Msg18FieldsCommon::F3MembersCommon::ActF3Common::name(); + } + }; + }; + + /// @brief Definition of "F3" field. + class F3 : public + comms::field::Optional< + typename F3Members::ActF3, + comms::option::def::ExistsByDefault + > + { + using Base = + comms::field::Optional< + typename F3Members::ActF3, + comms::option::def::ExistsByDefault + >; + public: + /// @brief Name of the field. + static const char* name() + { + return tutorial2::message::Msg18FieldsCommon::F3Common::name(); + } + }; + + /// @brief All the fields bundled in std::tuple. + using All = std::tuple< + F1, + F2, + F3 + >; +}; + +/// @brief Definition of "Message 18" message class. +/// @details +/// See @ref Msg18Fields for definition of the fields this message contains. +/// @tparam TMsgBase Base (interface) class. +/// @tparam TOpt Extra options +/// @headerfile tutorial2/message/Msg18.h +template +class Msg18 : public + comms::MessageBase< + TMsgBase, + comms::option::def::StaticNumIdImpl, + comms::option::def::FieldsImpl::All>, + comms::option::def::MsgType >, + comms::option::def::HasName, + comms::option::def::HasCustomRefresh + > +{ + // Redefinition of the base class type + using Base = + comms::MessageBase< + TMsgBase, + comms::option::def::StaticNumIdImpl, + comms::option::def::FieldsImpl::All>, + comms::option::def::MsgType >, + comms::option::def::HasName, + comms::option::def::HasCustomRefresh + >; + +public: + /// @brief Provide names and allow access to internal fields. + /// @details See definition of @b COMMS_MSG_FIELDS_NAMES macro + /// related to @b comms::MessageBase class from COMMS library + /// for details. + /// + /// The generated values, types and functions are: + /// @li @b FieldIdx_f1 index, @b Field_f1 type and @b field_f1() access fuction + /// for @ref Msg18Fields::F1 field. + /// @li @b FieldIdx_f2 index, @b Field_f2 type and @b field_f2() access fuction + /// for @ref Msg18Fields::F2 field. + /// @li @b FieldIdx_f3 index, @b Field_f3 type and @b field_f3() access fuction + /// for @ref Msg18Fields::F3 field. + COMMS_MSG_FIELDS_NAMES( + f1, + f2, + f3 + ); + + // Compile time check for serialisation length. + static const std::size_t MsgMinLen = Base::doMinLength(); + static_assert(MsgMinLen == 1U, "Unexpected min serialisation length"); + + /// @brief Name of the message. + static const char* doName() + { + return tutorial2::message::Msg18Common::name(); + } + + /// @brief Generated read functionality. + template + comms::ErrorStatus doRead(TIter& iter, std::size_t len) + { + auto es = comms::ErrorStatus::Success; + do { + es = Base::template doReadUntilAndUpdateLen(iter, len); + if (es != comms::ErrorStatus::Success) { + break; + } + + readPrepare_f2(); + + es = Base::template doReadFromUntilAndUpdateLen(iter, len); + if (es != comms::ErrorStatus::Success) { + break; + } + + readPrepare_f3(); + + es = Base::template doReadFrom(iter, len); + } while (false); + + return es; + } + + /// @brief Generated refresh functionality. + bool doRefresh() + { + bool updated = Base::doRefresh(); + updated = refresh_f2() || updated; + updated = refresh_f3() || updated; + return updated; + } + +private: + void readPrepare_f2() + { + refresh_f2(); + } + + void readPrepare_f3() + { + refresh_f3(); + } + + bool refresh_f2() + { + auto mode = comms::field::OptionalMode::Missing; + if (!field_f1().getValue().empty()) { + mode = comms::field::OptionalMode::Exists; + } + + if (field_f2().getMode() == mode) { + return false; + } + + field_f2().setMode(mode); + return true; + } + + bool refresh_f3() + { + auto mode = comms::field::OptionalMode::Missing; + if (!(field_f2().doesExist())) { + mode = comms::field::OptionalMode::Exists; + } + + if (field_f3().getMode() == mode) { + return false; + } + + field_f3().setMode(mode); + return true; + } +}; + +} // namespace message + +} // namespace tutorial2 diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg18Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg18Common.h new file mode 100644 index 00000000..5febae92 --- /dev/null +++ b/tutorials/tutorial2/include/tutorial2/message/Msg18Common.h @@ -0,0 +1,147 @@ +// Generated by commsdsl2comms v6.2.0 + +/// @file +/// @brief Contains common template parameters independent functionality of +/// @ref tutorial2::message::Msg18 message and its fields. + +#pragma once + +#include + +namespace tutorial2 +{ + +namespace message +{ + +/// @brief Common types and functions for fields of +/// @ref tutorial2::message::Msg18 message. +/// @see tutorial2::message::Msg18Fields +struct Msg18FieldsCommon +{ + /// @brief Scope for all the common definitions of the member fields of + /// @ref tutorial2::message::Msg18Fields::F1 field. + struct F1MembersCommon + { + /// @brief Common types and functions for + /// @ref tutorial2::message::Msg18Fields::F1Members::Length field. + struct LengthCommon + { + /// @brief Re-definition of the value type used by + /// tutorial2::message::Msg18Fields::F1Members::Length field. + using ValueType = std::uint8_t; + + /// @brief Name of the @ref tutorial2::message::Msg18Fields::F1Members::Length field. + static const char* name() + { + return "Length"; + } + + /// @brief Compile time detection of special values presence. + static constexpr bool hasSpecials() + { + return false; + } + }; + }; + + /// @brief Common types and functions for + /// @ref tutorial2::message::Msg18Fields::F1 field. + struct F1Common + { + /// @brief Name of the @ref tutorial2::message::Msg18Fields::F1 field. + static const char* name() + { + return "F1"; + } + }; + + /// @brief Scope for all the common definitions of the member fields of + /// @ref tutorial2::message::Msg18Fields::F2 field. + struct F2MembersCommon + { + /// @brief Common types and functions for + /// @ref tutorial2::message::Msg18Fields::F2Members::ActF2 field. + struct ActF2Common + { + /// @brief Re-definition of the value type used by + /// tutorial2::message::Msg18Fields::F2Members::ActF2 field. + using ValueType = std::uint16_t; + + /// @brief Name of the @ref tutorial2::message::Msg18Fields::F2Members::ActF2 field. + static const char* name() + { + return "ActF2"; + } + + /// @brief Compile time detection of special values presence. + static constexpr bool hasSpecials() + { + return false; + } + }; + }; + + /// @brief Common types and functions for + /// @ref tutorial2::message::Msg18Fields::F2 field. + struct F2Common + { + /// @brief Name of the @ref tutorial2::message::Msg18Fields::F2 field. + static const char* name() + { + return "F2"; + } + }; + + /// @brief Scope for all the common definitions of the member fields of + /// @ref tutorial2::message::Msg18Fields::F3 field. + struct F3MembersCommon + { + /// @brief Common types and functions for + /// @ref tutorial2::message::Msg18Fields::F3Members::ActF3 field. + struct ActF3Common + { + /// @brief Re-definition of the value type used by + /// tutorial2::message::Msg18Fields::F3Members::ActF3 field. + using ValueType = std::uint8_t; + + /// @brief Name of the @ref tutorial2::message::Msg18Fields::F3Members::ActF3 field. + static const char* name() + { + return "ActF3"; + } + + /// @brief Compile time detection of special values presence. + static constexpr bool hasSpecials() + { + return false; + } + }; + }; + + /// @brief Common types and functions for + /// @ref tutorial2::message::Msg18Fields::F3 field. + struct F3Common + { + /// @brief Name of the @ref tutorial2::message::Msg18Fields::F3 field. + static const char* name() + { + return "F3"; + } + }; +}; + +/// @brief Common types and functions of +/// @ref tutorial2::message::Msg18 message. +struct Msg18Common +{ + /// @brief Name of the @ref tutorial2::message::Msg18 message. + static const char* name() + { + return "Message 18"; + } +}; + +} // namespace message + +} // namespace tutorial2 diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg1Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg1Common.h index 0c0e1f3d..af537fb4 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg1Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg2.h b/tutorials/tutorial2/include/tutorial2/message/Msg2.h index 5ea62dbc..63d6884c 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg2.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg2Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg2Common.h index 77e66977..5dee90cb 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg2Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg3.h b/tutorials/tutorial2/include/tutorial2/message/Msg3.h index bb15a13e..1767f373 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg3.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg3Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg3Common.h index 9082a927..2870f797 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg3Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg4.h b/tutorials/tutorial2/include/tutorial2/message/Msg4.h index 2040a0b2..a3e71ae2 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg4.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 4" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg4Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg4Common.h index 1fadb384..d4d511c2 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg4Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg5.h b/tutorials/tutorial2/include/tutorial2/message/Msg5.h index 79fa55c5..1ee7f9e4 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg5.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 5" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg5Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg5Common.h index 6f003899..db3c5a5e 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg5Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg6.h b/tutorials/tutorial2/include/tutorial2/message/Msg6.h index a52a4409..d9868d3b 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg6.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg6.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 6" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg6Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg6Common.h index 2ce009a8..4bbb5f7d 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg6Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg6Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg7.h b/tutorials/tutorial2/include/tutorial2/message/Msg7.h index 83b90cb0..d4b9e8d3 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg7.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg7.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 7" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg7Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg7Common.h index b8823d5a..6ce8f755 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg7Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg7Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg8.h b/tutorials/tutorial2/include/tutorial2/message/Msg8.h index 9f123807..11511841 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg8.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 8" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg8Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg8Common.h index 99baa8e4..415e278c 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg8Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg9.h b/tutorials/tutorial2/include/tutorial2/message/Msg9.h index 40cc3891..99c792a2 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg9.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg9.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 9" message and its fields. diff --git a/tutorials/tutorial2/include/tutorial2/message/Msg9Common.h b/tutorials/tutorial2/include/tutorial2/message/Msg9Common.h index 8fa21206..01d3998d 100644 --- a/tutorials/tutorial2/include/tutorial2/message/Msg9Common.h +++ b/tutorials/tutorial2/include/tutorial2/message/Msg9Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial2/include/tutorial2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 4afcdee0..00b9f5ab 100644 --- a/tutorials/tutorial2/include/tutorial2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial2/include/tutorial2/options/BareMetalDefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/BareMetalDefaultOptions.h index 7bad510e..f152a832 100644 --- a/tutorials/tutorial2/include/tutorial2/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. @@ -162,6 +162,20 @@ struct BareMetalDefaultOptionsT : public TBase /// @brief Extra options for messages. struct message : public TBase::message { + /// @brief Extra options for fields of + /// @ref tutorial2::message::Msg18 message. + struct Msg18Fields : public TBase::message::Msg18Fields + { + /// @brief Extra options for @ref + /// tutorial2::message::Msg18Fields::F1 + /// field. + using F1 = + std::tuple< + comms::option::app::FixedSizeStorage, + typename TBase::message::Msg18Fields::F1 + >; + }; + /// @brief Extra options for fields of /// @ref tutorial2::message::Msg6 message. struct Msg6Fields : public TBase::message::Msg6Fields diff --git a/tutorials/tutorial2/include/tutorial2/options/ClientDefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/ClientDefaultOptions.h index 1f655a68..66dbc4c4 100644 --- a/tutorials/tutorial2/include/tutorial2/options/ClientDefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial2/include/tutorial2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 493e5a2b..dd0bf5a0 100644 --- a/tutorials/tutorial2/include/tutorial2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial2/include/tutorial2/options/DataViewDefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/DataViewDefaultOptions.h index eaf51f11..36ca7cc7 100644 --- a/tutorials/tutorial2/include/tutorial2/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. @@ -124,6 +124,20 @@ struct DataViewDefaultOptionsT : public TBase /// @brief Extra options for messages. struct message : public TBase::message { + /// @brief Extra options for fields of + /// @ref tutorial2::message::Msg18 message. + struct Msg18Fields : public TBase::message::Msg18Fields + { + /// @brief Extra options for @ref + /// tutorial2::message::Msg18Fields::F1 + /// field. + using F1 = + std::tuple< + comms::option::app::OrigDataView, + typename TBase::message::Msg18Fields::F1 + >; + }; + /// @brief Extra options for fields of /// @ref tutorial2::message::Msg6 message. struct Msg6Fields : public TBase::message::Msg6Fields diff --git a/tutorials/tutorial2/include/tutorial2/options/DefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/DefaultOptions.h index bc86f7f3..24fc1b18 100644 --- a/tutorials/tutorial2/include/tutorial2/options/DefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. @@ -103,6 +103,16 @@ struct DefaultOptionsT : public TBase /// @brief Extra options for messages. struct message { + /// @brief Extra options for fields of + /// @ref tutorial2::message::Msg18 message. + struct Msg18Fields + { + /// @brief Extra options for @ref + /// tutorial2::message::Msg18Fields::F1 + /// field. + using F1 = comms::option::EmptyOption; + }; + /// @brief Extra options for fields of /// @ref tutorial2::message::Msg6 message. struct Msg6Fields diff --git a/tutorials/tutorial2/include/tutorial2/options/ServerDefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/ServerDefaultOptions.h index e349f616..608afb88 100644 --- a/tutorials/tutorial2/include/tutorial2/options/ServerDefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial2/include/tutorial2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial2/include/tutorial2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 84da9424..59fd5966 100644 --- a/tutorials/tutorial2/include/tutorial2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial2/include/tutorial2/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial2/src/ClientSession.cpp b/tutorials/tutorial2/src/ClientSession.cpp index b2efdfb0..e77025c2 100644 --- a/tutorials/tutorial2/src/ClientSession.cpp +++ b/tutorials/tutorial2/src/ClientSession.cpp @@ -333,6 +333,22 @@ void ClientSession::handle(Msg17& msg) doNextStage(); } +void ClientSession::handle(Msg18& msg) +{ + std::cout << "Received \"" << msg.doName() << "\" with ID=" << (unsigned)msg.doGetId() << '\n' << + '\t' << msg.field_f1().name() << " = " << msg.field_f1().value() << '\n'; + if (printOptionalField(msg.field_f2())) { + std::cout << "\t\t" << msg.field_f2().field().name() << " = " << msg.field_f2().field().value() << '\n'; + } + + if (printOptionalField(msg.field_f3())) { + std::cout << "\t\t" << msg.field_f3().field().name() << " = " << (unsigned)msg.field_f3().field().value() << '\n'; + } + std::cout << std::endl; + + doNextStage(); +} + void ClientSession::handle(Message& msg) { // The statement below uses polymorphic message name and ID retrievals. @@ -430,6 +446,7 @@ void ClientSession::doNextStage() /* CommsStage_Msg15 */ &ClientSession::sendMsg15, /* CommsStage_Msg16 */ &ClientSession::sendMsg16, /* CommsStage_Msg17 */ &ClientSession::sendMsg17, + /* CommsStage_Msg18 */ &ClientSession::sendMsg18, }; static const std::size_t MapSize = std::extent::value; static_assert(MapSize == CommsStage_NumOfValues, "Invalid Map"); @@ -723,6 +740,23 @@ void ClientSession::sendMsg17() sendMessage(msg); } +void ClientSession::sendMsg18() +{ + Msg18 msg; + + assert(msg.field_f2().isMissing()); + assert(msg.field_f3().doesExist()); + + msg.field_f1().value() = "hello"; + msg.field_f2().field().value() = 0xabcd; + + msg.doRefresh(); // Bring message contents into consistent state + assert(msg.field_f2().doesExist()); + assert(msg.field_f3().isMissing()); + + sendMessage(msg); +} + SessionPtr Session::createClient(boost_wrap::io& io) { return SessionPtr(new ClientSession(io)); diff --git a/tutorials/tutorial2/src/ClientSession.h b/tutorials/tutorial2/src/ClientSession.h index 63ea0ce8..0cada679 100644 --- a/tutorials/tutorial2/src/ClientSession.h +++ b/tutorials/tutorial2/src/ClientSession.h @@ -46,6 +46,7 @@ class ClientSession : public Session using Msg15 = tutorial2::message::Msg15; using Msg16 = tutorial2::message::Msg16; using Msg17 = tutorial2::message::Msg17; + using Msg18 = tutorial2::message::Msg18; // Handling functions for all the dispatched message objects void handle(Msg1& msg); @@ -65,6 +66,7 @@ class ClientSession : public Session void handle(Msg15& msg); void handle(Msg16& msg); void handle(Msg17& msg); + void handle(Msg18& msg); void handle(Message& msg); protected: @@ -91,6 +93,7 @@ class ClientSession : public Session CommsStage_Msg15, CommsStage_Msg16, CommsStage_Msg17, + CommsStage_Msg18, CommsStage_NumOfValues }; @@ -113,6 +116,7 @@ class ClientSession : public Session void sendMsg15(); void sendMsg16(); void sendMsg17(); + void sendMsg18(); using Frame = tutorial2::frame::Frame; Frame m_frame; diff --git a/tutorials/tutorial20/include/tutorial20/Interface.h b/tutorials/tutorial20/include/tutorial20/Interface.h index 812a3d49..adfc8a8a 100644 --- a/tutorials/tutorial20/include/tutorial20/Interface.h +++ b/tutorials/tutorial20/include/tutorial20/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/tutorials/tutorial20/include/tutorial20/InterfaceCommon.h b/tutorials/tutorial20/include/tutorial20/InterfaceCommon.h index 584a9631..592dac77 100644 --- a/tutorials/tutorial20/include/tutorial20/InterfaceCommon.h +++ b/tutorials/tutorial20/include/tutorial20/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/MsgId.h b/tutorials/tutorial20/include/tutorial20/MsgId.h index 54e60be5..3ef45a7c 100644 --- a/tutorials/tutorial20/include/tutorial20/MsgId.h +++ b/tutorials/tutorial20/include/tutorial20/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial20/include/tutorial20/Version.h b/tutorials/tutorial20/include/tutorial20/Version.h index 74d99132..ccbcb74e 100644 --- a/tutorials/tutorial20/include/tutorial20/Version.h +++ b/tutorials/tutorial20/include/tutorial20/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial20 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial20/include/tutorial20/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial20/include/tutorial20/dispatch/DispatchClientInputMessage.h index 1409124b..cae427b3 100644 --- a/tutorials/tutorial20/include/tutorial20/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial20/include/tutorial20/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial20/include/tutorial20/dispatch/DispatchMessage.h b/tutorials/tutorial20/include/tutorial20/dispatch/DispatchMessage.h index e126e861..ddc41403 100644 --- a/tutorials/tutorial20/include/tutorial20/dispatch/DispatchMessage.h +++ b/tutorials/tutorial20/include/tutorial20/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial20/include/tutorial20/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial20/include/tutorial20/dispatch/DispatchServerInputMessage.h index 38e0b588..0a94c4d0 100644 --- a/tutorials/tutorial20/include/tutorial20/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial20/include/tutorial20/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial20/include/tutorial20/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial20/include/tutorial20/factory/AllMessagesDynMemMsgFactory.h index 8bfefd73..ee3b724c 100644 --- a/tutorials/tutorial20/include/tutorial20/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial20/include/tutorial20/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial20/include/tutorial20/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial20/include/tutorial20/factory/ClientInputMessagesDynMemMsgFactory.h index f84e53fe..e9372968 100644 --- a/tutorials/tutorial20/include/tutorial20/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial20/include/tutorial20/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial20/include/tutorial20/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial20/include/tutorial20/factory/ServerInputMessagesDynMemMsgFactory.h index 6e60685e..013bbc44 100644 --- a/tutorials/tutorial20/include/tutorial20/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial20/include/tutorial20/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial20/include/tutorial20/field/FieldBase.h b/tutorials/tutorial20/include/tutorial20/field/FieldBase.h index 91d55e8f..3b4db413 100644 --- a/tutorials/tutorial20/include/tutorial20/field/FieldBase.h +++ b/tutorials/tutorial20/include/tutorial20/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial20/include/tutorial20/field/MsgId.h b/tutorials/tutorial20/include/tutorial20/field/MsgId.h index d4e9423e..404cdf12 100644 --- a/tutorials/tutorial20/include/tutorial20/field/MsgId.h +++ b/tutorials/tutorial20/include/tutorial20/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial20/include/tutorial20/field/MsgIdCommon.h b/tutorials/tutorial20/include/tutorial20/field/MsgIdCommon.h index 8432b84d..49893d12 100644 --- a/tutorials/tutorial20/include/tutorial20/field/MsgIdCommon.h +++ b/tutorials/tutorial20/include/tutorial20/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/field/Version.h b/tutorials/tutorial20/include/tutorial20/field/Version.h index bf21dfef..378df1a5 100644 --- a/tutorials/tutorial20/include/tutorial20/field/Version.h +++ b/tutorials/tutorial20/include/tutorial20/field/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Version" field. diff --git a/tutorials/tutorial20/include/tutorial20/field/VersionCommon.h b/tutorials/tutorial20/include/tutorial20/field/VersionCommon.h index dc7f4079..129a1121 100644 --- a/tutorials/tutorial20/include/tutorial20/field/VersionCommon.h +++ b/tutorials/tutorial20/include/tutorial20/field/VersionCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/frame/Frame.h b/tutorials/tutorial20/include/tutorial20/frame/Frame.h index 18905546..baa03edb 100644 --- a/tutorials/tutorial20/include/tutorial20/frame/Frame.h +++ b/tutorials/tutorial20/include/tutorial20/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial20/include/tutorial20/frame/FrameCommon.h b/tutorials/tutorial20/include/tutorial20/frame/FrameCommon.h index d667a5d3..dc21e183 100644 --- a/tutorials/tutorial20/include/tutorial20/frame/FrameCommon.h +++ b/tutorials/tutorial20/include/tutorial20/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/input/AllMessages.h b/tutorials/tutorial20/include/tutorial20/input/AllMessages.h index f38fe3da..48ef2842 100644 --- a/tutorials/tutorial20/include/tutorial20/input/AllMessages.h +++ b/tutorials/tutorial20/include/tutorial20/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial20/include/tutorial20/input/ClientInputMessages.h b/tutorials/tutorial20/include/tutorial20/input/ClientInputMessages.h index b9414368..3fa11566 100644 --- a/tutorials/tutorial20/include/tutorial20/input/ClientInputMessages.h +++ b/tutorials/tutorial20/include/tutorial20/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial20/include/tutorial20/input/ServerInputMessages.h b/tutorials/tutorial20/include/tutorial20/input/ServerInputMessages.h index 2fc6a5e3..f67a77dc 100644 --- a/tutorials/tutorial20/include/tutorial20/input/ServerInputMessages.h +++ b/tutorials/tutorial20/include/tutorial20/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial20/include/tutorial20/message/Connect.h b/tutorials/tutorial20/include/tutorial20/message/Connect.h index b046ed24..4afd2a7b 100644 --- a/tutorials/tutorial20/include/tutorial20/message/Connect.h +++ b/tutorials/tutorial20/include/tutorial20/message/Connect.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Connect" message and its fields. diff --git a/tutorials/tutorial20/include/tutorial20/message/ConnectCommon.h b/tutorials/tutorial20/include/tutorial20/message/ConnectCommon.h index b1d89524..5f778c1e 100644 --- a/tutorials/tutorial20/include/tutorial20/message/ConnectCommon.h +++ b/tutorials/tutorial20/include/tutorial20/message/ConnectCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/message/Msg1.h b/tutorials/tutorial20/include/tutorial20/message/Msg1.h index 7c85cbc5..0b13a591 100644 --- a/tutorials/tutorial20/include/tutorial20/message/Msg1.h +++ b/tutorials/tutorial20/include/tutorial20/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial20/include/tutorial20/message/Msg1Common.h b/tutorials/tutorial20/include/tutorial20/message/Msg1Common.h index 0c988461..29e05ffd 100644 --- a/tutorials/tutorial20/include/tutorial20/message/Msg1Common.h +++ b/tutorials/tutorial20/include/tutorial20/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/message/Msg2.h b/tutorials/tutorial20/include/tutorial20/message/Msg2.h index 6d70bdf4..45b9d8df 100644 --- a/tutorials/tutorial20/include/tutorial20/message/Msg2.h +++ b/tutorials/tutorial20/include/tutorial20/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial20/include/tutorial20/message/Msg2Common.h b/tutorials/tutorial20/include/tutorial20/message/Msg2Common.h index b42c7b83..0796564c 100644 --- a/tutorials/tutorial20/include/tutorial20/message/Msg2Common.h +++ b/tutorials/tutorial20/include/tutorial20/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/message/Msg3.h b/tutorials/tutorial20/include/tutorial20/message/Msg3.h index 1b8bac63..c6ea31d2 100644 --- a/tutorials/tutorial20/include/tutorial20/message/Msg3.h +++ b/tutorials/tutorial20/include/tutorial20/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial20/include/tutorial20/message/Msg3Common.h b/tutorials/tutorial20/include/tutorial20/message/Msg3Common.h index a7f68f00..2c1a455f 100644 --- a/tutorials/tutorial20/include/tutorial20/message/Msg3Common.h +++ b/tutorials/tutorial20/include/tutorial20/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial20/include/tutorial20/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index f2c32388..692d09eb 100644 --- a/tutorials/tutorial20/include/tutorial20/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial20/include/tutorial20/options/BareMetalDefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/BareMetalDefaultOptions.h index 73539de6..2ee358ba 100644 --- a/tutorials/tutorial20/include/tutorial20/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial20/include/tutorial20/options/ClientDefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/ClientDefaultOptions.h index c7e48e36..a2bd9e0a 100644 --- a/tutorials/tutorial20/include/tutorial20/options/ClientDefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial20/include/tutorial20/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 0d9f2480..24e08fa5 100644 --- a/tutorials/tutorial20/include/tutorial20/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial20/include/tutorial20/options/DataViewDefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/DataViewDefaultOptions.h index ee36dce9..6cbda878 100644 --- a/tutorials/tutorial20/include/tutorial20/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial20/include/tutorial20/options/DefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/DefaultOptions.h index b52d03a9..876393ad 100644 --- a/tutorials/tutorial20/include/tutorial20/options/DefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial20/include/tutorial20/options/ServerDefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/ServerDefaultOptions.h index 4f16bad2..6a9e2fa6 100644 --- a/tutorials/tutorial20/include/tutorial20/options/ServerDefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial20/include/tutorial20/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial20/include/tutorial20/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index e68b1371..5db8d30d 100644 --- a/tutorials/tutorial20/include/tutorial20/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial20/include/tutorial20/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial21/include/tutorial21/Interface.h b/tutorials/tutorial21/include/tutorial21/Interface.h index 6f50e506..53d34694 100644 --- a/tutorials/tutorial21/include/tutorial21/Interface.h +++ b/tutorials/tutorial21/include/tutorial21/Interface.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Interface" interface class. diff --git a/tutorials/tutorial21/include/tutorial21/InterfaceCommon.h b/tutorials/tutorial21/include/tutorial21/InterfaceCommon.h index 1396e7e7..eaed2756 100644 --- a/tutorials/tutorial21/include/tutorial21/InterfaceCommon.h +++ b/tutorials/tutorial21/include/tutorial21/InterfaceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/MsgId.h b/tutorials/tutorial21/include/tutorial21/MsgId.h index 9c75101f..86da3695 100644 --- a/tutorials/tutorial21/include/tutorial21/MsgId.h +++ b/tutorials/tutorial21/include/tutorial21/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial21/include/tutorial21/Version.h b/tutorials/tutorial21/include/tutorial21/Version.h index 09da6aff..8edbd8eb 100644 --- a/tutorials/tutorial21/include/tutorial21/Version.h +++ b/tutorials/tutorial21/include/tutorial21/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial21 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial21/include/tutorial21/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial21/include/tutorial21/dispatch/DispatchClientInputMessage.h index b8e27f85..1f20794a 100644 --- a/tutorials/tutorial21/include/tutorial21/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial21/include/tutorial21/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial21/include/tutorial21/dispatch/DispatchMessage.h b/tutorials/tutorial21/include/tutorial21/dispatch/DispatchMessage.h index 200ec94a..7b912283 100644 --- a/tutorials/tutorial21/include/tutorial21/dispatch/DispatchMessage.h +++ b/tutorials/tutorial21/include/tutorial21/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial21/include/tutorial21/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial21/include/tutorial21/dispatch/DispatchServerInputMessage.h index 93defdd7..7b287009 100644 --- a/tutorials/tutorial21/include/tutorial21/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial21/include/tutorial21/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial21/include/tutorial21/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial21/include/tutorial21/factory/AllMessagesDynMemMsgFactory.h index c45ae006..d9a8ecb2 100644 --- a/tutorials/tutorial21/include/tutorial21/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial21/include/tutorial21/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial21/include/tutorial21/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial21/include/tutorial21/factory/ClientInputMessagesDynMemMsgFactory.h index e8f26a04..fdaa87e5 100644 --- a/tutorials/tutorial21/include/tutorial21/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial21/include/tutorial21/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial21/include/tutorial21/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial21/include/tutorial21/factory/ServerInputMessagesDynMemMsgFactory.h index 0e8a5b1a..4c1d4312 100644 --- a/tutorials/tutorial21/include/tutorial21/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial21/include/tutorial21/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial21/include/tutorial21/field/BasicFlags.h b/tutorials/tutorial21/include/tutorial21/field/BasicFlags.h index da68877c..9c0a0dd3 100644 --- a/tutorials/tutorial21/include/tutorial21/field/BasicFlags.h +++ b/tutorials/tutorial21/include/tutorial21/field/BasicFlags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Flags" field. diff --git a/tutorials/tutorial21/include/tutorial21/field/BasicFlagsCommon.h b/tutorials/tutorial21/include/tutorial21/field/BasicFlagsCommon.h index 6488db02..bab5c318 100644 --- a/tutorials/tutorial21/include/tutorial21/field/BasicFlagsCommon.h +++ b/tutorials/tutorial21/include/tutorial21/field/BasicFlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/field/FieldBase.h b/tutorials/tutorial21/include/tutorial21/field/FieldBase.h index 9987af9b..49527772 100644 --- a/tutorials/tutorial21/include/tutorial21/field/FieldBase.h +++ b/tutorials/tutorial21/include/tutorial21/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial21/include/tutorial21/field/Msg1Flags.h b/tutorials/tutorial21/include/tutorial21/field/Msg1Flags.h index 1385b268..465ad17e 100644 --- a/tutorials/tutorial21/include/tutorial21/field/Msg1Flags.h +++ b/tutorials/tutorial21/include/tutorial21/field/Msg1Flags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Msg1Flags" field. diff --git a/tutorials/tutorial21/include/tutorial21/field/Msg1FlagsCommon.h b/tutorials/tutorial21/include/tutorial21/field/Msg1FlagsCommon.h index 1ad34def..7123e22f 100644 --- a/tutorials/tutorial21/include/tutorial21/field/Msg1FlagsCommon.h +++ b/tutorials/tutorial21/include/tutorial21/field/Msg1FlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/field/Msg2Flags.h b/tutorials/tutorial21/include/tutorial21/field/Msg2Flags.h index 891c3f42..9e3c14a3 100644 --- a/tutorials/tutorial21/include/tutorial21/field/Msg2Flags.h +++ b/tutorials/tutorial21/include/tutorial21/field/Msg2Flags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Msg2Flags" field. diff --git a/tutorials/tutorial21/include/tutorial21/field/Msg2FlagsCommon.h b/tutorials/tutorial21/include/tutorial21/field/Msg2FlagsCommon.h index fa9a9473..d5485e51 100644 --- a/tutorials/tutorial21/include/tutorial21/field/Msg2FlagsCommon.h +++ b/tutorials/tutorial21/include/tutorial21/field/Msg2FlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/field/MsgId.h b/tutorials/tutorial21/include/tutorial21/field/MsgId.h index a4cd64a8..cd69531d 100644 --- a/tutorials/tutorial21/include/tutorial21/field/MsgId.h +++ b/tutorials/tutorial21/include/tutorial21/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial21/include/tutorial21/field/MsgIdCommon.h b/tutorials/tutorial21/include/tutorial21/field/MsgIdCommon.h index 3f99b29e..b414d249 100644 --- a/tutorials/tutorial21/include/tutorial21/field/MsgIdCommon.h +++ b/tutorials/tutorial21/include/tutorial21/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/frame/Frame.h b/tutorials/tutorial21/include/tutorial21/frame/Frame.h index ba708514..51158aa1 100644 --- a/tutorials/tutorial21/include/tutorial21/frame/Frame.h +++ b/tutorials/tutorial21/include/tutorial21/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial21/include/tutorial21/frame/FrameCommon.h b/tutorials/tutorial21/include/tutorial21/frame/FrameCommon.h index 9da1cd10..bb2485b5 100644 --- a/tutorials/tutorial21/include/tutorial21/frame/FrameCommon.h +++ b/tutorials/tutorial21/include/tutorial21/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/input/AllMessages.h b/tutorials/tutorial21/include/tutorial21/input/AllMessages.h index 750756a8..a21934a6 100644 --- a/tutorials/tutorial21/include/tutorial21/input/AllMessages.h +++ b/tutorials/tutorial21/include/tutorial21/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial21/include/tutorial21/input/ClientInputMessages.h b/tutorials/tutorial21/include/tutorial21/input/ClientInputMessages.h index 772f972e..40b3172a 100644 --- a/tutorials/tutorial21/include/tutorial21/input/ClientInputMessages.h +++ b/tutorials/tutorial21/include/tutorial21/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial21/include/tutorial21/input/ServerInputMessages.h b/tutorials/tutorial21/include/tutorial21/input/ServerInputMessages.h index d7544f4b..9857820a 100644 --- a/tutorials/tutorial21/include/tutorial21/input/ServerInputMessages.h +++ b/tutorials/tutorial21/include/tutorial21/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial21/include/tutorial21/message/Msg1.h b/tutorials/tutorial21/include/tutorial21/message/Msg1.h index 5dd5c4b0..ea0f222b 100644 --- a/tutorials/tutorial21/include/tutorial21/message/Msg1.h +++ b/tutorials/tutorial21/include/tutorial21/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial21/include/tutorial21/message/Msg1Common.h b/tutorials/tutorial21/include/tutorial21/message/Msg1Common.h index 0926c226..929650d8 100644 --- a/tutorials/tutorial21/include/tutorial21/message/Msg1Common.h +++ b/tutorials/tutorial21/include/tutorial21/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/message/Msg2.h b/tutorials/tutorial21/include/tutorial21/message/Msg2.h index cba9b164..dd7ac4f8 100644 --- a/tutorials/tutorial21/include/tutorial21/message/Msg2.h +++ b/tutorials/tutorial21/include/tutorial21/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial21/include/tutorial21/message/Msg2Common.h b/tutorials/tutorial21/include/tutorial21/message/Msg2Common.h index c8612cd8..f04dec53 100644 --- a/tutorials/tutorial21/include/tutorial21/message/Msg2Common.h +++ b/tutorials/tutorial21/include/tutorial21/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial21/include/tutorial21/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 884d7df1..e9814105 100644 --- a/tutorials/tutorial21/include/tutorial21/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial21/include/tutorial21/options/BareMetalDefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/BareMetalDefaultOptions.h index c7e930f9..63111d43 100644 --- a/tutorials/tutorial21/include/tutorial21/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial21/include/tutorial21/options/ClientDefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/ClientDefaultOptions.h index 4f3f8201..30764686 100644 --- a/tutorials/tutorial21/include/tutorial21/options/ClientDefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial21/include/tutorial21/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 7f2c0a29..7e069a16 100644 --- a/tutorials/tutorial21/include/tutorial21/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial21/include/tutorial21/options/DataViewDefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/DataViewDefaultOptions.h index f34d37ab..9104c71c 100644 --- a/tutorials/tutorial21/include/tutorial21/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial21/include/tutorial21/options/DefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/DefaultOptions.h index a57871ee..1a646ae5 100644 --- a/tutorials/tutorial21/include/tutorial21/options/DefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial21/include/tutorial21/options/ServerDefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/ServerDefaultOptions.h index c31572bb..28686a60 100644 --- a/tutorials/tutorial21/include/tutorial21/options/ServerDefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial21/include/tutorial21/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial21/include/tutorial21/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index be2f5747..77d04007 100644 --- a/tutorials/tutorial21/include/tutorial21/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial21/include/tutorial21/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial22/include/tutorial22/Message.h b/tutorials/tutorial22/include/tutorial22/Message.h index bf0ce8b1..57acd752 100644 --- a/tutorials/tutorial22/include/tutorial22/Message.h +++ b/tutorials/tutorial22/include/tutorial22/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial22/include/tutorial22/MsgId.h b/tutorials/tutorial22/include/tutorial22/MsgId.h index 856181fc..8a109042 100644 --- a/tutorials/tutorial22/include/tutorial22/MsgId.h +++ b/tutorials/tutorial22/include/tutorial22/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial22/include/tutorial22/Version.h b/tutorials/tutorial22/include/tutorial22/Version.h index b79e30a6..e176bda6 100644 --- a/tutorials/tutorial22/include/tutorial22/Version.h +++ b/tutorials/tutorial22/include/tutorial22/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial22 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial22/include/tutorial22/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial22/include/tutorial22/dispatch/DispatchClientInputMessage.h index f4703012..9f4a4595 100644 --- a/tutorials/tutorial22/include/tutorial22/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial22/include/tutorial22/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial22/include/tutorial22/dispatch/DispatchMessage.h b/tutorials/tutorial22/include/tutorial22/dispatch/DispatchMessage.h index 5411a5fd..a1a99475 100644 --- a/tutorials/tutorial22/include/tutorial22/dispatch/DispatchMessage.h +++ b/tutorials/tutorial22/include/tutorial22/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial22/include/tutorial22/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial22/include/tutorial22/dispatch/DispatchServerInputMessage.h index c65630b0..6728c76d 100644 --- a/tutorials/tutorial22/include/tutorial22/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial22/include/tutorial22/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial22/include/tutorial22/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial22/include/tutorial22/factory/AllMessagesDynMemMsgFactory.h index 0ea77487..0bb97799 100644 --- a/tutorials/tutorial22/include/tutorial22/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial22/include/tutorial22/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial22/include/tutorial22/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial22/include/tutorial22/factory/ClientInputMessagesDynMemMsgFactory.h index 731dbf2f..1db3deab 100644 --- a/tutorials/tutorial22/include/tutorial22/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial22/include/tutorial22/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial22/include/tutorial22/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial22/include/tutorial22/factory/ServerInputMessagesDynMemMsgFactory.h index 3d7e467c..68a06705 100644 --- a/tutorials/tutorial22/include/tutorial22/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial22/include/tutorial22/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial22/include/tutorial22/field/FieldBase.h b/tutorials/tutorial22/include/tutorial22/field/FieldBase.h index 1005f96f..f0d8fbe7 100644 --- a/tutorials/tutorial22/include/tutorial22/field/FieldBase.h +++ b/tutorials/tutorial22/include/tutorial22/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial22/include/tutorial22/field/Length.h b/tutorials/tutorial22/include/tutorial22/field/Length.h index 30cf5010..3b011401 100644 --- a/tutorials/tutorial22/include/tutorial22/field/Length.h +++ b/tutorials/tutorial22/include/tutorial22/field/Length.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Length" field. diff --git a/tutorials/tutorial22/include/tutorial22/field/LengthCommon.h b/tutorials/tutorial22/include/tutorial22/field/LengthCommon.h index b8eabfd3..5a735d31 100644 --- a/tutorials/tutorial22/include/tutorial22/field/LengthCommon.h +++ b/tutorials/tutorial22/include/tutorial22/field/LengthCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial22/include/tutorial22/field/MsgId.h b/tutorials/tutorial22/include/tutorial22/field/MsgId.h index fdf1326d..06ba1f1b 100644 --- a/tutorials/tutorial22/include/tutorial22/field/MsgId.h +++ b/tutorials/tutorial22/include/tutorial22/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial22/include/tutorial22/field/MsgIdCommon.h b/tutorials/tutorial22/include/tutorial22/field/MsgIdCommon.h index 5d6ef7ae..9f1b2b4e 100644 --- a/tutorials/tutorial22/include/tutorial22/field/MsgIdCommon.h +++ b/tutorials/tutorial22/include/tutorial22/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial22/include/tutorial22/field/TlvProp.h b/tutorials/tutorial22/include/tutorial22/field/TlvProp.h index 5025ead7..2e5730d9 100644 --- a/tutorials/tutorial22/include/tutorial22/field/TlvProp.h +++ b/tutorials/tutorial22/include/tutorial22/field/TlvProp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "TlvProp" field. diff --git a/tutorials/tutorial22/include/tutorial22/field/TlvPropCommon.h b/tutorials/tutorial22/include/tutorial22/field/TlvPropCommon.h index 191dd8f3..e8904305 100644 --- a/tutorials/tutorial22/include/tutorial22/field/TlvPropCommon.h +++ b/tutorials/tutorial22/include/tutorial22/field/TlvPropCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial22/include/tutorial22/frame/Frame.h b/tutorials/tutorial22/include/tutorial22/frame/Frame.h index 74b85112..d929ad07 100644 --- a/tutorials/tutorial22/include/tutorial22/frame/Frame.h +++ b/tutorials/tutorial22/include/tutorial22/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial22/include/tutorial22/frame/FrameCommon.h b/tutorials/tutorial22/include/tutorial22/frame/FrameCommon.h index bae25d14..9d2c0869 100644 --- a/tutorials/tutorial22/include/tutorial22/frame/FrameCommon.h +++ b/tutorials/tutorial22/include/tutorial22/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial22/include/tutorial22/input/AllMessages.h b/tutorials/tutorial22/include/tutorial22/input/AllMessages.h index 3f82d12e..6bed4ef2 100644 --- a/tutorials/tutorial22/include/tutorial22/input/AllMessages.h +++ b/tutorials/tutorial22/include/tutorial22/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial22/include/tutorial22/input/ClientInputMessages.h b/tutorials/tutorial22/include/tutorial22/input/ClientInputMessages.h index e77eb447..f4df3f2a 100644 --- a/tutorials/tutorial22/include/tutorial22/input/ClientInputMessages.h +++ b/tutorials/tutorial22/include/tutorial22/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial22/include/tutorial22/input/ServerInputMessages.h b/tutorials/tutorial22/include/tutorial22/input/ServerInputMessages.h index 60b15d7e..77a44d18 100644 --- a/tutorials/tutorial22/include/tutorial22/input/ServerInputMessages.h +++ b/tutorials/tutorial22/include/tutorial22/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial22/include/tutorial22/message/Msg1.h b/tutorials/tutorial22/include/tutorial22/message/Msg1.h index 8658c3ea..858a0140 100644 --- a/tutorials/tutorial22/include/tutorial22/message/Msg1.h +++ b/tutorials/tutorial22/include/tutorial22/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial22/include/tutorial22/message/Msg1Common.h b/tutorials/tutorial22/include/tutorial22/message/Msg1Common.h index 0295f50c..f39d39bf 100644 --- a/tutorials/tutorial22/include/tutorial22/message/Msg1Common.h +++ b/tutorials/tutorial22/include/tutorial22/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial22/include/tutorial22/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 22eea981..83d9083f 100644 --- a/tutorials/tutorial22/include/tutorial22/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial22/include/tutorial22/options/BareMetalDefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/BareMetalDefaultOptions.h index 7ad9dd50..50272247 100644 --- a/tutorials/tutorial22/include/tutorial22/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial22/include/tutorial22/options/ClientDefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/ClientDefaultOptions.h index 2731ac61..ed234bf2 100644 --- a/tutorials/tutorial22/include/tutorial22/options/ClientDefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial22/include/tutorial22/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 768e1a86..0795adc3 100644 --- a/tutorials/tutorial22/include/tutorial22/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial22/include/tutorial22/options/DataViewDefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/DataViewDefaultOptions.h index 9d811d48..c8a7a925 100644 --- a/tutorials/tutorial22/include/tutorial22/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial22/include/tutorial22/options/DefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/DefaultOptions.h index 89c434ab..f5d6742e 100644 --- a/tutorials/tutorial22/include/tutorial22/options/DefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial22/include/tutorial22/options/ServerDefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/ServerDefaultOptions.h index 002b8c93..567cb0f3 100644 --- a/tutorials/tutorial22/include/tutorial22/options/ServerDefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial22/include/tutorial22/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial22/include/tutorial22/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 08c1dc31..7386d46e 100644 --- a/tutorials/tutorial22/include/tutorial22/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial22/include/tutorial22/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial23/include/t23_ext/Version.h b/tutorials/tutorial23/include/t23_ext/Version.h index 4f978813..f1cfc5fd 100644 --- a/tutorials/tutorial23/include/t23_ext/Version.h +++ b/tutorials/tutorial23/include/t23_ext/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace t23_ext // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial23/include/t23_ext/field/FieldBase.h b/tutorials/tutorial23/include/t23_ext/field/FieldBase.h index b2918729..4870de19 100644 --- a/tutorials/tutorial23/include/t23_ext/field/FieldBase.h +++ b/tutorials/tutorial23/include/t23_ext/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial23/include/t23_ext/ns1/field/I1.h b/tutorials/tutorial23/include/t23_ext/ns1/field/I1.h index 9eba6342..a8c4a878 100644 --- a/tutorials/tutorial23/include/t23_ext/ns1/field/I1.h +++ b/tutorials/tutorial23/include/t23_ext/ns1/field/I1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I1" field. diff --git a/tutorials/tutorial23/include/t23_ext/ns1/field/I1Common.h b/tutorials/tutorial23/include/t23_ext/ns1/field/I1Common.h index ebb16390..60204e3d 100644 --- a/tutorials/tutorial23/include/t23_ext/ns1/field/I1Common.h +++ b/tutorials/tutorial23/include/t23_ext/ns1/field/I1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial23/include/t23_ext/ns1/field/S1.h b/tutorials/tutorial23/include/t23_ext/ns1/field/S1.h index 98a074cf..0ea62b02 100644 --- a/tutorials/tutorial23/include/t23_ext/ns1/field/S1.h +++ b/tutorials/tutorial23/include/t23_ext/ns1/field/S1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "S1" field. diff --git a/tutorials/tutorial23/include/t23_ext/ns1/field/S1Common.h b/tutorials/tutorial23/include/t23_ext/ns1/field/S1Common.h index fc7b54a2..f44ca4e6 100644 --- a/tutorials/tutorial23/include/t23_ext/ns1/field/S1Common.h +++ b/tutorials/tutorial23/include/t23_ext/ns1/field/S1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial23/include/t23_ext/options/BareMetalDefaultOptions.h b/tutorials/tutorial23/include/t23_ext/options/BareMetalDefaultOptions.h index 70406022..aa71bb90 100644 --- a/tutorials/tutorial23/include/t23_ext/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial23/include/t23_ext/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial23/include/t23_ext/options/ClientDefaultOptions.h b/tutorials/tutorial23/include/t23_ext/options/ClientDefaultOptions.h index c115a4d7..586d9f79 100644 --- a/tutorials/tutorial23/include/t23_ext/options/ClientDefaultOptions.h +++ b/tutorials/tutorial23/include/t23_ext/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial23/include/t23_ext/options/DataViewDefaultOptions.h b/tutorials/tutorial23/include/t23_ext/options/DataViewDefaultOptions.h index b3f3ce09..938a52d5 100644 --- a/tutorials/tutorial23/include/t23_ext/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial23/include/t23_ext/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial23/include/t23_ext/options/DefaultOptions.h b/tutorials/tutorial23/include/t23_ext/options/DefaultOptions.h index 678e8ddf..6f4ca71b 100644 --- a/tutorials/tutorial23/include/t23_ext/options/DefaultOptions.h +++ b/tutorials/tutorial23/include/t23_ext/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial23/include/t23_ext/options/ServerDefaultOptions.h b/tutorials/tutorial23/include/t23_ext/options/ServerDefaultOptions.h index 78506c2b..b42478b9 100644 --- a/tutorials/tutorial23/include/t23_ext/options/ServerDefaultOptions.h +++ b/tutorials/tutorial23/include/t23_ext/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial23/include/tutorial23/Message.h b/tutorials/tutorial23/include/tutorial23/Message.h index 5cebeee2..88cf2366 100644 --- a/tutorials/tutorial23/include/tutorial23/Message.h +++ b/tutorials/tutorial23/include/tutorial23/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial23/include/tutorial23/MsgId.h b/tutorials/tutorial23/include/tutorial23/MsgId.h index 86262808..f27a1a49 100644 --- a/tutorials/tutorial23/include/tutorial23/MsgId.h +++ b/tutorials/tutorial23/include/tutorial23/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial23/include/tutorial23/Version.h b/tutorials/tutorial23/include/tutorial23/Version.h index 0205e7f7..8cd514ba 100644 --- a/tutorials/tutorial23/include/tutorial23/Version.h +++ b/tutorials/tutorial23/include/tutorial23/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial23 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial23/include/tutorial23/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial23/include/tutorial23/dispatch/DispatchClientInputMessage.h index 34f6585e..3a99efa7 100644 --- a/tutorials/tutorial23/include/tutorial23/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial23/include/tutorial23/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial23/include/tutorial23/dispatch/DispatchMessage.h b/tutorials/tutorial23/include/tutorial23/dispatch/DispatchMessage.h index 22f795be..14053894 100644 --- a/tutorials/tutorial23/include/tutorial23/dispatch/DispatchMessage.h +++ b/tutorials/tutorial23/include/tutorial23/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial23/include/tutorial23/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial23/include/tutorial23/dispatch/DispatchServerInputMessage.h index 2de37fb8..4b61d65d 100644 --- a/tutorials/tutorial23/include/tutorial23/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial23/include/tutorial23/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial23/include/tutorial23/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial23/include/tutorial23/factory/AllMessagesDynMemMsgFactory.h index 6f664087..3923fd14 100644 --- a/tutorials/tutorial23/include/tutorial23/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial23/include/tutorial23/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial23/include/tutorial23/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial23/include/tutorial23/factory/ClientInputMessagesDynMemMsgFactory.h index ad7b533d..d193a18d 100644 --- a/tutorials/tutorial23/include/tutorial23/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial23/include/tutorial23/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial23/include/tutorial23/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial23/include/tutorial23/factory/ServerInputMessagesDynMemMsgFactory.h index 66dd95c7..2ab501a3 100644 --- a/tutorials/tutorial23/include/tutorial23/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial23/include/tutorial23/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial23/include/tutorial23/field/FieldBase.h b/tutorials/tutorial23/include/tutorial23/field/FieldBase.h index f2bf0038..0025a466 100644 --- a/tutorials/tutorial23/include/tutorial23/field/FieldBase.h +++ b/tutorials/tutorial23/include/tutorial23/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial23/include/tutorial23/field/I1.h b/tutorials/tutorial23/include/tutorial23/field/I1.h index abc1b95b..c2b062a5 100644 --- a/tutorials/tutorial23/include/tutorial23/field/I1.h +++ b/tutorials/tutorial23/include/tutorial23/field/I1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "I1" field. diff --git a/tutorials/tutorial23/include/tutorial23/field/I1Common.h b/tutorials/tutorial23/include/tutorial23/field/I1Common.h index b25c206d..bb0d09d3 100644 --- a/tutorials/tutorial23/include/tutorial23/field/I1Common.h +++ b/tutorials/tutorial23/include/tutorial23/field/I1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial23/include/tutorial23/field/Length.h b/tutorials/tutorial23/include/tutorial23/field/Length.h index c1c40fd2..1f5008b5 100644 --- a/tutorials/tutorial23/include/tutorial23/field/Length.h +++ b/tutorials/tutorial23/include/tutorial23/field/Length.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Length" field. diff --git a/tutorials/tutorial23/include/tutorial23/field/LengthCommon.h b/tutorials/tutorial23/include/tutorial23/field/LengthCommon.h index 85e66b92..1cf7ad58 100644 --- a/tutorials/tutorial23/include/tutorial23/field/LengthCommon.h +++ b/tutorials/tutorial23/include/tutorial23/field/LengthCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial23/include/tutorial23/field/MsgId.h b/tutorials/tutorial23/include/tutorial23/field/MsgId.h index 5ad54171..4856a7f4 100644 --- a/tutorials/tutorial23/include/tutorial23/field/MsgId.h +++ b/tutorials/tutorial23/include/tutorial23/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial23/include/tutorial23/field/MsgIdCommon.h b/tutorials/tutorial23/include/tutorial23/field/MsgIdCommon.h index b1d863fd..9a5096b9 100644 --- a/tutorials/tutorial23/include/tutorial23/field/MsgIdCommon.h +++ b/tutorials/tutorial23/include/tutorial23/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial23/include/tutorial23/frame/Frame.h b/tutorials/tutorial23/include/tutorial23/frame/Frame.h index d8c6df22..1ccf0784 100644 --- a/tutorials/tutorial23/include/tutorial23/frame/Frame.h +++ b/tutorials/tutorial23/include/tutorial23/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial23/include/tutorial23/frame/FrameCommon.h b/tutorials/tutorial23/include/tutorial23/frame/FrameCommon.h index 6eba7623..227990a1 100644 --- a/tutorials/tutorial23/include/tutorial23/frame/FrameCommon.h +++ b/tutorials/tutorial23/include/tutorial23/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial23/include/tutorial23/input/AllMessages.h b/tutorials/tutorial23/include/tutorial23/input/AllMessages.h index 357e31d8..b669392c 100644 --- a/tutorials/tutorial23/include/tutorial23/input/AllMessages.h +++ b/tutorials/tutorial23/include/tutorial23/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial23/include/tutorial23/input/ClientInputMessages.h b/tutorials/tutorial23/include/tutorial23/input/ClientInputMessages.h index 693d0544..9a97c96f 100644 --- a/tutorials/tutorial23/include/tutorial23/input/ClientInputMessages.h +++ b/tutorials/tutorial23/include/tutorial23/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial23/include/tutorial23/input/ServerInputMessages.h b/tutorials/tutorial23/include/tutorial23/input/ServerInputMessages.h index 9a3483ec..8f1797cb 100644 --- a/tutorials/tutorial23/include/tutorial23/input/ServerInputMessages.h +++ b/tutorials/tutorial23/include/tutorial23/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial23/include/tutorial23/message/Msg1.h b/tutorials/tutorial23/include/tutorial23/message/Msg1.h index 003fbdff..db289acf 100644 --- a/tutorials/tutorial23/include/tutorial23/message/Msg1.h +++ b/tutorials/tutorial23/include/tutorial23/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial23/include/tutorial23/message/Msg1Common.h b/tutorials/tutorial23/include/tutorial23/message/Msg1Common.h index 5bf87c10..32cd7d7d 100644 --- a/tutorials/tutorial23/include/tutorial23/message/Msg1Common.h +++ b/tutorials/tutorial23/include/tutorial23/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial23/include/tutorial23/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index f58a70b5..da4fc6c9 100644 --- a/tutorials/tutorial23/include/tutorial23/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial23/include/tutorial23/options/BareMetalDefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/BareMetalDefaultOptions.h index c7835cd5..def9a979 100644 --- a/tutorials/tutorial23/include/tutorial23/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial23/include/tutorial23/options/ClientDefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/ClientDefaultOptions.h index 31288f6c..e1424c63 100644 --- a/tutorials/tutorial23/include/tutorial23/options/ClientDefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial23/include/tutorial23/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 2450cf00..f4888e5f 100644 --- a/tutorials/tutorial23/include/tutorial23/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial23/include/tutorial23/options/DataViewDefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/DataViewDefaultOptions.h index f97a1f8e..033ef436 100644 --- a/tutorials/tutorial23/include/tutorial23/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial23/include/tutorial23/options/DefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/DefaultOptions.h index 841a9208..75c542bb 100644 --- a/tutorials/tutorial23/include/tutorial23/options/DefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial23/include/tutorial23/options/ServerDefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/ServerDefaultOptions.h index 92cc8fc5..01f65887 100644 --- a/tutorials/tutorial23/include/tutorial23/options/ServerDefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial23/include/tutorial23/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial23/include/tutorial23/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 56a680f8..fb7a4d25 100644 --- a/tutorials/tutorial23/include/tutorial23/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial23/include/tutorial23/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial24/include/tutorial24/Message.h b/tutorials/tutorial24/include/tutorial24/Message.h index 5b0c3ba5..a957a391 100644 --- a/tutorials/tutorial24/include/tutorial24/Message.h +++ b/tutorials/tutorial24/include/tutorial24/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial24/include/tutorial24/MsgId.h b/tutorials/tutorial24/include/tutorial24/MsgId.h index d330c6a4..25bc84e4 100644 --- a/tutorials/tutorial24/include/tutorial24/MsgId.h +++ b/tutorials/tutorial24/include/tutorial24/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial24/include/tutorial24/Version.h b/tutorials/tutorial24/include/tutorial24/Version.h index ed5d555c..392de9b8 100644 --- a/tutorials/tutorial24/include/tutorial24/Version.h +++ b/tutorials/tutorial24/include/tutorial24/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial24 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial24/include/tutorial24/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial24/include/tutorial24/dispatch/DispatchClientInputMessage.h index f4e9f85d..1acd9a1a 100644 --- a/tutorials/tutorial24/include/tutorial24/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial24/include/tutorial24/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial24/include/tutorial24/dispatch/DispatchMessage.h b/tutorials/tutorial24/include/tutorial24/dispatch/DispatchMessage.h index baf66360..673ecee2 100644 --- a/tutorials/tutorial24/include/tutorial24/dispatch/DispatchMessage.h +++ b/tutorials/tutorial24/include/tutorial24/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial24/include/tutorial24/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial24/include/tutorial24/dispatch/DispatchServerInputMessage.h index 218ecaa9..0fd6a069 100644 --- a/tutorials/tutorial24/include/tutorial24/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial24/include/tutorial24/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial24/include/tutorial24/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial24/include/tutorial24/factory/AllMessagesDynMemMsgFactory.h index 30f7b370..fa450805 100644 --- a/tutorials/tutorial24/include/tutorial24/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial24/include/tutorial24/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial24/include/tutorial24/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial24/include/tutorial24/factory/ClientInputMessagesDynMemMsgFactory.h index 1159bad2..142d8261 100644 --- a/tutorials/tutorial24/include/tutorial24/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial24/include/tutorial24/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial24/include/tutorial24/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial24/include/tutorial24/factory/ServerInputMessagesDynMemMsgFactory.h index cc86ff77..232fa8b8 100644 --- a/tutorials/tutorial24/include/tutorial24/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial24/include/tutorial24/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial24/include/tutorial24/field/FieldBase.h b/tutorials/tutorial24/include/tutorial24/field/FieldBase.h index 84389fda..3aaba11f 100644 --- a/tutorials/tutorial24/include/tutorial24/field/FieldBase.h +++ b/tutorials/tutorial24/include/tutorial24/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial24/include/tutorial24/field/MsgId.h b/tutorials/tutorial24/include/tutorial24/field/MsgId.h index 59ccb990..2d55cef6 100644 --- a/tutorials/tutorial24/include/tutorial24/field/MsgId.h +++ b/tutorials/tutorial24/include/tutorial24/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial24/include/tutorial24/field/MsgIdCommon.h b/tutorials/tutorial24/include/tutorial24/field/MsgIdCommon.h index 456879a6..e6a25ca4 100644 --- a/tutorials/tutorial24/include/tutorial24/field/MsgIdCommon.h +++ b/tutorials/tutorial24/include/tutorial24/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial24/include/tutorial24/frame/Frame.h b/tutorials/tutorial24/include/tutorial24/frame/Frame.h index c450e692..8a691745 100644 --- a/tutorials/tutorial24/include/tutorial24/frame/Frame.h +++ b/tutorials/tutorial24/include/tutorial24/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial24/include/tutorial24/frame/FrameCommon.h b/tutorials/tutorial24/include/tutorial24/frame/FrameCommon.h index 93ce66b2..6e4a2cdb 100644 --- a/tutorials/tutorial24/include/tutorial24/frame/FrameCommon.h +++ b/tutorials/tutorial24/include/tutorial24/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial24/include/tutorial24/input/AllMessages.h b/tutorials/tutorial24/include/tutorial24/input/AllMessages.h index 9235fc44..556755d2 100644 --- a/tutorials/tutorial24/include/tutorial24/input/AllMessages.h +++ b/tutorials/tutorial24/include/tutorial24/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial24/include/tutorial24/input/ClientInputMessages.h b/tutorials/tutorial24/include/tutorial24/input/ClientInputMessages.h index abd55e90..6ba0156c 100644 --- a/tutorials/tutorial24/include/tutorial24/input/ClientInputMessages.h +++ b/tutorials/tutorial24/include/tutorial24/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial24/include/tutorial24/input/ServerInputMessages.h b/tutorials/tutorial24/include/tutorial24/input/ServerInputMessages.h index 8cf7bfa0..ff00aacb 100644 --- a/tutorials/tutorial24/include/tutorial24/input/ServerInputMessages.h +++ b/tutorials/tutorial24/include/tutorial24/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial24/include/tutorial24/message/Msg1.h b/tutorials/tutorial24/include/tutorial24/message/Msg1.h index d95f8549..080b2d48 100644 --- a/tutorials/tutorial24/include/tutorial24/message/Msg1.h +++ b/tutorials/tutorial24/include/tutorial24/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial24/include/tutorial24/message/Msg1Common.h b/tutorials/tutorial24/include/tutorial24/message/Msg1Common.h index 45694dea..6cdf2948 100644 --- a/tutorials/tutorial24/include/tutorial24/message/Msg1Common.h +++ b/tutorials/tutorial24/include/tutorial24/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial24/include/tutorial24/message/Msg2.h b/tutorials/tutorial24/include/tutorial24/message/Msg2.h index db6eabeb..d42a2768 100644 --- a/tutorials/tutorial24/include/tutorial24/message/Msg2.h +++ b/tutorials/tutorial24/include/tutorial24/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial24/include/tutorial24/message/Msg2Common.h b/tutorials/tutorial24/include/tutorial24/message/Msg2Common.h index 48c9ce07..642c2804 100644 --- a/tutorials/tutorial24/include/tutorial24/message/Msg2Common.h +++ b/tutorials/tutorial24/include/tutorial24/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial24/include/tutorial24/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 956b5801..791c1727 100644 --- a/tutorials/tutorial24/include/tutorial24/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial24/include/tutorial24/options/BareMetalDefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/BareMetalDefaultOptions.h index 27d3ec42..2f10b990 100644 --- a/tutorials/tutorial24/include/tutorial24/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial24/include/tutorial24/options/ClientDefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/ClientDefaultOptions.h index 26b2a063..51724921 100644 --- a/tutorials/tutorial24/include/tutorial24/options/ClientDefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial24/include/tutorial24/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index f7602d47..6e431ba7 100644 --- a/tutorials/tutorial24/include/tutorial24/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial24/include/tutorial24/options/DataViewDefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/DataViewDefaultOptions.h index 42dc0ff0..27b686c9 100644 --- a/tutorials/tutorial24/include/tutorial24/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial24/include/tutorial24/options/DefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/DefaultOptions.h index ecb124cf..f189c68f 100644 --- a/tutorials/tutorial24/include/tutorial24/options/DefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial24/include/tutorial24/options/ServerDefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/ServerDefaultOptions.h index 0d33c884..caadaa18 100644 --- a/tutorials/tutorial24/include/tutorial24/options/ServerDefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial24/include/tutorial24/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial24/include/tutorial24/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 8f67096f..4bec12a5 100644 --- a/tutorials/tutorial24/include/tutorial24/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial24/include/tutorial24/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial25/include/tutorial25/Message.h b/tutorials/tutorial25/include/tutorial25/Message.h index 5555b774..9e52ce23 100644 --- a/tutorials/tutorial25/include/tutorial25/Message.h +++ b/tutorials/tutorial25/include/tutorial25/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial25/include/tutorial25/MsgId.h b/tutorials/tutorial25/include/tutorial25/MsgId.h index d72e73a2..c554d2e4 100644 --- a/tutorials/tutorial25/include/tutorial25/MsgId.h +++ b/tutorials/tutorial25/include/tutorial25/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial25/include/tutorial25/Version.h b/tutorials/tutorial25/include/tutorial25/Version.h index ad0b16d0..74a0f0e2 100644 --- a/tutorials/tutorial25/include/tutorial25/Version.h +++ b/tutorials/tutorial25/include/tutorial25/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial25 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial25/include/tutorial25/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial25/include/tutorial25/dispatch/DispatchClientInputMessage.h index c6734a99..0e8cb242 100644 --- a/tutorials/tutorial25/include/tutorial25/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial25/include/tutorial25/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial25/include/tutorial25/dispatch/DispatchMessage.h b/tutorials/tutorial25/include/tutorial25/dispatch/DispatchMessage.h index b7d77435..a68d526f 100644 --- a/tutorials/tutorial25/include/tutorial25/dispatch/DispatchMessage.h +++ b/tutorials/tutorial25/include/tutorial25/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial25/include/tutorial25/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial25/include/tutorial25/dispatch/DispatchServerInputMessage.h index f8252990..1d72867f 100644 --- a/tutorials/tutorial25/include/tutorial25/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial25/include/tutorial25/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial25/include/tutorial25/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial25/include/tutorial25/factory/AllMessagesDynMemMsgFactory.h index 4b9c1bb6..d652f8d4 100644 --- a/tutorials/tutorial25/include/tutorial25/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial25/include/tutorial25/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial25/include/tutorial25/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial25/include/tutorial25/factory/ClientInputMessagesDynMemMsgFactory.h index dcf2551f..c4e5d22f 100644 --- a/tutorials/tutorial25/include/tutorial25/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial25/include/tutorial25/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial25/include/tutorial25/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial25/include/tutorial25/factory/ServerInputMessagesDynMemMsgFactory.h index 5010f927..b43d8585 100644 --- a/tutorials/tutorial25/include/tutorial25/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial25/include/tutorial25/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial25/include/tutorial25/field/FieldBase.h b/tutorials/tutorial25/include/tutorial25/field/FieldBase.h index a2a92f29..c6448b28 100644 --- a/tutorials/tutorial25/include/tutorial25/field/FieldBase.h +++ b/tutorials/tutorial25/include/tutorial25/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial25/include/tutorial25/field/MsgId.h b/tutorials/tutorial25/include/tutorial25/field/MsgId.h index 007cee11..0b0b1d1f 100644 --- a/tutorials/tutorial25/include/tutorial25/field/MsgId.h +++ b/tutorials/tutorial25/include/tutorial25/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial25/include/tutorial25/field/MsgIdCommon.h b/tutorials/tutorial25/include/tutorial25/field/MsgIdCommon.h index 3e6c2eab..e84eceb0 100644 --- a/tutorials/tutorial25/include/tutorial25/field/MsgIdCommon.h +++ b/tutorials/tutorial25/include/tutorial25/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/frame/Frame.h b/tutorials/tutorial25/include/tutorial25/frame/Frame.h index eca31fa8..1c0fcc14 100644 --- a/tutorials/tutorial25/include/tutorial25/frame/Frame.h +++ b/tutorials/tutorial25/include/tutorial25/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial25/include/tutorial25/frame/FrameCommon.h b/tutorials/tutorial25/include/tutorial25/frame/FrameCommon.h index f6b379fa..63f44702 100644 --- a/tutorials/tutorial25/include/tutorial25/frame/FrameCommon.h +++ b/tutorials/tutorial25/include/tutorial25/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/input/AllMessages.h b/tutorials/tutorial25/include/tutorial25/input/AllMessages.h index e1934e89..aee39bfc 100644 --- a/tutorials/tutorial25/include/tutorial25/input/AllMessages.h +++ b/tutorials/tutorial25/include/tutorial25/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial25/include/tutorial25/input/ClientInputMessages.h b/tutorials/tutorial25/include/tutorial25/input/ClientInputMessages.h index a0007ae5..a1643c67 100644 --- a/tutorials/tutorial25/include/tutorial25/input/ClientInputMessages.h +++ b/tutorials/tutorial25/include/tutorial25/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial25/include/tutorial25/input/ServerInputMessages.h b/tutorials/tutorial25/include/tutorial25/input/ServerInputMessages.h index 950b9a7c..c625abd2 100644 --- a/tutorials/tutorial25/include/tutorial25/input/ServerInputMessages.h +++ b/tutorials/tutorial25/include/tutorial25/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg1.h b/tutorials/tutorial25/include/tutorial25/message/Msg1.h index f3ddba3a..6b325cd4 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg1.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg10.h b/tutorials/tutorial25/include/tutorial25/message/Msg10.h index 8d1c8e01..499da6be 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg10.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg10.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 10" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg10Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg10Common.h index 3ba019a4..b92a8757 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg10Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg10Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg1Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg1Common.h index 606f97c9..a83226db 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg1Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg2.h b/tutorials/tutorial25/include/tutorial25/message/Msg2.h index a4e3627b..c1b58c88 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg2.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg2Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg2Common.h index 48fdebe9..36e67b90 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg2Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg3.h b/tutorials/tutorial25/include/tutorial25/message/Msg3.h index 09edf3dd..bec14553 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg3.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg3Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg3Common.h index 7f68099d..6336df75 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg3Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg4.h b/tutorials/tutorial25/include/tutorial25/message/Msg4.h index c7517216..80c35a54 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg4.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 4" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg4Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg4Common.h index 2adf42e4..11a18f31 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg4Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg5.h b/tutorials/tutorial25/include/tutorial25/message/Msg5.h index 58a2af51..e698e001 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg5.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 5" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg5Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg5Common.h index f7fe157f..36a748dc 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg5Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg6.h b/tutorials/tutorial25/include/tutorial25/message/Msg6.h index 4fc1bb28..ef611afe 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg6.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg6.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 6" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg6Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg6Common.h index 54656599..ef60d5f9 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg6Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg6Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg7.h b/tutorials/tutorial25/include/tutorial25/message/Msg7.h index 6b50efb0..994e312d 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg7.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg7.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 7" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg7Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg7Common.h index ca9d3f9d..7b7ec865 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg7Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg7Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg8.h b/tutorials/tutorial25/include/tutorial25/message/Msg8.h index 04cd9bd9..12f7402d 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg8.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 8" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg8Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg8Common.h index 3c64aa3f..48ad9565 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg8Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg9.h b/tutorials/tutorial25/include/tutorial25/message/Msg9.h index f77a8e1e..6668726c 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg9.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg9.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 9" message and its fields. diff --git a/tutorials/tutorial25/include/tutorial25/message/Msg9Common.h b/tutorials/tutorial25/include/tutorial25/message/Msg9Common.h index f0469724..b81faf31 100644 --- a/tutorials/tutorial25/include/tutorial25/message/Msg9Common.h +++ b/tutorials/tutorial25/include/tutorial25/message/Msg9Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial25/include/tutorial25/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index c41eeaf6..db92e089 100644 --- a/tutorials/tutorial25/include/tutorial25/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial25/include/tutorial25/options/BareMetalDefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/BareMetalDefaultOptions.h index 3025c527..725ffc48 100644 --- a/tutorials/tutorial25/include/tutorial25/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial25/include/tutorial25/options/ClientDefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/ClientDefaultOptions.h index 80ed198e..763ccbec 100644 --- a/tutorials/tutorial25/include/tutorial25/options/ClientDefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial25/include/tutorial25/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 6d0019c5..b8e9c7c3 100644 --- a/tutorials/tutorial25/include/tutorial25/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial25/include/tutorial25/options/DataViewDefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/DataViewDefaultOptions.h index 9e8ced72..a76262d8 100644 --- a/tutorials/tutorial25/include/tutorial25/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial25/include/tutorial25/options/DefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/DefaultOptions.h index 919963b4..1c7349d3 100644 --- a/tutorials/tutorial25/include/tutorial25/options/DefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial25/include/tutorial25/options/ServerDefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/ServerDefaultOptions.h index e74bee19..2f654826 100644 --- a/tutorials/tutorial25/include/tutorial25/options/ServerDefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial25/include/tutorial25/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial25/include/tutorial25/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index a34a631c..dfe1e2f9 100644 --- a/tutorials/tutorial25/include/tutorial25/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial25/include/tutorial25/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial3/include/tutorial3/Message.h b/tutorials/tutorial3/include/tutorial3/Message.h index e024fa91..bf4ee129 100644 --- a/tutorials/tutorial3/include/tutorial3/Message.h +++ b/tutorials/tutorial3/include/tutorial3/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial3/include/tutorial3/MsgId.h b/tutorials/tutorial3/include/tutorial3/MsgId.h index 56c42c9d..727bb5ca 100644 --- a/tutorials/tutorial3/include/tutorial3/MsgId.h +++ b/tutorials/tutorial3/include/tutorial3/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial3/include/tutorial3/Version.h b/tutorials/tutorial3/include/tutorial3/Version.h index 2261c3a0..93a76fee 100644 --- a/tutorials/tutorial3/include/tutorial3/Version.h +++ b/tutorials/tutorial3/include/tutorial3/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial3 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial3/include/tutorial3/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial3/include/tutorial3/dispatch/DispatchClientInputMessage.h index 9cf11103..da8f43db 100644 --- a/tutorials/tutorial3/include/tutorial3/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial3/include/tutorial3/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial3/include/tutorial3/dispatch/DispatchMessage.h b/tutorials/tutorial3/include/tutorial3/dispatch/DispatchMessage.h index 5c874eb1..30952425 100644 --- a/tutorials/tutorial3/include/tutorial3/dispatch/DispatchMessage.h +++ b/tutorials/tutorial3/include/tutorial3/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial3/include/tutorial3/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial3/include/tutorial3/dispatch/DispatchServerInputMessage.h index 1ca49329..1da0432a 100644 --- a/tutorials/tutorial3/include/tutorial3/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial3/include/tutorial3/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial3/include/tutorial3/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial3/include/tutorial3/factory/AllMessagesDynMemMsgFactory.h index 1179ee19..64d43557 100644 --- a/tutorials/tutorial3/include/tutorial3/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial3/include/tutorial3/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial3/include/tutorial3/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial3/include/tutorial3/factory/ClientInputMessagesDynMemMsgFactory.h index e05ff2b8..96d05936 100644 --- a/tutorials/tutorial3/include/tutorial3/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial3/include/tutorial3/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial3/include/tutorial3/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial3/include/tutorial3/factory/ServerInputMessagesDynMemMsgFactory.h index 963de53f..fa6a5546 100644 --- a/tutorials/tutorial3/include/tutorial3/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial3/include/tutorial3/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial3/include/tutorial3/field/FieldBase.h b/tutorials/tutorial3/include/tutorial3/field/FieldBase.h index ed008b9f..d8d8bbe8 100644 --- a/tutorials/tutorial3/include/tutorial3/field/FieldBase.h +++ b/tutorials/tutorial3/include/tutorial3/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial3/include/tutorial3/field/MsgId.h b/tutorials/tutorial3/include/tutorial3/field/MsgId.h index 42484633..ed26a588 100644 --- a/tutorials/tutorial3/include/tutorial3/field/MsgId.h +++ b/tutorials/tutorial3/include/tutorial3/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial3/include/tutorial3/field/MsgIdCommon.h b/tutorials/tutorial3/include/tutorial3/field/MsgIdCommon.h index b4eb75fd..dd250518 100644 --- a/tutorials/tutorial3/include/tutorial3/field/MsgIdCommon.h +++ b/tutorials/tutorial3/include/tutorial3/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial3/include/tutorial3/frame/Frame.h b/tutorials/tutorial3/include/tutorial3/frame/Frame.h index 41c83709..3ba96e73 100644 --- a/tutorials/tutorial3/include/tutorial3/frame/Frame.h +++ b/tutorials/tutorial3/include/tutorial3/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial3/include/tutorial3/frame/FrameCommon.h b/tutorials/tutorial3/include/tutorial3/frame/FrameCommon.h index 4d5cd627..f886b2ce 100644 --- a/tutorials/tutorial3/include/tutorial3/frame/FrameCommon.h +++ b/tutorials/tutorial3/include/tutorial3/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial3/include/tutorial3/input/AllMessages.h b/tutorials/tutorial3/include/tutorial3/input/AllMessages.h index 9f707724..7cfb99e8 100644 --- a/tutorials/tutorial3/include/tutorial3/input/AllMessages.h +++ b/tutorials/tutorial3/include/tutorial3/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial3/include/tutorial3/input/ClientInputMessages.h b/tutorials/tutorial3/include/tutorial3/input/ClientInputMessages.h index 7f2242fb..c1dc4dcb 100644 --- a/tutorials/tutorial3/include/tutorial3/input/ClientInputMessages.h +++ b/tutorials/tutorial3/include/tutorial3/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial3/include/tutorial3/input/ServerInputMessages.h b/tutorials/tutorial3/include/tutorial3/input/ServerInputMessages.h index 0ac20024..5b8ba0b8 100644 --- a/tutorials/tutorial3/include/tutorial3/input/ServerInputMessages.h +++ b/tutorials/tutorial3/include/tutorial3/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial3/include/tutorial3/message/Msg1.h b/tutorials/tutorial3/include/tutorial3/message/Msg1.h index 3ef02dba..f915e691 100644 --- a/tutorials/tutorial3/include/tutorial3/message/Msg1.h +++ b/tutorials/tutorial3/include/tutorial3/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial3/include/tutorial3/message/Msg1Common.h b/tutorials/tutorial3/include/tutorial3/message/Msg1Common.h index cc88d40d..1f4bbeaa 100644 --- a/tutorials/tutorial3/include/tutorial3/message/Msg1Common.h +++ b/tutorials/tutorial3/include/tutorial3/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial3/include/tutorial3/message/Msg2.h b/tutorials/tutorial3/include/tutorial3/message/Msg2.h index 40cdf2bb..019510fc 100644 --- a/tutorials/tutorial3/include/tutorial3/message/Msg2.h +++ b/tutorials/tutorial3/include/tutorial3/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial3/include/tutorial3/message/Msg2Common.h b/tutorials/tutorial3/include/tutorial3/message/Msg2Common.h index 8647deba..3b2a858d 100644 --- a/tutorials/tutorial3/include/tutorial3/message/Msg2Common.h +++ b/tutorials/tutorial3/include/tutorial3/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial3/include/tutorial3/message/Msg3.h b/tutorials/tutorial3/include/tutorial3/message/Msg3.h index 51cd79bb..91994577 100644 --- a/tutorials/tutorial3/include/tutorial3/message/Msg3.h +++ b/tutorials/tutorial3/include/tutorial3/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial3/include/tutorial3/message/Msg3Common.h b/tutorials/tutorial3/include/tutorial3/message/Msg3Common.h index 0f2e89cf..01736129 100644 --- a/tutorials/tutorial3/include/tutorial3/message/Msg3Common.h +++ b/tutorials/tutorial3/include/tutorial3/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial3/include/tutorial3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 4dd51b1e..4891c075 100644 --- a/tutorials/tutorial3/include/tutorial3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial3/include/tutorial3/options/BareMetalDefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/BareMetalDefaultOptions.h index 85122860..cc726fc4 100644 --- a/tutorials/tutorial3/include/tutorial3/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial3/include/tutorial3/options/ClientDefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/ClientDefaultOptions.h index 6adbd16a..885baacf 100644 --- a/tutorials/tutorial3/include/tutorial3/options/ClientDefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial3/include/tutorial3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 4abceed0..e387feb0 100644 --- a/tutorials/tutorial3/include/tutorial3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial3/include/tutorial3/options/DataViewDefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/DataViewDefaultOptions.h index de440334..1324ced5 100644 --- a/tutorials/tutorial3/include/tutorial3/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial3/include/tutorial3/options/DefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/DefaultOptions.h index 49ca5a18..c2f10c79 100644 --- a/tutorials/tutorial3/include/tutorial3/options/DefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial3/include/tutorial3/options/ServerDefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/ServerDefaultOptions.h index d0078bb2..d331c3c3 100644 --- a/tutorials/tutorial3/include/tutorial3/options/ServerDefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial3/include/tutorial3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial3/include/tutorial3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 0fd694c1..f66a6097 100644 --- a/tutorials/tutorial3/include/tutorial3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial3/include/tutorial3/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial4/include/tutorial4/Message.h b/tutorials/tutorial4/include/tutorial4/Message.h index 2dedc0fd..999273f6 100644 --- a/tutorials/tutorial4/include/tutorial4/Message.h +++ b/tutorials/tutorial4/include/tutorial4/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial4/include/tutorial4/MsgId.h b/tutorials/tutorial4/include/tutorial4/MsgId.h index 901e9fb3..4aea1b4e 100644 --- a/tutorials/tutorial4/include/tutorial4/MsgId.h +++ b/tutorials/tutorial4/include/tutorial4/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial4/include/tutorial4/Version.h b/tutorials/tutorial4/include/tutorial4/Version.h index 6491e548..fa120489 100644 --- a/tutorials/tutorial4/include/tutorial4/Version.h +++ b/tutorials/tutorial4/include/tutorial4/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial4 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial4/include/tutorial4/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial4/include/tutorial4/dispatch/DispatchClientInputMessage.h index cd1fe6ff..fb5c3c55 100644 --- a/tutorials/tutorial4/include/tutorial4/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial4/include/tutorial4/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial4/include/tutorial4/dispatch/DispatchMessage.h b/tutorials/tutorial4/include/tutorial4/dispatch/DispatchMessage.h index c36722bc..bcab1e6d 100644 --- a/tutorials/tutorial4/include/tutorial4/dispatch/DispatchMessage.h +++ b/tutorials/tutorial4/include/tutorial4/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial4/include/tutorial4/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial4/include/tutorial4/dispatch/DispatchServerInputMessage.h index 1dfd776d..be99c9c0 100644 --- a/tutorials/tutorial4/include/tutorial4/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial4/include/tutorial4/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial4/include/tutorial4/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial4/include/tutorial4/factory/AllMessagesDynMemMsgFactory.h index 98ba9b2d..7bcb7514 100644 --- a/tutorials/tutorial4/include/tutorial4/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial4/include/tutorial4/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial4/include/tutorial4/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial4/include/tutorial4/factory/ClientInputMessagesDynMemMsgFactory.h index bfff15c2..6ed2f9e4 100644 --- a/tutorials/tutorial4/include/tutorial4/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial4/include/tutorial4/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial4/include/tutorial4/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial4/include/tutorial4/factory/ServerInputMessagesDynMemMsgFactory.h index 9277d6d8..538e4c54 100644 --- a/tutorials/tutorial4/include/tutorial4/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial4/include/tutorial4/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial4/include/tutorial4/field/FieldBase.h b/tutorials/tutorial4/include/tutorial4/field/FieldBase.h index 906eb190..790da465 100644 --- a/tutorials/tutorial4/include/tutorial4/field/FieldBase.h +++ b/tutorials/tutorial4/include/tutorial4/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial4/include/tutorial4/field/KeyValueProp.h b/tutorials/tutorial4/include/tutorial4/field/KeyValueProp.h index 6421ddc8..ab00b1a1 100644 --- a/tutorials/tutorial4/include/tutorial4/field/KeyValueProp.h +++ b/tutorials/tutorial4/include/tutorial4/field/KeyValueProp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "KeyValueProp" field. diff --git a/tutorials/tutorial4/include/tutorial4/field/KeyValuePropCommon.h b/tutorials/tutorial4/include/tutorial4/field/KeyValuePropCommon.h index fb32ce9b..e60d505e 100644 --- a/tutorials/tutorial4/include/tutorial4/field/KeyValuePropCommon.h +++ b/tutorials/tutorial4/include/tutorial4/field/KeyValuePropCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial4/include/tutorial4/field/MsgId.h b/tutorials/tutorial4/include/tutorial4/field/MsgId.h index e47aff5b..b8f4b5fd 100644 --- a/tutorials/tutorial4/include/tutorial4/field/MsgId.h +++ b/tutorials/tutorial4/include/tutorial4/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial4/include/tutorial4/field/MsgIdCommon.h b/tutorials/tutorial4/include/tutorial4/field/MsgIdCommon.h index c645634f..87aa4128 100644 --- a/tutorials/tutorial4/include/tutorial4/field/MsgIdCommon.h +++ b/tutorials/tutorial4/include/tutorial4/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial4/include/tutorial4/field/TlvProp.h b/tutorials/tutorial4/include/tutorial4/field/TlvProp.h index 17109a71..087b985d 100644 --- a/tutorials/tutorial4/include/tutorial4/field/TlvProp.h +++ b/tutorials/tutorial4/include/tutorial4/field/TlvProp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "TlvProp" field. diff --git a/tutorials/tutorial4/include/tutorial4/field/TlvPropCommon.h b/tutorials/tutorial4/include/tutorial4/field/TlvPropCommon.h index 2a60ca2e..766e4e66 100644 --- a/tutorials/tutorial4/include/tutorial4/field/TlvPropCommon.h +++ b/tutorials/tutorial4/include/tutorial4/field/TlvPropCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial4/include/tutorial4/frame/Frame.h b/tutorials/tutorial4/include/tutorial4/frame/Frame.h index bd8a33d7..b08040b9 100644 --- a/tutorials/tutorial4/include/tutorial4/frame/Frame.h +++ b/tutorials/tutorial4/include/tutorial4/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial4/include/tutorial4/frame/FrameCommon.h b/tutorials/tutorial4/include/tutorial4/frame/FrameCommon.h index 6e02e794..bceffca3 100644 --- a/tutorials/tutorial4/include/tutorial4/frame/FrameCommon.h +++ b/tutorials/tutorial4/include/tutorial4/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial4/include/tutorial4/input/AllMessages.h b/tutorials/tutorial4/include/tutorial4/input/AllMessages.h index 9f7011d0..932a7669 100644 --- a/tutorials/tutorial4/include/tutorial4/input/AllMessages.h +++ b/tutorials/tutorial4/include/tutorial4/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial4/include/tutorial4/input/ClientInputMessages.h b/tutorials/tutorial4/include/tutorial4/input/ClientInputMessages.h index 3763ea13..c3aab452 100644 --- a/tutorials/tutorial4/include/tutorial4/input/ClientInputMessages.h +++ b/tutorials/tutorial4/include/tutorial4/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial4/include/tutorial4/input/ServerInputMessages.h b/tutorials/tutorial4/include/tutorial4/input/ServerInputMessages.h index d0855c32..064a0a9f 100644 --- a/tutorials/tutorial4/include/tutorial4/input/ServerInputMessages.h +++ b/tutorials/tutorial4/include/tutorial4/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial4/include/tutorial4/message/Msg1.h b/tutorials/tutorial4/include/tutorial4/message/Msg1.h index 2597adc9..8eea1fb6 100644 --- a/tutorials/tutorial4/include/tutorial4/message/Msg1.h +++ b/tutorials/tutorial4/include/tutorial4/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial4/include/tutorial4/message/Msg1Common.h b/tutorials/tutorial4/include/tutorial4/message/Msg1Common.h index 16c17a9e..48139c57 100644 --- a/tutorials/tutorial4/include/tutorial4/message/Msg1Common.h +++ b/tutorials/tutorial4/include/tutorial4/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial4/include/tutorial4/message/Msg2.h b/tutorials/tutorial4/include/tutorial4/message/Msg2.h index 1022802d..43f3cd06 100644 --- a/tutorials/tutorial4/include/tutorial4/message/Msg2.h +++ b/tutorials/tutorial4/include/tutorial4/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial4/include/tutorial4/message/Msg2Common.h b/tutorials/tutorial4/include/tutorial4/message/Msg2Common.h index ac028150..2a437659 100644 --- a/tutorials/tutorial4/include/tutorial4/message/Msg2Common.h +++ b/tutorials/tutorial4/include/tutorial4/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial4/include/tutorial4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index dceac1f3..3544a73a 100644 --- a/tutorials/tutorial4/include/tutorial4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial4/include/tutorial4/options/BareMetalDefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/BareMetalDefaultOptions.h index 9c5444a7..cfff0e3a 100644 --- a/tutorials/tutorial4/include/tutorial4/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial4/include/tutorial4/options/ClientDefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/ClientDefaultOptions.h index aa2d9981..c6b6cb9e 100644 --- a/tutorials/tutorial4/include/tutorial4/options/ClientDefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial4/include/tutorial4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 2840c3e8..4aeb9bdb 100644 --- a/tutorials/tutorial4/include/tutorial4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial4/include/tutorial4/options/DataViewDefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/DataViewDefaultOptions.h index f57a6cf4..e181d7ac 100644 --- a/tutorials/tutorial4/include/tutorial4/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial4/include/tutorial4/options/DefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/DefaultOptions.h index ded883e2..04321628 100644 --- a/tutorials/tutorial4/include/tutorial4/options/DefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial4/include/tutorial4/options/ServerDefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/ServerDefaultOptions.h index 410e8fb1..a431635d 100644 --- a/tutorials/tutorial4/include/tutorial4/options/ServerDefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial4/include/tutorial4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial4/include/tutorial4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 47985168..58b6a34a 100644 --- a/tutorials/tutorial4/include/tutorial4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial4/include/tutorial4/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial5/include/tutorial5/Message.h b/tutorials/tutorial5/include/tutorial5/Message.h index d730c54e..475f3c9c 100644 --- a/tutorials/tutorial5/include/tutorial5/Message.h +++ b/tutorials/tutorial5/include/tutorial5/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial5/include/tutorial5/MsgId.h b/tutorials/tutorial5/include/tutorial5/MsgId.h index ca32a945..c7fc3049 100644 --- a/tutorials/tutorial5/include/tutorial5/MsgId.h +++ b/tutorials/tutorial5/include/tutorial5/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial5/include/tutorial5/Version.h b/tutorials/tutorial5/include/tutorial5/Version.h index 8bc4adfa..cd3b7ca5 100644 --- a/tutorials/tutorial5/include/tutorial5/Version.h +++ b/tutorials/tutorial5/include/tutorial5/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial5 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial5/include/tutorial5/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial5/include/tutorial5/dispatch/DispatchClientInputMessage.h index fb4f3313..c47c6271 100644 --- a/tutorials/tutorial5/include/tutorial5/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial5/include/tutorial5/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial5/include/tutorial5/dispatch/DispatchMessage.h b/tutorials/tutorial5/include/tutorial5/dispatch/DispatchMessage.h index 297dd4e9..cf4cd875 100644 --- a/tutorials/tutorial5/include/tutorial5/dispatch/DispatchMessage.h +++ b/tutorials/tutorial5/include/tutorial5/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial5/include/tutorial5/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial5/include/tutorial5/dispatch/DispatchServerInputMessage.h index 3ad781d7..9d993290 100644 --- a/tutorials/tutorial5/include/tutorial5/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial5/include/tutorial5/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial5/include/tutorial5/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial5/include/tutorial5/factory/AllMessagesDynMemMsgFactory.h index 37d9f390..b55c211f 100644 --- a/tutorials/tutorial5/include/tutorial5/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial5/include/tutorial5/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial5/include/tutorial5/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial5/include/tutorial5/factory/ClientInputMessagesDynMemMsgFactory.h index 0033c41d..1a92a794 100644 --- a/tutorials/tutorial5/include/tutorial5/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial5/include/tutorial5/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial5/include/tutorial5/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial5/include/tutorial5/factory/ServerInputMessagesDynMemMsgFactory.h index 9bd655fc..ffb1e292 100644 --- a/tutorials/tutorial5/include/tutorial5/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial5/include/tutorial5/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial5/include/tutorial5/field/FieldBase.h b/tutorials/tutorial5/include/tutorial5/field/FieldBase.h index 77152811..8cfbc34e 100644 --- a/tutorials/tutorial5/include/tutorial5/field/FieldBase.h +++ b/tutorials/tutorial5/include/tutorial5/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial5/include/tutorial5/field/MsgId.h b/tutorials/tutorial5/include/tutorial5/field/MsgId.h index a81b3557..20f0f2ac 100644 --- a/tutorials/tutorial5/include/tutorial5/field/MsgId.h +++ b/tutorials/tutorial5/include/tutorial5/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial5/include/tutorial5/field/MsgIdCommon.h b/tutorials/tutorial5/include/tutorial5/field/MsgIdCommon.h index d0ce9063..f204ad40 100644 --- a/tutorials/tutorial5/include/tutorial5/field/MsgIdCommon.h +++ b/tutorials/tutorial5/include/tutorial5/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrame.h b/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrame.h index 143bf0f9..18e1b545 100644 --- a/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrame.h +++ b/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "ClientToServerFrame" frame class. diff --git a/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrameCommon.h b/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrameCommon.h index 2d89eda0..6bad1a29 100644 --- a/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrameCommon.h +++ b/tutorials/tutorial5/include/tutorial5/frame/ClientToServerFrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrame.h b/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrame.h index 3199c575..da187c83 100644 --- a/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrame.h +++ b/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "ServerToClientFrame" frame class. diff --git a/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrameCommon.h b/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrameCommon.h index 2d505c8c..a7a06184 100644 --- a/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrameCommon.h +++ b/tutorials/tutorial5/include/tutorial5/frame/ServerToClientFrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial5/include/tutorial5/input/AllMessages.h b/tutorials/tutorial5/include/tutorial5/input/AllMessages.h index cdabec9e..034b03ca 100644 --- a/tutorials/tutorial5/include/tutorial5/input/AllMessages.h +++ b/tutorials/tutorial5/include/tutorial5/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial5/include/tutorial5/input/ClientInputMessages.h b/tutorials/tutorial5/include/tutorial5/input/ClientInputMessages.h index 0f2d3cf0..dd0843bd 100644 --- a/tutorials/tutorial5/include/tutorial5/input/ClientInputMessages.h +++ b/tutorials/tutorial5/include/tutorial5/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial5/include/tutorial5/input/ServerInputMessages.h b/tutorials/tutorial5/include/tutorial5/input/ServerInputMessages.h index 573f8053..14177909 100644 --- a/tutorials/tutorial5/include/tutorial5/input/ServerInputMessages.h +++ b/tutorials/tutorial5/include/tutorial5/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial5/include/tutorial5/message/Msg1.h b/tutorials/tutorial5/include/tutorial5/message/Msg1.h index 12b40ad6..f481c9ad 100644 --- a/tutorials/tutorial5/include/tutorial5/message/Msg1.h +++ b/tutorials/tutorial5/include/tutorial5/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial5/include/tutorial5/message/Msg1Common.h b/tutorials/tutorial5/include/tutorial5/message/Msg1Common.h index d22c576c..cd99750f 100644 --- a/tutorials/tutorial5/include/tutorial5/message/Msg1Common.h +++ b/tutorials/tutorial5/include/tutorial5/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial5/include/tutorial5/message/Msg2.h b/tutorials/tutorial5/include/tutorial5/message/Msg2.h index 464d1583..066a4080 100644 --- a/tutorials/tutorial5/include/tutorial5/message/Msg2.h +++ b/tutorials/tutorial5/include/tutorial5/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial5/include/tutorial5/message/Msg2Common.h b/tutorials/tutorial5/include/tutorial5/message/Msg2Common.h index 16fc8c9e..6d5ca800 100644 --- a/tutorials/tutorial5/include/tutorial5/message/Msg2Common.h +++ b/tutorials/tutorial5/include/tutorial5/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial5/include/tutorial5/message/Msg3.h b/tutorials/tutorial5/include/tutorial5/message/Msg3.h index 26704d1f..75543760 100644 --- a/tutorials/tutorial5/include/tutorial5/message/Msg3.h +++ b/tutorials/tutorial5/include/tutorial5/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial5/include/tutorial5/message/Msg3Common.h b/tutorials/tutorial5/include/tutorial5/message/Msg3Common.h index 3ba6c2a9..26a5f9da 100644 --- a/tutorials/tutorial5/include/tutorial5/message/Msg3Common.h +++ b/tutorials/tutorial5/include/tutorial5/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial5/include/tutorial5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index e8f13329..3dbda5b3 100644 --- a/tutorials/tutorial5/include/tutorial5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial5/include/tutorial5/options/BareMetalDefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/BareMetalDefaultOptions.h index 708ba03e..60af887a 100644 --- a/tutorials/tutorial5/include/tutorial5/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial5/include/tutorial5/options/ClientDefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/ClientDefaultOptions.h index a23ada7c..810b43b1 100644 --- a/tutorials/tutorial5/include/tutorial5/options/ClientDefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial5/include/tutorial5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 406f604b..0a2fad4b 100644 --- a/tutorials/tutorial5/include/tutorial5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial5/include/tutorial5/options/DataViewDefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/DataViewDefaultOptions.h index 1b3be634..6ccc3115 100644 --- a/tutorials/tutorial5/include/tutorial5/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial5/include/tutorial5/options/DefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/DefaultOptions.h index b96c6856..cf92bfe9 100644 --- a/tutorials/tutorial5/include/tutorial5/options/DefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial5/include/tutorial5/options/ServerDefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/ServerDefaultOptions.h index 9e117d1b..ee354364 100644 --- a/tutorials/tutorial5/include/tutorial5/options/ServerDefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial5/include/tutorial5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial5/include/tutorial5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 16abe392..c0cddc92 100644 --- a/tutorials/tutorial5/include/tutorial5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial5/include/tutorial5/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial6/include/tutorial6/Message.h b/tutorials/tutorial6/include/tutorial6/Message.h index 3615be7d..a5cbf335 100644 --- a/tutorials/tutorial6/include/tutorial6/Message.h +++ b/tutorials/tutorial6/include/tutorial6/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial6/include/tutorial6/MsgId.h b/tutorials/tutorial6/include/tutorial6/MsgId.h index 4a25f80c..93d49e15 100644 --- a/tutorials/tutorial6/include/tutorial6/MsgId.h +++ b/tutorials/tutorial6/include/tutorial6/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial6/include/tutorial6/Version.h b/tutorials/tutorial6/include/tutorial6/Version.h index ae29c5b9..2134edf8 100644 --- a/tutorials/tutorial6/include/tutorial6/Version.h +++ b/tutorials/tutorial6/include/tutorial6/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial6 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial6/include/tutorial6/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial6/include/tutorial6/dispatch/DispatchClientInputMessage.h index ce567122..4cb9b2da 100644 --- a/tutorials/tutorial6/include/tutorial6/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial6/include/tutorial6/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial6/include/tutorial6/dispatch/DispatchMessage.h b/tutorials/tutorial6/include/tutorial6/dispatch/DispatchMessage.h index 43dfb6f8..15de41b8 100644 --- a/tutorials/tutorial6/include/tutorial6/dispatch/DispatchMessage.h +++ b/tutorials/tutorial6/include/tutorial6/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial6/include/tutorial6/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial6/include/tutorial6/dispatch/DispatchServerInputMessage.h index 8adbb10d..9fa656fc 100644 --- a/tutorials/tutorial6/include/tutorial6/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial6/include/tutorial6/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial6/include/tutorial6/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial6/include/tutorial6/factory/AllMessagesDynMemMsgFactory.h index ce22c46c..22b2e28f 100644 --- a/tutorials/tutorial6/include/tutorial6/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial6/include/tutorial6/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial6/include/tutorial6/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial6/include/tutorial6/factory/ClientInputMessagesDynMemMsgFactory.h index 969f3536..4cb69993 100644 --- a/tutorials/tutorial6/include/tutorial6/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial6/include/tutorial6/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial6/include/tutorial6/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial6/include/tutorial6/factory/ServerInputMessagesDynMemMsgFactory.h index 92a85245..6a09494f 100644 --- a/tutorials/tutorial6/include/tutorial6/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial6/include/tutorial6/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial6/include/tutorial6/field/FieldBase.h b/tutorials/tutorial6/include/tutorial6/field/FieldBase.h index b310478f..23d1d5da 100644 --- a/tutorials/tutorial6/include/tutorial6/field/FieldBase.h +++ b/tutorials/tutorial6/include/tutorial6/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial6/include/tutorial6/field/MsgId.h b/tutorials/tutorial6/include/tutorial6/field/MsgId.h index 890169a3..dea6a39a 100644 --- a/tutorials/tutorial6/include/tutorial6/field/MsgId.h +++ b/tutorials/tutorial6/include/tutorial6/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial6/include/tutorial6/field/MsgIdCommon.h b/tutorials/tutorial6/include/tutorial6/field/MsgIdCommon.h index c1de0388..2a20c2d3 100644 --- a/tutorials/tutorial6/include/tutorial6/field/MsgIdCommon.h +++ b/tutorials/tutorial6/include/tutorial6/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial6/include/tutorial6/frame/Frame.h b/tutorials/tutorial6/include/tutorial6/frame/Frame.h index a869c921..26ec0e47 100644 --- a/tutorials/tutorial6/include/tutorial6/frame/Frame.h +++ b/tutorials/tutorial6/include/tutorial6/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial6/include/tutorial6/frame/FrameCommon.h b/tutorials/tutorial6/include/tutorial6/frame/FrameCommon.h index 22f645bc..e77cfdba 100644 --- a/tutorials/tutorial6/include/tutorial6/frame/FrameCommon.h +++ b/tutorials/tutorial6/include/tutorial6/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial6/include/tutorial6/input/AllMessages.h b/tutorials/tutorial6/include/tutorial6/input/AllMessages.h index 95d0ecfc..769e900c 100644 --- a/tutorials/tutorial6/include/tutorial6/input/AllMessages.h +++ b/tutorials/tutorial6/include/tutorial6/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial6/include/tutorial6/input/ClientInputMessages.h b/tutorials/tutorial6/include/tutorial6/input/ClientInputMessages.h index b69de2e2..df52640a 100644 --- a/tutorials/tutorial6/include/tutorial6/input/ClientInputMessages.h +++ b/tutorials/tutorial6/include/tutorial6/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial6/include/tutorial6/input/ServerInputMessages.h b/tutorials/tutorial6/include/tutorial6/input/ServerInputMessages.h index 5d1872b9..ec116de6 100644 --- a/tutorials/tutorial6/include/tutorial6/input/ServerInputMessages.h +++ b/tutorials/tutorial6/include/tutorial6/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial6/include/tutorial6/message/Msg1.h b/tutorials/tutorial6/include/tutorial6/message/Msg1.h index 79cffdab..eebe46a3 100644 --- a/tutorials/tutorial6/include/tutorial6/message/Msg1.h +++ b/tutorials/tutorial6/include/tutorial6/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial6/include/tutorial6/message/Msg1Common.h b/tutorials/tutorial6/include/tutorial6/message/Msg1Common.h index e1115652..73c1ef43 100644 --- a/tutorials/tutorial6/include/tutorial6/message/Msg1Common.h +++ b/tutorials/tutorial6/include/tutorial6/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial6/include/tutorial6/message/Msg2.h b/tutorials/tutorial6/include/tutorial6/message/Msg2.h index 825108b3..4e3ccf49 100644 --- a/tutorials/tutorial6/include/tutorial6/message/Msg2.h +++ b/tutorials/tutorial6/include/tutorial6/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial6/include/tutorial6/message/Msg2Common.h b/tutorials/tutorial6/include/tutorial6/message/Msg2Common.h index 255264c5..2ac62558 100644 --- a/tutorials/tutorial6/include/tutorial6/message/Msg2Common.h +++ b/tutorials/tutorial6/include/tutorial6/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial6/include/tutorial6/message/Msg3.h b/tutorials/tutorial6/include/tutorial6/message/Msg3.h index 03aac312..d96b0b65 100644 --- a/tutorials/tutorial6/include/tutorial6/message/Msg3.h +++ b/tutorials/tutorial6/include/tutorial6/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial6/include/tutorial6/message/Msg3Common.h b/tutorials/tutorial6/include/tutorial6/message/Msg3Common.h index 08424339..c13908f5 100644 --- a/tutorials/tutorial6/include/tutorial6/message/Msg3Common.h +++ b/tutorials/tutorial6/include/tutorial6/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial6/include/tutorial6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 2dfe07ad..2fd728e2 100644 --- a/tutorials/tutorial6/include/tutorial6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial6/include/tutorial6/options/BareMetalDefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/BareMetalDefaultOptions.h index cf0f68ff..5649b278 100644 --- a/tutorials/tutorial6/include/tutorial6/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial6/include/tutorial6/options/ClientDefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/ClientDefaultOptions.h index 89491e50..9184a21d 100644 --- a/tutorials/tutorial6/include/tutorial6/options/ClientDefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial6/include/tutorial6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 38e50c9e..40bc1d11 100644 --- a/tutorials/tutorial6/include/tutorial6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial6/include/tutorial6/options/DataViewDefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/DataViewDefaultOptions.h index 5afe6c79..dac14ebb 100644 --- a/tutorials/tutorial6/include/tutorial6/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial6/include/tutorial6/options/DefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/DefaultOptions.h index c5541c07..39d6fb7e 100644 --- a/tutorials/tutorial6/include/tutorial6/options/DefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial6/include/tutorial6/options/ServerDefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/ServerDefaultOptions.h index d663a1dc..2e259cac 100644 --- a/tutorials/tutorial6/include/tutorial6/options/ServerDefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial6/include/tutorial6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial6/include/tutorial6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index 1a778b95..6075707f 100644 --- a/tutorials/tutorial6/include/tutorial6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial6/include/tutorial6/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial7/include/tutorial7/Message.h b/tutorials/tutorial7/include/tutorial7/Message.h index 325d4294..920a4530 100644 --- a/tutorials/tutorial7/include/tutorial7/Message.h +++ b/tutorials/tutorial7/include/tutorial7/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial7/include/tutorial7/MsgId.h b/tutorials/tutorial7/include/tutorial7/MsgId.h index 5190e691..d7198b8b 100644 --- a/tutorials/tutorial7/include/tutorial7/MsgId.h +++ b/tutorials/tutorial7/include/tutorial7/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial7/include/tutorial7/Version.h b/tutorials/tutorial7/include/tutorial7/Version.h index b7e8e462..76744854 100644 --- a/tutorials/tutorial7/include/tutorial7/Version.h +++ b/tutorials/tutorial7/include/tutorial7/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial7 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial7/include/tutorial7/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial7/include/tutorial7/dispatch/DispatchClientInputMessage.h index 10daf0c2..a0edb5b0 100644 --- a/tutorials/tutorial7/include/tutorial7/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial7/include/tutorial7/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial7/include/tutorial7/dispatch/DispatchMessage.h b/tutorials/tutorial7/include/tutorial7/dispatch/DispatchMessage.h index 59d5dab5..440b3fbe 100644 --- a/tutorials/tutorial7/include/tutorial7/dispatch/DispatchMessage.h +++ b/tutorials/tutorial7/include/tutorial7/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial7/include/tutorial7/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial7/include/tutorial7/dispatch/DispatchServerInputMessage.h index 920caf14..9934cb89 100644 --- a/tutorials/tutorial7/include/tutorial7/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial7/include/tutorial7/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial7/include/tutorial7/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial7/include/tutorial7/factory/AllMessagesDynMemMsgFactory.h index 953cfce0..9e99aaa8 100644 --- a/tutorials/tutorial7/include/tutorial7/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial7/include/tutorial7/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial7/include/tutorial7/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial7/include/tutorial7/factory/ClientInputMessagesDynMemMsgFactory.h index d8266d96..2c42958c 100644 --- a/tutorials/tutorial7/include/tutorial7/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial7/include/tutorial7/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial7/include/tutorial7/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial7/include/tutorial7/factory/ServerInputMessagesDynMemMsgFactory.h index 327a9c21..6ce2b175 100644 --- a/tutorials/tutorial7/include/tutorial7/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial7/include/tutorial7/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial7/include/tutorial7/field/FieldBase.h b/tutorials/tutorial7/include/tutorial7/field/FieldBase.h index 967867e4..e5459b48 100644 --- a/tutorials/tutorial7/include/tutorial7/field/FieldBase.h +++ b/tutorials/tutorial7/include/tutorial7/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial7/include/tutorial7/field/MsgId.h b/tutorials/tutorial7/include/tutorial7/field/MsgId.h index b2a1dc89..bc6dec1e 100644 --- a/tutorials/tutorial7/include/tutorial7/field/MsgId.h +++ b/tutorials/tutorial7/include/tutorial7/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial7/include/tutorial7/field/MsgIdCommon.h b/tutorials/tutorial7/include/tutorial7/field/MsgIdCommon.h index 3e347134..b7f61f10 100644 --- a/tutorials/tutorial7/include/tutorial7/field/MsgIdCommon.h +++ b/tutorials/tutorial7/include/tutorial7/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial7/include/tutorial7/frame/Frame.h b/tutorials/tutorial7/include/tutorial7/frame/Frame.h index 17acb109..6ca46c72 100644 --- a/tutorials/tutorial7/include/tutorial7/frame/Frame.h +++ b/tutorials/tutorial7/include/tutorial7/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial7/include/tutorial7/frame/FrameCommon.h b/tutorials/tutorial7/include/tutorial7/frame/FrameCommon.h index 4ff521d7..3c8d5dca 100644 --- a/tutorials/tutorial7/include/tutorial7/frame/FrameCommon.h +++ b/tutorials/tutorial7/include/tutorial7/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial7/include/tutorial7/input/AllMessages.h b/tutorials/tutorial7/include/tutorial7/input/AllMessages.h index 41dbc6e7..de3d9bd7 100644 --- a/tutorials/tutorial7/include/tutorial7/input/AllMessages.h +++ b/tutorials/tutorial7/include/tutorial7/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial7/include/tutorial7/input/ClientInputMessages.h b/tutorials/tutorial7/include/tutorial7/input/ClientInputMessages.h index ec3c8b64..0336eea7 100644 --- a/tutorials/tutorial7/include/tutorial7/input/ClientInputMessages.h +++ b/tutorials/tutorial7/include/tutorial7/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial7/include/tutorial7/input/ServerInputMessages.h b/tutorials/tutorial7/include/tutorial7/input/ServerInputMessages.h index ad5d3682..2903bb77 100644 --- a/tutorials/tutorial7/include/tutorial7/input/ServerInputMessages.h +++ b/tutorials/tutorial7/include/tutorial7/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial7/include/tutorial7/message/Msg1.h b/tutorials/tutorial7/include/tutorial7/message/Msg1.h index 86b408d7..eaffff4d 100644 --- a/tutorials/tutorial7/include/tutorial7/message/Msg1.h +++ b/tutorials/tutorial7/include/tutorial7/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial7/include/tutorial7/message/Msg1Common.h b/tutorials/tutorial7/include/tutorial7/message/Msg1Common.h index b8ed8961..3f72f72a 100644 --- a/tutorials/tutorial7/include/tutorial7/message/Msg1Common.h +++ b/tutorials/tutorial7/include/tutorial7/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial7/include/tutorial7/message/Msg2.h b/tutorials/tutorial7/include/tutorial7/message/Msg2.h index 4a236f1a..5cf89078 100644 --- a/tutorials/tutorial7/include/tutorial7/message/Msg2.h +++ b/tutorials/tutorial7/include/tutorial7/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial7/include/tutorial7/message/Msg2Common.h b/tutorials/tutorial7/include/tutorial7/message/Msg2Common.h index 426e5d99..ee739329 100644 --- a/tutorials/tutorial7/include/tutorial7/message/Msg2Common.h +++ b/tutorials/tutorial7/include/tutorial7/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial7/include/tutorial7/message/Msg3.h b/tutorials/tutorial7/include/tutorial7/message/Msg3.h index a463f3ca..95c4b906 100644 --- a/tutorials/tutorial7/include/tutorial7/message/Msg3.h +++ b/tutorials/tutorial7/include/tutorial7/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial7/include/tutorial7/message/Msg3Common.h b/tutorials/tutorial7/include/tutorial7/message/Msg3Common.h index f106b49b..7be087be 100644 --- a/tutorials/tutorial7/include/tutorial7/message/Msg3Common.h +++ b/tutorials/tutorial7/include/tutorial7/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial7/include/tutorial7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index 34303ddf..35320796 100644 --- a/tutorials/tutorial7/include/tutorial7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial7/include/tutorial7/options/BareMetalDefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/BareMetalDefaultOptions.h index 20d814af..6b0c71ed 100644 --- a/tutorials/tutorial7/include/tutorial7/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial7/include/tutorial7/options/ClientDefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/ClientDefaultOptions.h index d693a370..bcb14cc1 100644 --- a/tutorials/tutorial7/include/tutorial7/options/ClientDefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial7/include/tutorial7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 0e316fa1..babba20e 100644 --- a/tutorials/tutorial7/include/tutorial7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial7/include/tutorial7/options/DataViewDefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/DataViewDefaultOptions.h index 901ff394..6fadb3cc 100644 --- a/tutorials/tutorial7/include/tutorial7/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial7/include/tutorial7/options/DefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/DefaultOptions.h index e831339a..3e153738 100644 --- a/tutorials/tutorial7/include/tutorial7/options/DefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial7/include/tutorial7/options/ServerDefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/ServerDefaultOptions.h index e80fcebe..38b16d5c 100644 --- a/tutorials/tutorial7/include/tutorial7/options/ServerDefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial7/include/tutorial7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial7/include/tutorial7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index ecd944ba..5f5f7f35 100644 --- a/tutorials/tutorial7/include/tutorial7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial7/include/tutorial7/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial8/include/tutorial8/Message.h b/tutorials/tutorial8/include/tutorial8/Message.h index a78f9c42..f1c6c584 100644 --- a/tutorials/tutorial8/include/tutorial8/Message.h +++ b/tutorials/tutorial8/include/tutorial8/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial8/include/tutorial8/MsgId.h b/tutorials/tutorial8/include/tutorial8/MsgId.h index ea54ff44..f4f24203 100644 --- a/tutorials/tutorial8/include/tutorial8/MsgId.h +++ b/tutorials/tutorial8/include/tutorial8/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial8/include/tutorial8/Version.h b/tutorials/tutorial8/include/tutorial8/Version.h index bae87d6d..8024e8b2 100644 --- a/tutorials/tutorial8/include/tutorial8/Version.h +++ b/tutorials/tutorial8/include/tutorial8/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial8 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial8/include/tutorial8/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial8/include/tutorial8/dispatch/DispatchClientInputMessage.h index 9097c9fd..084db36f 100644 --- a/tutorials/tutorial8/include/tutorial8/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial8/include/tutorial8/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial8/include/tutorial8/dispatch/DispatchMessage.h b/tutorials/tutorial8/include/tutorial8/dispatch/DispatchMessage.h index c66e72de..efdad2a1 100644 --- a/tutorials/tutorial8/include/tutorial8/dispatch/DispatchMessage.h +++ b/tutorials/tutorial8/include/tutorial8/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial8/include/tutorial8/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial8/include/tutorial8/dispatch/DispatchServerInputMessage.h index 2c90f8b5..15889cb7 100644 --- a/tutorials/tutorial8/include/tutorial8/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial8/include/tutorial8/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial8/include/tutorial8/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial8/include/tutorial8/factory/AllMessagesDynMemMsgFactory.h index 03374f88..73dac9ea 100644 --- a/tutorials/tutorial8/include/tutorial8/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial8/include/tutorial8/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial8/include/tutorial8/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial8/include/tutorial8/factory/ClientInputMessagesDynMemMsgFactory.h index cd66a305..6eadbb1c 100644 --- a/tutorials/tutorial8/include/tutorial8/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial8/include/tutorial8/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial8/include/tutorial8/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial8/include/tutorial8/factory/ServerInputMessagesDynMemMsgFactory.h index 8fbc767c..a8cf5163 100644 --- a/tutorials/tutorial8/include/tutorial8/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial8/include/tutorial8/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial8/include/tutorial8/field/FieldBase.h b/tutorials/tutorial8/include/tutorial8/field/FieldBase.h index 92692611..69e3f0f6 100644 --- a/tutorials/tutorial8/include/tutorial8/field/FieldBase.h +++ b/tutorials/tutorial8/include/tutorial8/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial8/include/tutorial8/field/MsgId.h b/tutorials/tutorial8/include/tutorial8/field/MsgId.h index a5c42d5c..1cce2548 100644 --- a/tutorials/tutorial8/include/tutorial8/field/MsgId.h +++ b/tutorials/tutorial8/include/tutorial8/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial8/include/tutorial8/field/MsgIdCommon.h b/tutorials/tutorial8/include/tutorial8/field/MsgIdCommon.h index 9272913d..7390ccad 100644 --- a/tutorials/tutorial8/include/tutorial8/field/MsgIdCommon.h +++ b/tutorials/tutorial8/include/tutorial8/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial8/include/tutorial8/frame/Frame.h b/tutorials/tutorial8/include/tutorial8/frame/Frame.h index 4bbd633e..019aedb7 100644 --- a/tutorials/tutorial8/include/tutorial8/frame/Frame.h +++ b/tutorials/tutorial8/include/tutorial8/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial8/include/tutorial8/frame/FrameCommon.h b/tutorials/tutorial8/include/tutorial8/frame/FrameCommon.h index 3e14afe2..18ff726e 100644 --- a/tutorials/tutorial8/include/tutorial8/frame/FrameCommon.h +++ b/tutorials/tutorial8/include/tutorial8/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial8/include/tutorial8/input/AllMessages.h b/tutorials/tutorial8/include/tutorial8/input/AllMessages.h index e3fab87f..10bbf130 100644 --- a/tutorials/tutorial8/include/tutorial8/input/AllMessages.h +++ b/tutorials/tutorial8/include/tutorial8/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial8/include/tutorial8/input/ClientInputMessages.h b/tutorials/tutorial8/include/tutorial8/input/ClientInputMessages.h index d02c8bb8..66d8c539 100644 --- a/tutorials/tutorial8/include/tutorial8/input/ClientInputMessages.h +++ b/tutorials/tutorial8/include/tutorial8/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial8/include/tutorial8/input/ServerInputMessages.h b/tutorials/tutorial8/include/tutorial8/input/ServerInputMessages.h index b0c979a1..9b28488c 100644 --- a/tutorials/tutorial8/include/tutorial8/input/ServerInputMessages.h +++ b/tutorials/tutorial8/include/tutorial8/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial8/include/tutorial8/message/Msg1.h b/tutorials/tutorial8/include/tutorial8/message/Msg1.h index c28e6fbf..95d610d9 100644 --- a/tutorials/tutorial8/include/tutorial8/message/Msg1.h +++ b/tutorials/tutorial8/include/tutorial8/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial8/include/tutorial8/message/Msg1Common.h b/tutorials/tutorial8/include/tutorial8/message/Msg1Common.h index 5390a338..f5176641 100644 --- a/tutorials/tutorial8/include/tutorial8/message/Msg1Common.h +++ b/tutorials/tutorial8/include/tutorial8/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial8/include/tutorial8/message/Msg2.h b/tutorials/tutorial8/include/tutorial8/message/Msg2.h index adf92d5c..d743fecd 100644 --- a/tutorials/tutorial8/include/tutorial8/message/Msg2.h +++ b/tutorials/tutorial8/include/tutorial8/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial8/include/tutorial8/message/Msg2Common.h b/tutorials/tutorial8/include/tutorial8/message/Msg2Common.h index b6afa177..dcd48c78 100644 --- a/tutorials/tutorial8/include/tutorial8/message/Msg2Common.h +++ b/tutorials/tutorial8/include/tutorial8/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial8/include/tutorial8/message/Msg3.h b/tutorials/tutorial8/include/tutorial8/message/Msg3.h index e3e16725..544bc660 100644 --- a/tutorials/tutorial8/include/tutorial8/message/Msg3.h +++ b/tutorials/tutorial8/include/tutorial8/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial8/include/tutorial8/message/Msg3Common.h b/tutorials/tutorial8/include/tutorial8/message/Msg3Common.h index c45a7f4a..ec2200d7 100644 --- a/tutorials/tutorial8/include/tutorial8/message/Msg3Common.h +++ b/tutorials/tutorial8/include/tutorial8/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial8/include/tutorial8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index c17f35cc..c2246b80 100644 --- a/tutorials/tutorial8/include/tutorial8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial8/include/tutorial8/options/BareMetalDefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/BareMetalDefaultOptions.h index 71779117..905b8880 100644 --- a/tutorials/tutorial8/include/tutorial8/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial8/include/tutorial8/options/ClientDefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/ClientDefaultOptions.h index f978a807..53cb75c4 100644 --- a/tutorials/tutorial8/include/tutorial8/options/ClientDefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial8/include/tutorial8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index fe89120d..0069b775 100644 --- a/tutorials/tutorial8/include/tutorial8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial8/include/tutorial8/options/DataViewDefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/DataViewDefaultOptions.h index dd83149c..3d9b4695 100644 --- a/tutorials/tutorial8/include/tutorial8/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial8/include/tutorial8/options/DefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/DefaultOptions.h index b2d15f1f..6ea37e45 100644 --- a/tutorials/tutorial8/include/tutorial8/options/DefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial8/include/tutorial8/options/ServerDefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/ServerDefaultOptions.h index e70bc555..63dfe7f6 100644 --- a/tutorials/tutorial8/include/tutorial8/options/ServerDefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial8/include/tutorial8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial8/include/tutorial8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index f36640c9..080933e2 100644 --- a/tutorials/tutorial8/include/tutorial8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial8/include/tutorial8/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial9/include/tutorial9/Message.h b/tutorials/tutorial9/include/tutorial9/Message.h index b9122239..06c38f00 100644 --- a/tutorials/tutorial9/include/tutorial9/Message.h +++ b/tutorials/tutorial9/include/tutorial9/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/tutorials/tutorial9/include/tutorial9/MsgId.h b/tutorials/tutorial9/include/tutorial9/MsgId.h index d170a8f9..725cd911 100644 --- a/tutorials/tutorial9/include/tutorial9/MsgId.h +++ b/tutorials/tutorial9/include/tutorial9/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/tutorials/tutorial9/include/tutorial9/Version.h b/tutorials/tutorial9/include/tutorial9/Version.h index 74f15506..3620de34 100644 --- a/tutorials/tutorial9/include/tutorial9/Version.h +++ b/tutorials/tutorial9/include/tutorial9/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains protocol version definition. @@ -22,5 +22,5 @@ inline constexpr unsigned specVersion() } // namespace tutorial9 // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 2, 0) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 2, 1) <= comms::version(), "The version of COMMS library is too old"); diff --git a/tutorials/tutorial9/include/tutorial9/dispatch/DispatchClientInputMessage.h b/tutorials/tutorial9/include/tutorial9/dispatch/DispatchClientInputMessage.h index e27f72e7..0c99ed83 100644 --- a/tutorials/tutorial9/include/tutorial9/dispatch/DispatchClientInputMessage.h +++ b/tutorials/tutorial9/include/tutorial9/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial9/include/tutorial9/dispatch/DispatchMessage.h b/tutorials/tutorial9/include/tutorial9/dispatch/DispatchMessage.h index 2a76b5e3..449d03c3 100644 --- a/tutorials/tutorial9/include/tutorial9/dispatch/DispatchMessage.h +++ b/tutorials/tutorial9/include/tutorial9/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/tutorials/tutorial9/include/tutorial9/dispatch/DispatchServerInputMessage.h b/tutorials/tutorial9/include/tutorial9/dispatch/DispatchServerInputMessage.h index 9bb77b0b..3b693476 100644 --- a/tutorials/tutorial9/include/tutorial9/dispatch/DispatchServerInputMessage.h +++ b/tutorials/tutorial9/include/tutorial9/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/tutorials/tutorial9/include/tutorial9/factory/AllMessagesDynMemMsgFactory.h b/tutorials/tutorial9/include/tutorial9/factory/AllMessagesDynMemMsgFactory.h index 6c546784..3074ccd5 100644 --- a/tutorials/tutorial9/include/tutorial9/factory/AllMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial9/include/tutorial9/factory/AllMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for all the messages. diff --git a/tutorials/tutorial9/include/tutorial9/factory/ClientInputMessagesDynMemMsgFactory.h b/tutorials/tutorial9/include/tutorial9/factory/ClientInputMessagesDynMemMsgFactory.h index c3b03d1a..5c4245ad 100644 --- a/tutorials/tutorial9/include/tutorial9/factory/ClientInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial9/include/tutorial9/factory/ClientInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the client input messages. diff --git a/tutorials/tutorial9/include/tutorial9/factory/ServerInputMessagesDynMemMsgFactory.h b/tutorials/tutorial9/include/tutorial9/factory/ServerInputMessagesDynMemMsgFactory.h index f5cc31c1..58b4e8de 100644 --- a/tutorials/tutorial9/include/tutorial9/factory/ServerInputMessagesDynMemMsgFactory.h +++ b/tutorials/tutorial9/include/tutorial9/factory/ServerInputMessagesDynMemMsgFactory.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains message factory with dynamic memory allocation for the server input messages. diff --git a/tutorials/tutorial9/include/tutorial9/field/FieldBase.h b/tutorials/tutorial9/include/tutorial9/field/FieldBase.h index c3612fd7..1b694f7e 100644 --- a/tutorials/tutorial9/include/tutorial9/field/FieldBase.h +++ b/tutorials/tutorial9/include/tutorial9/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/tutorials/tutorial9/include/tutorial9/field/MsgId.h b/tutorials/tutorial9/include/tutorial9/field/MsgId.h index 8135b5b4..bf487f0e 100644 --- a/tutorials/tutorial9/include/tutorial9/field/MsgId.h +++ b/tutorials/tutorial9/include/tutorial9/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/tutorials/tutorial9/include/tutorial9/field/MsgIdCommon.h b/tutorials/tutorial9/include/tutorial9/field/MsgIdCommon.h index 72859619..01ac993a 100644 --- a/tutorials/tutorial9/include/tutorial9/field/MsgIdCommon.h +++ b/tutorials/tutorial9/include/tutorial9/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial9/include/tutorial9/frame/Frame.h b/tutorials/tutorial9/include/tutorial9/frame/Frame.h index d81ee7b6..3dae5ed8 100644 --- a/tutorials/tutorial9/include/tutorial9/frame/Frame.h +++ b/tutorials/tutorial9/include/tutorial9/frame/Frame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Frame" frame class. diff --git a/tutorials/tutorial9/include/tutorial9/frame/FrameCommon.h b/tutorials/tutorial9/include/tutorial9/frame/FrameCommon.h index df5ddb1d..f6c89b30 100644 --- a/tutorials/tutorial9/include/tutorial9/frame/FrameCommon.h +++ b/tutorials/tutorial9/include/tutorial9/frame/FrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial9/include/tutorial9/input/AllMessages.h b/tutorials/tutorial9/include/tutorial9/input/AllMessages.h index 9c92592b..581626ba 100644 --- a/tutorials/tutorial9/include/tutorial9/input/AllMessages.h +++ b/tutorials/tutorial9/include/tutorial9/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/tutorials/tutorial9/include/tutorial9/input/ClientInputMessages.h b/tutorials/tutorial9/include/tutorial9/input/ClientInputMessages.h index 105b6f40..01732d77 100644 --- a/tutorials/tutorial9/include/tutorial9/input/ClientInputMessages.h +++ b/tutorials/tutorial9/include/tutorial9/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/tutorials/tutorial9/include/tutorial9/input/ServerInputMessages.h b/tutorials/tutorial9/include/tutorial9/input/ServerInputMessages.h index 40a852ca..eabd1e47 100644 --- a/tutorials/tutorial9/include/tutorial9/input/ServerInputMessages.h +++ b/tutorials/tutorial9/include/tutorial9/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg1.h b/tutorials/tutorial9/include/tutorial9/message/Msg1.h index c0b248bd..8ab69437 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg1.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 1" message and its fields. diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg1Common.h b/tutorials/tutorial9/include/tutorial9/message/Msg1Common.h index c4a4015c..dc36cce7 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg1Common.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg2.h b/tutorials/tutorial9/include/tutorial9/message/Msg2.h index 886fb09d..3d72685e 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg2.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 2" message and its fields. diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg2Common.h b/tutorials/tutorial9/include/tutorial9/message/Msg2Common.h index 7d814964..27ef3c0f 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg2Common.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg3.h b/tutorials/tutorial9/include/tutorial9/message/Msg3.h index baee660b..db7723fb 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg3.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 3" message and its fields. diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg3Common.h b/tutorials/tutorial9/include/tutorial9/message/Msg3Common.h index 526ee0a7..2c6afe0e 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg3Common.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg4.h b/tutorials/tutorial9/include/tutorial9/message/Msg4.h index b223a56b..8a0173c1 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg4.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of "Message 4" message and its fields. diff --git a/tutorials/tutorial9/include/tutorial9/message/Msg4Common.h b/tutorials/tutorial9/include/tutorial9/message/Msg4Common.h index 5ffc921d..90f53f12 100644 --- a/tutorials/tutorial9/include/tutorial9/message/Msg4Common.h +++ b/tutorials/tutorial9/include/tutorial9/message/Msg4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/tutorials/tutorial9/include/tutorial9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h index dfd6ad06..3aa0f3e5 100644 --- a/tutorials/tutorial9/include/tutorial9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/AllMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol all messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial9/include/tutorial9/options/BareMetalDefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/BareMetalDefaultOptions.h index 7c0d1740..1de0ff45 100644 --- a/tutorials/tutorial9/include/tutorial9/options/BareMetalDefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/tutorials/tutorial9/include/tutorial9/options/ClientDefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/ClientDefaultOptions.h index cb70dd7e..0206dd4a 100644 --- a/tutorials/tutorial9/include/tutorial9/options/ClientDefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client default options. diff --git a/tutorials/tutorial9/include/tutorial9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h index 87c5d8fc..f4c76b6f 100644 --- a/tutorials/tutorial9/include/tutorial9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options. diff --git a/tutorials/tutorial9/include/tutorial9/options/DataViewDefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/DataViewDefaultOptions.h index f0e1650b..577e6fed 100644 --- a/tutorials/tutorial9/include/tutorial9/options/DataViewDefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/tutorials/tutorial9/include/tutorial9/options/DefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/DefaultOptions.h index 46f99a89..31ebc564 100644 --- a/tutorials/tutorial9/include/tutorial9/options/DefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol default options. diff --git a/tutorials/tutorial9/include/tutorial9/options/ServerDefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/ServerDefaultOptions.h index 0c9c42d7..cba83dca 100644 --- a/tutorials/tutorial9/include/tutorial9/options/ServerDefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server default options. diff --git a/tutorials/tutorial9/include/tutorial9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h b/tutorials/tutorial9/include/tutorial9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h index a7fd222e..785f9af0 100644 --- a/tutorials/tutorial9/include/tutorial9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h +++ b/tutorials/tutorial9/include/tutorial9/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v6.1.0 +// Generated by commsdsl2comms v6.2.0 /// @file /// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options. From c8195efd0511516a7858114ed5af09de696fc3d5 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Fri, 16 Jun 2023 08:50:30 +1000 Subject: [PATCH 3/6] Updated tutorial2 with mention of the size comparison and existing conditions check in the field. --- tutorials/tutorial2/README.md | 38 +++++++++++++++++++++++ tutorials/tutorial2/src/ClientSession.cpp | 5 +++ 2 files changed, 43 insertions(+) diff --git a/tutorials/tutorial2/README.md b/tutorials/tutorial2/README.md index a3ca8d45..ebe5ea42 100644 --- a/tutorials/tutorial2/README.md +++ b/tutorials/tutorial2/README.md @@ -2625,6 +2625,44 @@ void ClientSession::sendMsg14() sendMessage(msg); } ``` + +Also since **v6.1** of the [CommsDSL](https://github.com/commschamp/CommsDSL-Specification) +specification it is allowed to check the size of the sequence fields like ``, ``, +or `` int the `` field conditions. To do so there is a need to use `#` character +after the sibling field reference prefix `$`. +The `Msg18` message (defined inside [dsl/msg18.xml](dsl/msg18.xml) and implemented in +[include/tutorial2/message/Msg18.h](include/tutorial2/message/Msg18.h)) demonstrates that. +```xml + + + + + + + + + + ... + +``` +In the example above the optional field `F2` exists if the size of the `F1` is not 0, i.e. +it is not empty. + +The **v6.1** of the [CommsDSL](https://github.com/commschamp/CommsDSL-Specification) specification +also allows check of whether the mode of the previously encountered `` field is **exists**. +To do so there is a need to use `?` character after the sibling field reference prefix `$`. +```xml + + ... + + + + + + + +``` +In the example above the optional field `F3` exists if the `F2` does NOT exist (due to negation operator `!`). ## Reusing Fields Definitions In many cases some fields may share some portions of their definitions. To avoid various diff --git a/tutorials/tutorial2/src/ClientSession.cpp b/tutorials/tutorial2/src/ClientSession.cpp index e77025c2..f6577a66 100644 --- a/tutorials/tutorial2/src/ClientSession.cpp +++ b/tutorials/tutorial2/src/ClientSession.cpp @@ -346,6 +346,11 @@ void ClientSession::handle(Msg18& msg) } std::cout << std::endl; + if (m_currentStage != CommsStage_Msg18) { + std::cerr << "ERROR: Unexpected message received: " << std::endl; + return; + } + doNextStage(); } From a7f31ad8aa4f3c6739c0ba6d4461ac0b4e53192d Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Fri, 16 Jun 2023 09:08:33 +1000 Subject: [PATCH 4/6] Cosmetic wording updates and typo fixes in tutorial2 README. --- tutorials/tutorial2/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tutorials/tutorial2/README.md b/tutorials/tutorial2/README.md index ebe5ea42..0b5d96e9 100644 --- a/tutorials/tutorial2/README.md +++ b/tutorials/tutorial2/README.md @@ -2502,7 +2502,7 @@ Note, that [comms::Message](https://commschamp.github.io/comms_doc/classcomms_1_ implementation of virtual `refreshImpl()` which constantly return false. The [comms::MessageBase](https://commschamp.github.io/comms_doc/classcomms_1_1MessageBase.html) is expected -to implement **non-virtual** `doRefresh()` member function, which calls `refresh()` of every contained field. +to implement **non-virtual** `doRefresh()` member function, which calls `refresh()` of every contained field and override **virtual** `refreshImpl()` when polymorphic refresh functionality is requested by the interface: ```cpp class comms::MessageBase<...> @@ -2598,7 +2598,7 @@ The message definition above has the following logic for having `F3` field being ``` Please note the following aspects: -- The `<` and `>` comparisons cannot be used "as-is" in XML attributes / values. They need to be replaced with `<` and `>` respectively. +- The `<` and `>` symbols cannot be used "as-is" in XML attributes / values. They need to be replaced with `<` and `>` respectively. - The wrapped field definition needs to be wrapped in `` XML node when there are other nodes present (like `` in the example above). - The logical **or** is represented by the `` XML node while logical **and** is represented by the `` XML @@ -2626,7 +2626,7 @@ void ClientSession::sendMsg14() } ``` -Also since **v6.1** of the [CommsDSL](https://github.com/commschamp/CommsDSL-Specification) +Since **v6.1** of the [CommsDSL](https://github.com/commschamp/CommsDSL-Specification) specification it is allowed to check the size of the sequence fields like ``, ``, or `` int the `` field conditions. To do so there is a need to use `#` character after the sibling field reference prefix `$`. @@ -2716,7 +2716,7 @@ The replacing of the member fields became available since **v5.0** of the - Reusing definition of one message to define another is possible using **copyFieldsFrom** property. The same property can be used to copy member fields from the definition of the [<bundle>](#bundle-fields) field. -- Reusing other fields definitions is possuble using **reuse** property. +- Reusing other fields definitions is possible using **reuse** property. - The replacing of member fields in composite fields like `` and `` is available since version **v5.0** of the **CommsDSL** using `` child node. - The fields are abstractions around actual value storage to provide common @@ -2725,15 +2725,15 @@ The replacing of the member fields became available since **v5.0** of the is **value()**. It is used to access the value storage **by-reference**. - Every field has inner `ValueType` type, which defines type of the inner value storage. - `ValueType` of [<enum>](#enum-fields) is a relevant C++ enum class. - - `ValueType` of [<int>](#int-fields) is an appropriate integral type (`std::int8_t`, + - `ValueType` of [<int>](#int-fields) is an appropriate integral type (`std::int8_t`, `std::uint8_t`, etc ...) - - `ValueType` of [<set>](#set-fields) is an appropriate **unsigned** integral type + - `ValueType` of [<set>](#set-fields) is an appropriate **unsigned** integral type (`std::uint8_t`, `std::uint16_t`, etc...). - `ValueType` of [<float>](#float-fields) is an appropriate floating point type (`float` or `double`). - **Default** `ValueType` of [<string>](#string-fields) is `std::string`, but it can be changed to better suit the application's needs. - - **Default** `ValueType` of [<data>](#data-fields) is `std::vector<std::uint8_t>`, but it + - **Default** `ValueType` of [<data>](#data-fields) is `std::vector`, but it can be changed to better suit the application's needs. - `ValueType` of [<bundle>](#bundle-fields) is `std::tuple` of all its member fields. - `ValueType` of [<bitfield>](#bitfield-fields) is `std::tuple` of all its member fields. From 08a55e987dc0563e1a82560ccb1fa0e9261e765f Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 17 Jun 2023 10:25:36 +1000 Subject: [PATCH 5/6] Removed usage of ubuntu-18.04 from github actions. --- .github/workflows/actions_build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index 463f479a..24bfb280 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -172,8 +172,8 @@ jobs: VERBOSE: 1 - build_clang_ubuntu_18_04: - runs-on: ubuntu-18.04 + build_clang_old_ubuntu_20_04: + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -187,6 +187,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Add repositories + run: | + sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ bionic main'; \ + sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ bionic universe' + - name: Prepare Install run: sudo apt-get update --fix-missing From 421b3dd76cfac347fbb6bdc7975d1c2c9338ad8b Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Tue, 20 Jun 2023 08:11:00 +1000 Subject: [PATCH 6/6] Using v5.2.1 of the comms library and v6.2 of the commsdsl to generate code. --- .appveyor.yml | 4 ++-- .github/workflows/actions_build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 607e3bf5..2b9157f2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,8 +18,8 @@ configuration: - Release environment: - COMMS_BRANCH: develop - COMMSDSL_BRANCH: develop + COMMS_BRANCH: v5.2.1 + COMMSDSL_BRANCH: v6.2 matrix: - CPP_STD: 11 - CPP_STD: 14 diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index 24bfb280..26e3b40d 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -3,8 +3,8 @@ name: Github Actions Build on: [push] env: - COMMS_BRANCH: develop - COMMSDSL_BRANCH: develop + COMMS_BRANCH: v5.2.1 + COMMSDSL_BRANCH: v6.2 jobs: