Skip to content

Commit fc4ef04

Browse files
committed
Release 2023-11-22
2 parents d01a84c + d8f8150 commit fc4ef04

File tree

1,250 files changed

+1548
-1272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,250 files changed

+1548
-1272
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ option (FORCE_EXTRA_BOOST_LIBS "Force linking to extra boost libraries" OFF)
77
option (USE_SANITIZERS "Compile with sanitizers." OFF)
88

99
set (CMAKE_CXX_STANDARD 11 CACHE STRING "The C++ standard to use")
10-
set (MIN_COMMSDSL_VERSION "6.2.1")
10+
set (MIN_COMMSDSL_VERSION "6.2.4")
1111

1212
include(GNUInstallDirs)
1313

howtos/howto1/include/howto1/Interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Interface"</b> interface class.

howtos/howto1/include/howto1/InterfaceCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto1/include/howto1/MsgId.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of message ids enumeration.

howtos/howto1/include/howto1/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains protocol version definition.

howtos/howto1/include/howto1/dispatch/DispatchClientInputMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for client input input messages.

howtos/howto1/include/howto1/dispatch/DispatchMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for all input messages.

howtos/howto1/include/howto1/dispatch/DispatchServerInputMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for client input input messages.

howtos/howto1/include/howto1/factory/AllMessagesDynMemMsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains message factory with dynamic memory allocation for all the messages.

howtos/howto1/include/howto1/factory/ClientInputMessagesDynMemMsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains message factory with dynamic memory allocation for the client input messages.

howtos/howto1/include/howto1/factory/ServerInputMessagesDynMemMsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains message factory with dynamic memory allocation for the server input messages.

howtos/howto1/include/howto1/field/FieldBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of base class of all the fields.

howtos/howto1/include/howto1/field/InterfaceFlags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"InterfaceFlags"</b> field.

howtos/howto1/include/howto1/field/InterfaceFlagsCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto1/include/howto1/field/MsgId.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"MsgId"</b> field.

howtos/howto1/include/howto1/field/MsgIdCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto1/include/howto1/frame/Frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Frame"</b> frame class.

howtos/howto1/include/howto1/frame/FrameCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto1/include/howto1/input/AllMessages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of the AllMessages messages bundle.

howtos/howto1/include/howto1/input/ClientInputMessages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of the ClientInputMessages messages bundle.

howtos/howto1/include/howto1/input/ServerInputMessages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of the ServerInputMessages messages bundle.

howtos/howto1/include/howto1/message/Msg1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Message 1"</b> message and its fields.

howtos/howto1/include/howto1/message/Msg1Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto1/include/howto1/message/Msg2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Message 2"</b> message and its fields.

howtos/howto1/include/howto1/message/Msg2Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto1/include/howto1/options/AllMessagesDynMemMsgFactoryDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol all messages dynamic memory allocation message factory options.

howtos/howto1/include/howto1/options/BareMetalDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol bare metal default options.

howtos/howto1/include/howto1/options/ClientDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol client default options.

howtos/howto1/include/howto1/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options.

howtos/howto1/include/howto1/options/DataViewDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol data view default options.

howtos/howto1/include/howto1/options/DefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol default options.

howtos/howto1/include/howto1/options/ServerDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol server default options.

howtos/howto1/include/howto1/options/ServerInputMessagesDynMemMsgFactoryDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol server input messages dynamic memory allocation message factory options.

howtos/howto10/include/howto10/Interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Interface"</b> interface class.

howtos/howto10/include/howto10/InterfaceCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto10/include/howto10/MsgId.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of message ids enumeration.

howtos/howto10/include/howto10/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains protocol version definition.

howtos/howto10/include/howto10/dispatch/DispatchClientInputMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for client input input messages.

howtos/howto10/include/howto10/dispatch/DispatchMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for all input messages.

howtos/howto10/include/howto10/dispatch/DispatchServerInputMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains dispatch to handling function(s) for client input input messages.

howtos/howto10/include/howto10/factory/AllMessagesDynMemMsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains message factory with dynamic memory allocation for all the messages.

howtos/howto10/include/howto10/factory/ClientInputMessagesDynMemMsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains message factory with dynamic memory allocation for the client input messages.

howtos/howto10/include/howto10/factory/ServerInputMessagesDynMemMsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains message factory with dynamic memory allocation for the server input messages.

howtos/howto10/include/howto10/field/FieldBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of base class of all the fields.

howtos/howto10/include/howto10/field/Flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Flags"</b> field.

howtos/howto10/include/howto10/field/FlagsCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto10/include/howto10/field/MsgId.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"MsgId"</b> field.

howtos/howto10/include/howto10/field/MsgIdCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto10/include/howto10/frame/Frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Frame"</b> frame class.

howtos/howto10/include/howto10/frame/FrameCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto10/include/howto10/input/AllMessages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of the AllMessages messages bundle.

howtos/howto10/include/howto10/input/ClientInputMessages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of the ClientInputMessages messages bundle.

howtos/howto10/include/howto10/input/ServerInputMessages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of the ServerInputMessages messages bundle.

howtos/howto10/include/howto10/message/Msg1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Message 1"</b> message and its fields.

howtos/howto10/include/howto10/message/Msg1Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto10/include/howto10/message/Msg2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Message 2"</b> message and its fields.

howtos/howto10/include/howto10/message/Msg2Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto10/include/howto10/message/Msg3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of <b>"Message 3"</b> message and its fields.

howtos/howto10/include/howto10/message/Msg3Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains common template parameters independent functionality of

howtos/howto10/include/howto10/options/AllMessagesDynMemMsgFactoryDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol all messages dynamic memory allocation message factory options.

howtos/howto10/include/howto10/options/BareMetalDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol bare metal default options.

howtos/howto10/include/howto10/options/ClientDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol client default options.

howtos/howto10/include/howto10/options/ClientInputMessagesDynMemMsgFactoryDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol client input messages dynamic memory allocation message factory options.

howtos/howto10/include/howto10/options/DataViewDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol data view default options.

howtos/howto10/include/howto10/options/DefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol default options.

howtos/howto10/include/howto10/options/ServerDefaultOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2comms v6.2.1
1+
// Generated by commsdsl2comms v6.2.4
22

33
/// @file
44
/// @brief Contains definition of protocol server default options.

0 commit comments

Comments
 (0)