Skip to content

Commit

Permalink
Release v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jun 26, 2024
2 parents 77e53c3 + 6edea14 commit 9447e00
Show file tree
Hide file tree
Showing 80 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion include/cc_mqtt5/Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Message"</b> interface class.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/MessageCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/MsgId.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of message ids enumeration.
Expand Down
6 changes: 3 additions & 3 deletions include/cc_mqtt5/Version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains protocol version definition.
Expand All @@ -14,7 +14,7 @@
#define CC_MQTT5_MAJOR_VERSION (2)

/// @brief Minor version of the protocol library.
#define CC_MQTT5_MINOR_VERSION (7)
#define CC_MQTT5_MINOR_VERSION (8)

/// @brief Patch version of the protocol library.
#define CC_MQTT5_PATCH_VERSION (0)
Expand Down Expand Up @@ -58,5 +58,5 @@ inline constexpr unsigned version()
} // namespace cc_mqtt5

// Generated compile time check for minimal supported version of the COMMS library
static_assert(COMMS_MAKE_VERSION(5, 2, 3) <= comms::version(),
static_assert(COMMS_MAKE_VERSION(5, 2, 5) <= comms::version(),
"The version of COMMS library is too old");
2 changes: 1 addition & 1 deletion include/cc_mqtt5/dispatch/DispatchClientInputMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains dispatch to handling function(s) for client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/dispatch/DispatchMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains dispatch to handling function(s) for all input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/dispatch/DispatchServerInputMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains dispatch to handling function(s) for client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/factory/AllMessagesDynMemMsgFactory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains message factory with dynamic memory allocation for all the messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains message factory with dynamic memory allocation for the client input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains message factory with dynamic memory allocation for the server input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/BinData.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"BinData"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/BinDataCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/EnableEnum.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"EnableEnum"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/EnableEnumCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/FieldBase.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of base class of all the fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/Length.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Length"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/LengthCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/MsgId.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"MsgId"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/MsgIdCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/PacketId.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Packet ID"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/PacketIdCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/PropertiesList.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Properties"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/PropertiesListCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/Property.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>""</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/PropertyCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/ProtocolName.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Protocol Name"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/ProtocolNameCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/Qos.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Qos"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/QosCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/ReasonCode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Reason Code"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/ReasonCodeCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/String.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"String"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/StringCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/Topic.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Topic"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/TopicCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/VarLenInt.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"VarLenInt"</b> field.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/field/VarLenIntCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/frame/Frame.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"Frame"</b> frame class.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/frame/FrameCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/input/AllMessages.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of the AllMessages messages bundle.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/input/ClientInputMessages.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of the ClientInputMessages messages bundle.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/input/ServerInputMessages.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of the ServerInputMessages messages bundle.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Auth.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"AUTH"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/AuthCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Connack.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"CONNACK"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/ConnackCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Connect.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"CONNECT"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/ConnectCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Disconnect.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"DISCONNECT"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/DisconnectCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Pingreq.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"PINGREQ"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/PingreqCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Pingresp.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"PINGRESP"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/PingrespCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Puback.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"PUBACK"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/PubackCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Pubcomp.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"PUBCOMP"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/PubcompCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Publish.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"PUBLISH"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/PublishCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Pubrec.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"PUBREC"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/PubrecCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/Pubrel.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains definition of <b>"PUBREL"</b> message and its fields.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_mqtt5/message/PubrelCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.2
// Generated by commsdsl2comms v6.3.3

/// @file
/// @brief Contains common template parameters independent functionality of
Expand Down
Loading

0 comments on commit 9447e00

Please sign in to comment.