diff --git a/doc/main.dox b/doc/main.dox index ca06826d8..af16a2d00 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -38,16 +38,16 @@ /// or @ref cc_ublox::input::ClientInputMessages (from @b cc_ublox/input/ClientInputMessages.h) /// /// There are also platform specific definitions: -/// @li @ref cc_ublox::input::Ublox5ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox5ServerInputMessages.h). -/// @li @ref cc_ublox::input::Ublox5ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox5ClientInputMessages.h). -/// @li @ref cc_ublox::input::Ublox6ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox6ServerInputMessages.h). -/// @li @ref cc_ublox::input::Ublox6ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox6ClientInputMessages.h). -/// @li @ref cc_ublox::input::Ublox7ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox7ServerInputMessages.h). -/// @li @ref cc_ublox::input::Ublox7ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox7ClientInputMessages.h). -/// @li @ref cc_ublox::input::Ublox8ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox8ServerInputMessages.h). -/// @li @ref cc_ublox::input::Ublox8ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox8ClientInputMessages.h). -/// @li @ref cc_ublox::input::Ublox9ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox9ServerInputMessages.h). -/// @li @ref cc_ublox::input::Ublox9ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.protocol.clang/output.tmp/include/cc_ublox/input/Ublox9ClientInputMessages.h). +/// @li @ref cc_ublox::input::Ublox5ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox5ServerInputMessages.h). +/// @li @ref cc_ublox::input::Ublox5ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox5ClientInputMessages.h). +/// @li @ref cc_ublox::input::Ublox6ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox6ServerInputMessages.h). +/// @li @ref cc_ublox::input::Ublox6ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox6ClientInputMessages.h). +/// @li @ref cc_ublox::input::Ublox7ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox7ServerInputMessages.h). +/// @li @ref cc_ublox::input::Ublox7ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox7ClientInputMessages.h). +/// @li @ref cc_ublox::input::Ublox8ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox8ServerInputMessages.h). +/// @li @ref cc_ublox::input::Ublox8ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox8ClientInputMessages.h). +/// @li @ref cc_ublox::input::Ublox9ServerInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox9ServerInputMessages.h). +/// @li @ref cc_ublox::input::Ublox9ClientInputMessages (from @b /mnt/data/Work/P017-cc.ublox.commsdsl/build.full.clang/output.tmp/include/cc_ublox/input/Ublox9ClientInputMessages.h). /// /// @b NOTE, that the frame definition does not exactly follow the recommended /// instructions from Protocol Stack Definition Tutorial page of @b COMMS diff --git a/include/cc_ublox/Message.h b/include/cc_ublox/Message.h index 16f0f543c..096b7d53e 100644 --- a/include/cc_ublox/Message.h +++ b/include/cc_ublox/Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Message" interface class. diff --git a/include/cc_ublox/MsgId.h b/include/cc_ublox/MsgId.h index 7dc33064c..47b0f9654 100644 --- a/include/cc_ublox/MsgId.h +++ b/include/cc_ublox/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of message ids enumeration. diff --git a/include/cc_ublox/Version.h b/include/cc_ublox/Version.h index afe3597fe..b486bce2d 100644 --- a/include/cc_ublox/Version.h +++ b/include/cc_ublox/Version.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains protocol version definition. @@ -17,7 +17,7 @@ #define CC_UBLOX_MINOR_VERSION (0) /// @brief Patch version of the protocol library. -#define CC_UBLOX_PATCH_VERSION (0) +#define CC_UBLOX_PATCH_VERSION (1) /// @brief Full version of the protocol library as single number. #define CC_UBLOX_VERSION (COMMS_MAKE_VERSION(CC_UBLOX_MAJOR_VERSION, CC_UBLOX_MINOR_VERSION, CC_UBLOX_PATCH_VERSION)) @@ -58,5 +58,5 @@ inline constexpr unsigned version() } // namespace cc_ublox // Generated compile time check for minimal supported version of the COMMS library -static_assert(COMMS_MAKE_VERSION(5, 0, 1) <= comms::version(), +static_assert(COMMS_MAKE_VERSION(5, 0, 2) <= comms::version(), "The version of COMMS library is too old"); diff --git a/include/cc_ublox/dispatch/DispatchClientInputMessage.h b/include/cc_ublox/dispatch/DispatchClientInputMessage.h index 500c9c1a5..f835d8441 100644 --- a/include/cc_ublox/dispatch/DispatchClientInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/include/cc_ublox/dispatch/DispatchMessage.h b/include/cc_ublox/dispatch/DispatchMessage.h index ecd78daac..2c939455f 100644 --- a/include/cc_ublox/dispatch/DispatchMessage.h +++ b/include/cc_ublox/dispatch/DispatchMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for all input messages. diff --git a/include/cc_ublox/dispatch/DispatchServerInputMessage.h b/include/cc_ublox/dispatch/DispatchServerInputMessage.h index b2235ecd7..0cac47f89 100644 --- a/include/cc_ublox/dispatch/DispatchServerInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for client input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox5ClientInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox5ClientInputMessage.h index 5e1664062..b94b0d361 100644 --- a/include/cc_ublox/dispatch/DispatchUblox5ClientInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox5ClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox5 platform client input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox5Message.h b/include/cc_ublox/dispatch/DispatchUblox5Message.h index 2e8c6b356..5049963ef 100644 --- a/include/cc_ublox/dispatch/DispatchUblox5Message.h +++ b/include/cc_ublox/dispatch/DispatchUblox5Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox5 platform input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox5ServerInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox5ServerInputMessage.h index 85f1be737..3edfcef31 100644 --- a/include/cc_ublox/dispatch/DispatchUblox5ServerInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox5ServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox5 platform server input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox6ClientInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox6ClientInputMessage.h index 59eab96b2..3488ed949 100644 --- a/include/cc_ublox/dispatch/DispatchUblox6ClientInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox6ClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox6 platform client input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox6Message.h b/include/cc_ublox/dispatch/DispatchUblox6Message.h index 21ad6cc83..eb1578c5a 100644 --- a/include/cc_ublox/dispatch/DispatchUblox6Message.h +++ b/include/cc_ublox/dispatch/DispatchUblox6Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox6 platform input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox6ServerInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox6ServerInputMessage.h index c113700c6..422de5e6a 100644 --- a/include/cc_ublox/dispatch/DispatchUblox6ServerInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox6ServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox6 platform server input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox7ClientInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox7ClientInputMessage.h index f87dac115..0d35692de 100644 --- a/include/cc_ublox/dispatch/DispatchUblox7ClientInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox7ClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox7 platform client input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox7Message.h b/include/cc_ublox/dispatch/DispatchUblox7Message.h index e52ebd4b4..8e59cf263 100644 --- a/include/cc_ublox/dispatch/DispatchUblox7Message.h +++ b/include/cc_ublox/dispatch/DispatchUblox7Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox7 platform input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox7ServerInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox7ServerInputMessage.h index 9e87d3962..8ff22abe5 100644 --- a/include/cc_ublox/dispatch/DispatchUblox7ServerInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox7ServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox7 platform server input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox8ClientInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox8ClientInputMessage.h index 7962f4412..6c2c42fbe 100644 --- a/include/cc_ublox/dispatch/DispatchUblox8ClientInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox8ClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox8 platform client input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox8Message.h b/include/cc_ublox/dispatch/DispatchUblox8Message.h index 88a45f84b..db1644060 100644 --- a/include/cc_ublox/dispatch/DispatchUblox8Message.h +++ b/include/cc_ublox/dispatch/DispatchUblox8Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox8 platform input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox8ServerInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox8ServerInputMessage.h index 1de809903..5f363354d 100644 --- a/include/cc_ublox/dispatch/DispatchUblox8ServerInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox8ServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox8 platform server input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox9ClientInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox9ClientInputMessage.h index fb3f3ca93..98e795242 100644 --- a/include/cc_ublox/dispatch/DispatchUblox9ClientInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox9ClientInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox9 platform client input input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox9Message.h b/include/cc_ublox/dispatch/DispatchUblox9Message.h index c02090efb..f6333c5c7 100644 --- a/include/cc_ublox/dispatch/DispatchUblox9Message.h +++ b/include/cc_ublox/dispatch/DispatchUblox9Message.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox9 platform input messages. diff --git a/include/cc_ublox/dispatch/DispatchUblox9ServerInputMessage.h b/include/cc_ublox/dispatch/DispatchUblox9ServerInputMessage.h index 2e1c7930d..74c3d31d7 100644 --- a/include/cc_ublox/dispatch/DispatchUblox9ServerInputMessage.h +++ b/include/cc_ublox/dispatch/DispatchUblox9ServerInputMessage.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains dispatch to handling function(s) for ublox9 platform server input input messages. diff --git a/include/cc_ublox/field/Alt.h b/include/cc_ublox/field/Alt.h index 151345ba6..8118e6f49 100644 --- a/include/cc_ublox/field/Alt.h +++ b/include/cc_ublox/field/Alt.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "alt" field. diff --git a/include/cc_ublox/field/AltCommon.h b/include/cc_ublox/field/AltCommon.h index cf6d95315..87e5834b2 100644 --- a/include/cc_ublox/field/AltCommon.h +++ b/include/cc_ublox/field/AltCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/AltHP.h b/include/cc_ublox/field/AltHP.h index 74ad932f5..2af938261 100644 --- a/include/cc_ublox/field/AltHP.h +++ b/include/cc_ublox/field/AltHP.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "altHP" field. diff --git a/include/cc_ublox/field/AltHPCommon.h b/include/cc_ublox/field/AltHPCommon.h index 86fd66ab2..46536f640 100644 --- a/include/cc_ublox/field/AltHPCommon.h +++ b/include/cc_ublox/field/AltHPCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgCfgMask.h b/include/cc_ublox/field/CfgCfgMask.h index 5779329f8..1821ebf58 100644 --- a/include/cc_ublox/field/CfgCfgMask.h +++ b/include/cc_ublox/field/CfgCfgMask.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgCfgMask" field. diff --git a/include/cc_ublox/field/CfgCfgMaskCommon.h b/include/cc_ublox/field/CfgCfgMaskCommon.h index 21c4fc98b..0c3eda9bb 100644 --- a/include/cc_ublox/field/CfgCfgMaskCommon.h +++ b/include/cc_ublox/field/CfgCfgMaskCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgDatD.h b/include/cc_ublox/field/CfgDatD.h index 98a05aba4..c34d67a8a 100644 --- a/include/cc_ublox/field/CfgDatD.h +++ b/include/cc_ublox/field/CfgDatD.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgDatD" field. diff --git a/include/cc_ublox/field/CfgDatDCommon.h b/include/cc_ublox/field/CfgDatDCommon.h index 1a45c7a5d..bf25a7d4a 100644 --- a/include/cc_ublox/field/CfgDatDCommon.h +++ b/include/cc_ublox/field/CfgDatDCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgDatDatumNum.h b/include/cc_ublox/field/CfgDatDatumNum.h index 1187fd9ff..a627c1cbb 100644 --- a/include/cc_ublox/field/CfgDatDatumNum.h +++ b/include/cc_ublox/field/CfgDatDatumNum.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgDatDatumNum" field. diff --git a/include/cc_ublox/field/CfgDatDatumNumCommon.h b/include/cc_ublox/field/CfgDatDatumNumCommon.h index ae215e990..8b0f3a2d3 100644 --- a/include/cc_ublox/field/CfgDatDatumNumCommon.h +++ b/include/cc_ublox/field/CfgDatDatumNumCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include diff --git a/include/cc_ublox/field/CfgDatFlat.h b/include/cc_ublox/field/CfgDatFlat.h index fd6c4b4b3..0bd4c7af7 100644 --- a/include/cc_ublox/field/CfgDatFlat.h +++ b/include/cc_ublox/field/CfgDatFlat.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgDatFlat" field. diff --git a/include/cc_ublox/field/CfgDatFlatCommon.h b/include/cc_ublox/field/CfgDatFlatCommon.h index fe69c3c98..f76fd16eb 100644 --- a/include/cc_ublox/field/CfgDatFlatCommon.h +++ b/include/cc_ublox/field/CfgDatFlatCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgDatMajA.h b/include/cc_ublox/field/CfgDatMajA.h index 10c30b855..ac64bb483 100644 --- a/include/cc_ublox/field/CfgDatMajA.h +++ b/include/cc_ublox/field/CfgDatMajA.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgDatMajA" field. diff --git a/include/cc_ublox/field/CfgDatMajACommon.h b/include/cc_ublox/field/CfgDatMajACommon.h index 0c567505f..7f6a52c30 100644 --- a/include/cc_ublox/field/CfgDatMajACommon.h +++ b/include/cc_ublox/field/CfgDatMajACommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgDatRot.h b/include/cc_ublox/field/CfgDatRot.h index ab3b1bb62..0a58bb80e 100644 --- a/include/cc_ublox/field/CfgDatRot.h +++ b/include/cc_ublox/field/CfgDatRot.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgDatRot" field. diff --git a/include/cc_ublox/field/CfgDatRotCommon.h b/include/cc_ublox/field/CfgDatRotCommon.h index 630f73c9f..84f6daba7 100644 --- a/include/cc_ublox/field/CfgDatRotCommon.h +++ b/include/cc_ublox/field/CfgDatRotCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgDatScale.h b/include/cc_ublox/field/CfgDatScale.h index cbea3c9f4..7c56843c1 100644 --- a/include/cc_ublox/field/CfgDatScale.h +++ b/include/cc_ublox/field/CfgDatScale.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgDatScale" field. diff --git a/include/cc_ublox/field/CfgDatScaleCommon.h b/include/cc_ublox/field/CfgDatScaleCommon.h index f00d5f777..0228ae081 100644 --- a/include/cc_ublox/field/CfgDatScaleCommon.h +++ b/include/cc_ublox/field/CfgDatScaleCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgMainTalkerId.h b/include/cc_ublox/field/CfgMainTalkerId.h index f1f0be4d3..e24245b38 100644 --- a/include/cc_ublox/field/CfgMainTalkerId.h +++ b/include/cc_ublox/field/CfgMainTalkerId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgMainTalkerId" field. diff --git a/include/cc_ublox/field/CfgMainTalkerIdCommon.h b/include/cc_ublox/field/CfgMainTalkerIdCommon.h index d95aa74a3..9c69c1653 100644 --- a/include/cc_ublox/field/CfgMainTalkerIdCommon.h +++ b/include/cc_ublox/field/CfgMainTalkerIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgNavx5AopCfg.h b/include/cc_ublox/field/CfgNavx5AopCfg.h index a3a8c3fa4..ab043dcd8 100644 --- a/include/cc_ublox/field/CfgNavx5AopCfg.h +++ b/include/cc_ublox/field/CfgNavx5AopCfg.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "aopCfg" field. diff --git a/include/cc_ublox/field/CfgNavx5AopCfgCommon.h b/include/cc_ublox/field/CfgNavx5AopCfgCommon.h index c454cf2be..f923a2c10 100644 --- a/include/cc_ublox/field/CfgNavx5AopCfgCommon.h +++ b/include/cc_ublox/field/CfgNavx5AopCfgCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNavx5AopOrbMaxErr.h b/include/cc_ublox/field/CfgNavx5AopOrbMaxErr.h index ac10aedcb..67223a0ad 100644 --- a/include/cc_ublox/field/CfgNavx5AopOrbMaxErr.h +++ b/include/cc_ublox/field/CfgNavx5AopOrbMaxErr.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "aopOrbMaxErr" field. diff --git a/include/cc_ublox/field/CfgNavx5AopOrbMaxErrCommon.h b/include/cc_ublox/field/CfgNavx5AopOrbMaxErrCommon.h index fbe500544..eb16a1879 100644 --- a/include/cc_ublox/field/CfgNavx5AopOrbMaxErrCommon.h +++ b/include/cc_ublox/field/CfgNavx5AopOrbMaxErrCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNavx5Mask1.h b/include/cc_ublox/field/CfgNavx5Mask1.h index e1d5b4d64..d6056cb6d 100644 --- a/include/cc_ublox/field/CfgNavx5Mask1.h +++ b/include/cc_ublox/field/CfgNavx5Mask1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "mask1" field. diff --git a/include/cc_ublox/field/CfgNavx5Mask1Common.h b/include/cc_ublox/field/CfgNavx5Mask1Common.h index 25aa60d76..dc4b11615 100644 --- a/include/cc_ublox/field/CfgNavx5Mask1Common.h +++ b/include/cc_ublox/field/CfgNavx5Mask1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNavx5Mask2.h b/include/cc_ublox/field/CfgNavx5Mask2.h index 9a66564e6..97e862ef2 100644 --- a/include/cc_ublox/field/CfgNavx5Mask2.h +++ b/include/cc_ublox/field/CfgNavx5Mask2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "mask2" field. diff --git a/include/cc_ublox/field/CfgNavx5Mask2Common.h b/include/cc_ublox/field/CfgNavx5Mask2Common.h index 1f4c508d1..eac2a1a10 100644 --- a/include/cc_ublox/field/CfgNavx5Mask2Common.h +++ b/include/cc_ublox/field/CfgNavx5Mask2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNavx5SigAttenCompMode.h b/include/cc_ublox/field/CfgNavx5SigAttenCompMode.h index a0ebc31e7..6bd2b595e 100644 --- a/include/cc_ublox/field/CfgNavx5SigAttenCompMode.h +++ b/include/cc_ublox/field/CfgNavx5SigAttenCompMode.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "sigAttenCompMode" field. diff --git a/include/cc_ublox/field/CfgNavx5SigAttenCompModeCommon.h b/include/cc_ublox/field/CfgNavx5SigAttenCompModeCommon.h index 44685f774..b57365fe4 100644 --- a/include/cc_ublox/field/CfgNavx5SigAttenCompModeCommon.h +++ b/include/cc_ublox/field/CfgNavx5SigAttenCompModeCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNmeaFilter.h b/include/cc_ublox/field/CfgNmeaFilter.h index 2a427169f..8a893e07f 100644 --- a/include/cc_ublox/field/CfgNmeaFilter.h +++ b/include/cc_ublox/field/CfgNmeaFilter.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgNmeaFilter" field. diff --git a/include/cc_ublox/field/CfgNmeaFilterCommon.h b/include/cc_ublox/field/CfgNmeaFilterCommon.h index 40f8358bc..db8bf5ad4 100644 --- a/include/cc_ublox/field/CfgNmeaFilterCommon.h +++ b/include/cc_ublox/field/CfgNmeaFilterCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNmeaFlags.h b/include/cc_ublox/field/CfgNmeaFlags.h index 19ee50b3a..1f2ead4e7 100644 --- a/include/cc_ublox/field/CfgNmeaFlags.h +++ b/include/cc_ublox/field/CfgNmeaFlags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgNmeaFlags" field. diff --git a/include/cc_ublox/field/CfgNmeaFlagsCommon.h b/include/cc_ublox/field/CfgNmeaFlagsCommon.h index e8aaf800c..2db0346ad 100644 --- a/include/cc_ublox/field/CfgNmeaFlagsCommon.h +++ b/include/cc_ublox/field/CfgNmeaFlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNmeaGnssToFilter.h b/include/cc_ublox/field/CfgNmeaGnssToFilter.h index 6a5f4459f..2a364cde9 100644 --- a/include/cc_ublox/field/CfgNmeaGnssToFilter.h +++ b/include/cc_ublox/field/CfgNmeaGnssToFilter.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgNmeaGnssToFilter" field. diff --git a/include/cc_ublox/field/CfgNmeaGnssToFilterCommon.h b/include/cc_ublox/field/CfgNmeaGnssToFilterCommon.h index 1aab3926c..8a7b6b65b 100644 --- a/include/cc_ublox/field/CfgNmeaGnssToFilterCommon.h +++ b/include/cc_ublox/field/CfgNmeaGnssToFilterCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNmeaGsvTalkerId.h b/include/cc_ublox/field/CfgNmeaGsvTalkerId.h index e24dbad29..5ba5fb591 100644 --- a/include/cc_ublox/field/CfgNmeaGsvTalkerId.h +++ b/include/cc_ublox/field/CfgNmeaGsvTalkerId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgNmeaGsvTalkerId" field. diff --git a/include/cc_ublox/field/CfgNmeaGsvTalkerIdCommon.h b/include/cc_ublox/field/CfgNmeaGsvTalkerIdCommon.h index 13cb43c70..b2ee6f8b1 100644 --- a/include/cc_ublox/field/CfgNmeaGsvTalkerIdCommon.h +++ b/include/cc_ublox/field/CfgNmeaGsvTalkerIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgNmeaNumSV.h b/include/cc_ublox/field/CfgNmeaNumSV.h index fb57f5d1f..b3e68a07e 100644 --- a/include/cc_ublox/field/CfgNmeaNumSV.h +++ b/include/cc_ublox/field/CfgNmeaNumSV.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgNmeaNumSV" field. diff --git a/include/cc_ublox/field/CfgNmeaNumSVCommon.h b/include/cc_ublox/field/CfgNmeaNumSVCommon.h index c62886cae..7b42cdb3b 100644 --- a/include/cc_ublox/field/CfgNmeaNumSVCommon.h +++ b/include/cc_ublox/field/CfgNmeaNumSVCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgNmeaSvNumbering.h b/include/cc_ublox/field/CfgNmeaSvNumbering.h index 818dbda34..90e5c0ec9 100644 --- a/include/cc_ublox/field/CfgNmeaSvNumbering.h +++ b/include/cc_ublox/field/CfgNmeaSvNumbering.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgNmeaSvNumbering" field. diff --git a/include/cc_ublox/field/CfgNmeaSvNumberingCommon.h b/include/cc_ublox/field/CfgNmeaSvNumberingCommon.h index db34687fc..8c9e3529e 100644 --- a/include/cc_ublox/field/CfgNmeaSvNumberingCommon.h +++ b/include/cc_ublox/field/CfgNmeaSvNumberingCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgNvsMask.h b/include/cc_ublox/field/CfgNvsMask.h index 4b971b274..b7bc1c28e 100644 --- a/include/cc_ublox/field/CfgNvsMask.h +++ b/include/cc_ublox/field/CfgNvsMask.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgNvsMask" field. diff --git a/include/cc_ublox/field/CfgNvsMaskCommon.h b/include/cc_ublox/field/CfgNvsMaskCommon.h index f25c2eac9..eac83faf5 100644 --- a/include/cc_ublox/field/CfgNvsMaskCommon.h +++ b/include/cc_ublox/field/CfgNvsMaskCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgPm2Flags.h b/include/cc_ublox/field/CfgPm2Flags.h index 40d4ddf6d..e42fd1979 100644 --- a/include/cc_ublox/field/CfgPm2Flags.h +++ b/include/cc_ublox/field/CfgPm2Flags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "flags" field. diff --git a/include/cc_ublox/field/CfgPm2FlagsCommon.h b/include/cc_ublox/field/CfgPm2FlagsCommon.h index c2b21d820..039353d0f 100644 --- a/include/cc_ublox/field/CfgPm2FlagsCommon.h +++ b/include/cc_ublox/field/CfgPm2FlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgPrtFlags.h b/include/cc_ublox/field/CfgPrtFlags.h index 0cd1be96f..36a5d9995 100644 --- a/include/cc_ublox/field/CfgPrtFlags.h +++ b/include/cc_ublox/field/CfgPrtFlags.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgPrtFlags" field. diff --git a/include/cc_ublox/field/CfgPrtFlagsCommon.h b/include/cc_ublox/field/CfgPrtFlagsCommon.h index 61c190d39..1d50d074c 100644 --- a/include/cc_ublox/field/CfgPrtFlagsCommon.h +++ b/include/cc_ublox/field/CfgPrtFlagsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgPrtInProtoMask.h b/include/cc_ublox/field/CfgPrtInProtoMask.h index bad7caf05..408154972 100644 --- a/include/cc_ublox/field/CfgPrtInProtoMask.h +++ b/include/cc_ublox/field/CfgPrtInProtoMask.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgPrtInProtoMask" field. diff --git a/include/cc_ublox/field/CfgPrtInProtoMaskCommon.h b/include/cc_ublox/field/CfgPrtInProtoMaskCommon.h index 924105bea..1226a6412 100644 --- a/include/cc_ublox/field/CfgPrtInProtoMaskCommon.h +++ b/include/cc_ublox/field/CfgPrtInProtoMaskCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgPrtOutProtoMask.h b/include/cc_ublox/field/CfgPrtOutProtoMask.h index 425c47a55..6ddd4c772 100644 --- a/include/cc_ublox/field/CfgPrtOutProtoMask.h +++ b/include/cc_ublox/field/CfgPrtOutProtoMask.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgPrtOutProtoMask" field. diff --git a/include/cc_ublox/field/CfgPrtOutProtoMaskCommon.h b/include/cc_ublox/field/CfgPrtOutProtoMaskCommon.h index 418592680..159228945 100644 --- a/include/cc_ublox/field/CfgPrtOutProtoMaskCommon.h +++ b/include/cc_ublox/field/CfgPrtOutProtoMaskCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgPrtPortId.h b/include/cc_ublox/field/CfgPrtPortId.h index 36f55c0b0..a48da2de7 100644 --- a/include/cc_ublox/field/CfgPrtPortId.h +++ b/include/cc_ublox/field/CfgPrtPortId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgPrtPortId" field. diff --git a/include/cc_ublox/field/CfgPrtPortIdCommon.h b/include/cc_ublox/field/CfgPrtPortIdCommon.h index e7103134d..1abd7929b 100644 --- a/include/cc_ublox/field/CfgPrtPortIdCommon.h +++ b/include/cc_ublox/field/CfgPrtPortIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgPrtTxReady.h b/include/cc_ublox/field/CfgPrtTxReady.h index 512894f0b..d5e7b3d71 100644 --- a/include/cc_ublox/field/CfgPrtTxReady.h +++ b/include/cc_ublox/field/CfgPrtTxReady.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "cfgPrtTxReady" field. diff --git a/include/cc_ublox/field/CfgPrtTxReadyCommon.h b/include/cc_ublox/field/CfgPrtTxReadyCommon.h index 9a16291b1..ee6a1437b 100644 --- a/include/cc_ublox/field/CfgPrtTxReadyCommon.h +++ b/include/cc_ublox/field/CfgPrtTxReadyCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgTp5TpIdx.h b/include/cc_ublox/field/CfgTp5TpIdx.h index 40e763b6c..25b955afc 100644 --- a/include/cc_ublox/field/CfgTp5TpIdx.h +++ b/include/cc_ublox/field/CfgTp5TpIdx.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "tpIdx" field. diff --git a/include/cc_ublox/field/CfgTp5TpIdxCommon.h b/include/cc_ublox/field/CfgTp5TpIdxCommon.h index a1e470096..9ca317b2e 100644 --- a/include/cc_ublox/field/CfgTp5TpIdxCommon.h +++ b/include/cc_ublox/field/CfgTp5TpIdxCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgValData8.h b/include/cc_ublox/field/CfgValData8.h index e9721ac47..9faa2e6ce 100644 --- a/include/cc_ublox/field/CfgValData8.h +++ b/include/cc_ublox/field/CfgValData8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValData8Common.h b/include/cc_ublox/field/CfgValData8Common.h index 33c0a59f5..c9aa0553a 100644 --- a/include/cc_ublox/field/CfgValData8Common.h +++ b/include/cc_ublox/field/CfgValData8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValKeyId.h b/include/cc_ublox/field/CfgValKeyId.h index c9b24eefc..29313f848 100644 --- a/include/cc_ublox/field/CfgValKeyId.h +++ b/include/cc_ublox/field/CfgValKeyId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CfgValKeyId" field. diff --git a/include/cc_ublox/field/CfgValKeyIdCommon.h b/include/cc_ublox/field/CfgValKeyIdCommon.h index 1633e2f9d..e97871e89 100644 --- a/include/cc_ublox/field/CfgValKeyIdCommon.h +++ b/include/cc_ublox/field/CfgValKeyIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValL.h b/include/cc_ublox/field/CfgValL.h index 4cca60fd0..31a023738 100644 --- a/include/cc_ublox/field/CfgValL.h +++ b/include/cc_ublox/field/CfgValL.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValLCommon.h b/include/cc_ublox/field/CfgValLCommon.h index 419e189e2..5547d72d0 100644 --- a/include/cc_ublox/field/CfgValLCommon.h +++ b/include/cc_ublox/field/CfgValLCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValLayer.h b/include/cc_ublox/field/CfgValLayer.h index 498553846..e7299706d 100644 --- a/include/cc_ublox/field/CfgValLayer.h +++ b/include/cc_ublox/field/CfgValLayer.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CfgValLayer" field. diff --git a/include/cc_ublox/field/CfgValLayerCommon.h b/include/cc_ublox/field/CfgValLayerCommon.h index 15750a774..e0fe082ab 100644 --- a/include/cc_ublox/field/CfgValLayerCommon.h +++ b/include/cc_ublox/field/CfgValLayerCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgValPair.h b/include/cc_ublox/field/CfgValPair.h index 771203304..8f9c38b1f 100644 --- a/include/cc_ublox/field/CfgValPair.h +++ b/include/cc_ublox/field/CfgValPair.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CfgValPair" field. diff --git a/include/cc_ublox/field/CfgValPairCommon.h b/include/cc_ublox/field/CfgValPairCommon.h index afa211dc3..9da0aa0c7 100644 --- a/include/cc_ublox/field/CfgValPairCommon.h +++ b/include/cc_ublox/field/CfgValPairCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValPairSimple.h b/include/cc_ublox/field/CfgValPairSimple.h index 28a0a1593..cf7a27fd4 100644 --- a/include/cc_ublox/field/CfgValPairSimple.h +++ b/include/cc_ublox/field/CfgValPairSimple.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CfgValPairSimple" field. diff --git a/include/cc_ublox/field/CfgValPairSimpleCommon.h b/include/cc_ublox/field/CfgValPairSimpleCommon.h index 74711cd50..fa16fcc20 100644 --- a/include/cc_ublox/field/CfgValPairSimpleCommon.h +++ b/include/cc_ublox/field/CfgValPairSimpleCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValR4.h b/include/cc_ublox/field/CfgValR4.h index c0bfa7e78..5dcac7725 100644 --- a/include/cc_ublox/field/CfgValR4.h +++ b/include/cc_ublox/field/CfgValR4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValR4Common.h b/include/cc_ublox/field/CfgValR4Common.h index 9268d0520..42c97848d 100644 --- a/include/cc_ublox/field/CfgValR4Common.h +++ b/include/cc_ublox/field/CfgValR4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValR8.h b/include/cc_ublox/field/CfgValR8.h index 4a85cebb0..71be6b1cc 100644 --- a/include/cc_ublox/field/CfgValR8.h +++ b/include/cc_ublox/field/CfgValR8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValR8Common.h b/include/cc_ublox/field/CfgValR8Common.h index 31667862a..8d950e311 100644 --- a/include/cc_ublox/field/CfgValR8Common.h +++ b/include/cc_ublox/field/CfgValR8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValSat.h b/include/cc_ublox/field/CfgValSat.h index 93e404394..087168dcf 100644 --- a/include/cc_ublox/field/CfgValSat.h +++ b/include/cc_ublox/field/CfgValSat.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValSatCommon.h b/include/cc_ublox/field/CfgValSatCommon.h index 6f5333a59..1768073ee 100644 --- a/include/cc_ublox/field/CfgValSatCommon.h +++ b/include/cc_ublox/field/CfgValSatCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgValU1.h b/include/cc_ublox/field/CfgValU1.h index d69bb18d7..62e5e2709 100644 --- a/include/cc_ublox/field/CfgValU1.h +++ b/include/cc_ublox/field/CfgValU1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValU1Common.h b/include/cc_ublox/field/CfgValU1Common.h index e268c0453..8b0d2e4a1 100644 --- a/include/cc_ublox/field/CfgValU1Common.h +++ b/include/cc_ublox/field/CfgValU1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValU2.h b/include/cc_ublox/field/CfgValU2.h index 109f96a8c..acb911616 100644 --- a/include/cc_ublox/field/CfgValU2.h +++ b/include/cc_ublox/field/CfgValU2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValU2Common.h b/include/cc_ublox/field/CfgValU2Common.h index 2555dbf8b..c636692e7 100644 --- a/include/cc_ublox/field/CfgValU2Common.h +++ b/include/cc_ublox/field/CfgValU2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValU4.h b/include/cc_ublox/field/CfgValU4.h index 9b78a590d..3bfa61d7b 100644 --- a/include/cc_ublox/field/CfgValU4.h +++ b/include/cc_ublox/field/CfgValU4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValU4Common.h b/include/cc_ublox/field/CfgValU4Common.h index 3b82261a7..aa33cf739 100644 --- a/include/cc_ublox/field/CfgValU4Common.h +++ b/include/cc_ublox/field/CfgValU4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValU8.h b/include/cc_ublox/field/CfgValU8.h index 4ee7dcc14..315152f3b 100644 --- a/include/cc_ublox/field/CfgValU8.h +++ b/include/cc_ublox/field/CfgValU8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValU8Common.h b/include/cc_ublox/field/CfgValU8Common.h index 220bb9cd6..fa66c289a 100644 --- a/include/cc_ublox/field/CfgValU8Common.h +++ b/include/cc_ublox/field/CfgValU8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/CfgValUartDataBits.h b/include/cc_ublox/field/CfgValUartDataBits.h index a7b2c5bfa..f6606ac16 100644 --- a/include/cc_ublox/field/CfgValUartDataBits.h +++ b/include/cc_ublox/field/CfgValUartDataBits.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValUartDataBitsCommon.h b/include/cc_ublox/field/CfgValUartDataBitsCommon.h index bc7ed99ce..3f53ac806 100644 --- a/include/cc_ublox/field/CfgValUartDataBitsCommon.h +++ b/include/cc_ublox/field/CfgValUartDataBitsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgValUartParity.h b/include/cc_ublox/field/CfgValUartParity.h index 0ad57b2cb..2af9596c1 100644 --- a/include/cc_ublox/field/CfgValUartParity.h +++ b/include/cc_ublox/field/CfgValUartParity.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValUartParityCommon.h b/include/cc_ublox/field/CfgValUartParityCommon.h index 34f9b9d92..bec54840e 100644 --- a/include/cc_ublox/field/CfgValUartParityCommon.h +++ b/include/cc_ublox/field/CfgValUartParityCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/CfgValUartStopBits.h b/include/cc_ublox/field/CfgValUartStopBits.h index 0ef91265f..5ae6cfb4d 100644 --- a/include/cc_ublox/field/CfgValUartStopBits.h +++ b/include/cc_ublox/field/CfgValUartStopBits.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "Val" field. diff --git a/include/cc_ublox/field/CfgValUartStopBitsCommon.h b/include/cc_ublox/field/CfgValUartStopBitsCommon.h index 16433b990..3f0da6567 100644 --- a/include/cc_ublox/field/CfgValUartStopBitsCommon.h +++ b/include/cc_ublox/field/CfgValUartStopBitsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/Day.h b/include/cc_ublox/field/Day.h index f4d2d7d9f..88ef28e2f 100644 --- a/include/cc_ublox/field/Day.h +++ b/include/cc_ublox/field/Day.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "day" field. diff --git a/include/cc_ublox/field/DayCommon.h b/include/cc_ublox/field/DayCommon.h index b42ca9655..006c5c24d 100644 --- a/include/cc_ublox/field/DayCommon.h +++ b/include/cc_ublox/field/DayCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Dop.h b/include/cc_ublox/field/Dop.h index 8dca04b06..35549ac32 100644 --- a/include/cc_ublox/field/Dop.h +++ b/include/cc_ublox/field/Dop.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "dop" field. diff --git a/include/cc_ublox/field/DopCommon.h b/include/cc_ublox/field/DopCommon.h index 65afa7b41..968cddd0f 100644 --- a/include/cc_ublox/field/DopCommon.h +++ b/include/cc_ublox/field/DopCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/EcefHP.h b/include/cc_ublox/field/EcefHP.h index c37a192fa..e3d5ac654 100644 --- a/include/cc_ublox/field/EcefHP.h +++ b/include/cc_ublox/field/EcefHP.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ecefHP" field. diff --git a/include/cc_ublox/field/EcefHPCommon.h b/include/cc_ublox/field/EcefHPCommon.h index d349024b2..dee2fb070 100644 --- a/include/cc_ublox/field/EcefHPCommon.h +++ b/include/cc_ublox/field/EcefHPCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/EcefVX.h b/include/cc_ublox/field/EcefVX.h index 182ab41d3..5e0156b9d 100644 --- a/include/cc_ublox/field/EcefVX.h +++ b/include/cc_ublox/field/EcefVX.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ecefVX" field. diff --git a/include/cc_ublox/field/EcefVXCommon.h b/include/cc_ublox/field/EcefVXCommon.h index 81119d299..2b19c1c2a 100644 --- a/include/cc_ublox/field/EcefVXCommon.h +++ b/include/cc_ublox/field/EcefVXCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/EcefVY.h b/include/cc_ublox/field/EcefVY.h index a6ffa621f..3d9315573 100644 --- a/include/cc_ublox/field/EcefVY.h +++ b/include/cc_ublox/field/EcefVY.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ecefVY" field. diff --git a/include/cc_ublox/field/EcefVYCommon.h b/include/cc_ublox/field/EcefVYCommon.h index de29b8f02..5f136e885 100644 --- a/include/cc_ublox/field/EcefVYCommon.h +++ b/include/cc_ublox/field/EcefVYCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/EcefVZ.h b/include/cc_ublox/field/EcefVZ.h index 1d77bf77d..137ce32e4 100644 --- a/include/cc_ublox/field/EcefVZ.h +++ b/include/cc_ublox/field/EcefVZ.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ecefVZ" field. diff --git a/include/cc_ublox/field/EcefVZCommon.h b/include/cc_ublox/field/EcefVZCommon.h index 0479fc9eb..ce4e91142 100644 --- a/include/cc_ublox/field/EcefVZCommon.h +++ b/include/cc_ublox/field/EcefVZCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/EcefX.h b/include/cc_ublox/field/EcefX.h index a98f1cfae..69e8e953c 100644 --- a/include/cc_ublox/field/EcefX.h +++ b/include/cc_ublox/field/EcefX.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ecefX" field. diff --git a/include/cc_ublox/field/EcefXCommon.h b/include/cc_ublox/field/EcefXCommon.h index 1a4651b40..116a25005 100644 --- a/include/cc_ublox/field/EcefXCommon.h +++ b/include/cc_ublox/field/EcefXCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/EcefY.h b/include/cc_ublox/field/EcefY.h index c02ebaff2..bac47485f 100644 --- a/include/cc_ublox/field/EcefY.h +++ b/include/cc_ublox/field/EcefY.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ecefY" field. diff --git a/include/cc_ublox/field/EcefYCommon.h b/include/cc_ublox/field/EcefYCommon.h index 3f0ba6b25..0abe588d1 100644 --- a/include/cc_ublox/field/EcefYCommon.h +++ b/include/cc_ublox/field/EcefYCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/EcefZ.h b/include/cc_ublox/field/EcefZ.h index 70b2a5acc..a8d402209 100644 --- a/include/cc_ublox/field/EcefZ.h +++ b/include/cc_ublox/field/EcefZ.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ecefZ" field. diff --git a/include/cc_ublox/field/EcefZCommon.h b/include/cc_ublox/field/EcefZCommon.h index a91d6302e..b1c3eb2f6 100644 --- a/include/cc_ublox/field/EcefZCommon.h +++ b/include/cc_ublox/field/EcefZCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/FieldBase.h b/include/cc_ublox/field/FieldBase.h index c6a37ce2b..977e390b9 100644 --- a/include/cc_ublox/field/FieldBase.h +++ b/include/cc_ublox/field/FieldBase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of base class of all the fields. diff --git a/include/cc_ublox/field/FixedPosAcc.h b/include/cc_ublox/field/FixedPosAcc.h index 232767c71..2a2bff3f1 100644 --- a/include/cc_ublox/field/FixedPosAcc.h +++ b/include/cc_ublox/field/FixedPosAcc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "fixedPosAcc" field. diff --git a/include/cc_ublox/field/FixedPosAccCommon.h b/include/cc_ublox/field/FixedPosAccCommon.h index 2cadf7f4d..e464d740a 100644 --- a/include/cc_ublox/field/FixedPosAccCommon.h +++ b/include/cc_ublox/field/FixedPosAccCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Ftow.h b/include/cc_ublox/field/Ftow.h index 58515e878..6f39e066f 100644 --- a/include/cc_ublox/field/Ftow.h +++ b/include/cc_ublox/field/Ftow.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "fTOW" field. diff --git a/include/cc_ublox/field/FtowCommon.h b/include/cc_ublox/field/FtowCommon.h index 1807e89f6..6c9065eb7 100644 --- a/include/cc_ublox/field/FtowCommon.h +++ b/include/cc_ublox/field/FtowCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/GeofenceRadius.h b/include/cc_ublox/field/GeofenceRadius.h index ec2133a7f..195d2c527 100644 --- a/include/cc_ublox/field/GeofenceRadius.h +++ b/include/cc_ublox/field/GeofenceRadius.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "GeofenceRadius" field. diff --git a/include/cc_ublox/field/GeofenceRadiusCommon.h b/include/cc_ublox/field/GeofenceRadiusCommon.h index 7941a4c9d..fcbde5b7c 100644 --- a/include/cc_ublox/field/GeofenceRadiusCommon.h +++ b/include/cc_ublox/field/GeofenceRadiusCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/GeofenceState.h b/include/cc_ublox/field/GeofenceState.h index a9c845f91..1269112ca 100644 --- a/include/cc_ublox/field/GeofenceState.h +++ b/include/cc_ublox/field/GeofenceState.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "GeofenceState" field. diff --git a/include/cc_ublox/field/GeofenceStateCommon.h b/include/cc_ublox/field/GeofenceStateCommon.h index 067df1f66..7c7b409bc 100644 --- a/include/cc_ublox/field/GeofenceStateCommon.h +++ b/include/cc_ublox/field/GeofenceStateCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/GnssId.h b/include/cc_ublox/field/GnssId.h index 500a5d826..0b25ebb94 100644 --- a/include/cc_ublox/field/GnssId.h +++ b/include/cc_ublox/field/GnssId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "gnssId" field. diff --git a/include/cc_ublox/field/GnssIdCommon.h b/include/cc_ublox/field/GnssIdCommon.h index 4a2de7310..34eb1dc68 100644 --- a/include/cc_ublox/field/GnssIdCommon.h +++ b/include/cc_ublox/field/GnssIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/GpsFix.h b/include/cc_ublox/field/GpsFix.h index 7ba00f147..d2db4fec2 100644 --- a/include/cc_ublox/field/GpsFix.h +++ b/include/cc_ublox/field/GpsFix.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "gpsFix" field. diff --git a/include/cc_ublox/field/GpsFixCommon.h b/include/cc_ublox/field/GpsFixCommon.h index 2de19bea4..977ff414e 100644 --- a/include/cc_ublox/field/GpsFixCommon.h +++ b/include/cc_ublox/field/GpsFixCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/HAcc.h b/include/cc_ublox/field/HAcc.h index 510450b70..3311a1c4e 100644 --- a/include/cc_ublox/field/HAcc.h +++ b/include/cc_ublox/field/HAcc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "hAcc" field. diff --git a/include/cc_ublox/field/HAccCommon.h b/include/cc_ublox/field/HAccCommon.h index f4b93eac4..e8e8aabea 100644 --- a/include/cc_ublox/field/HAccCommon.h +++ b/include/cc_ublox/field/HAccCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/HMSL.h b/include/cc_ublox/field/HMSL.h index e228b4d88..685b07028 100644 --- a/include/cc_ublox/field/HMSL.h +++ b/include/cc_ublox/field/HMSL.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "hMSL" field. diff --git a/include/cc_ublox/field/HMSLCommon.h b/include/cc_ublox/field/HMSLCommon.h index 6c2605425..c248afd1f 100644 --- a/include/cc_ublox/field/HMSLCommon.h +++ b/include/cc_ublox/field/HMSLCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Heading.h b/include/cc_ublox/field/Heading.h index 3cda002f9..9806f6a68 100644 --- a/include/cc_ublox/field/Heading.h +++ b/include/cc_ublox/field/Heading.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "heading" field. diff --git a/include/cc_ublox/field/HeadingAcc.h b/include/cc_ublox/field/HeadingAcc.h index 02e5b7cca..b6b2a0b87 100644 --- a/include/cc_ublox/field/HeadingAcc.h +++ b/include/cc_ublox/field/HeadingAcc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "headingAcc" field. diff --git a/include/cc_ublox/field/HeadingAccCommon.h b/include/cc_ublox/field/HeadingAccCommon.h index 76bbfc2a3..20bdc6e52 100644 --- a/include/cc_ublox/field/HeadingAccCommon.h +++ b/include/cc_ublox/field/HeadingAccCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/HeadingCommon.h b/include/cc_ublox/field/HeadingCommon.h index 9ff77812e..681e40389 100644 --- a/include/cc_ublox/field/HeadingCommon.h +++ b/include/cc_ublox/field/HeadingCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Height.h b/include/cc_ublox/field/Height.h index d8a488e5d..5be4b71be 100644 --- a/include/cc_ublox/field/Height.h +++ b/include/cc_ublox/field/Height.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "height" field. diff --git a/include/cc_ublox/field/HeightCommon.h b/include/cc_ublox/field/HeightCommon.h index 59a686bdf..a105db5fb 100644 --- a/include/cc_ublox/field/HeightCommon.h +++ b/include/cc_ublox/field/HeightCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Hour.h b/include/cc_ublox/field/Hour.h index dc757cf8a..3193c4f1d 100644 --- a/include/cc_ublox/field/Hour.h +++ b/include/cc_ublox/field/Hour.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "hour" field. diff --git a/include/cc_ublox/field/HourCommon.h b/include/cc_ublox/field/HourCommon.h index 353cd5160..6115ef69e 100644 --- a/include/cc_ublox/field/HourCommon.h +++ b/include/cc_ublox/field/HourCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/InfMask.h b/include/cc_ublox/field/InfMask.h index 1b8146762..f8b5b632c 100644 --- a/include/cc_ublox/field/InfMask.h +++ b/include/cc_ublox/field/InfMask.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "InfMask" field. diff --git a/include/cc_ublox/field/InfMaskCommon.h b/include/cc_ublox/field/InfMaskCommon.h index 6a69c84fd..67fa5c496 100644 --- a/include/cc_ublox/field/InfMaskCommon.h +++ b/include/cc_ublox/field/InfMaskCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Itow.h b/include/cc_ublox/field/Itow.h index 6f985f2e6..ba484d39f 100644 --- a/include/cc_ublox/field/Itow.h +++ b/include/cc_ublox/field/Itow.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "iTOW" field. diff --git a/include/cc_ublox/field/ItowCommon.h b/include/cc_ublox/field/ItowCommon.h index fce8a6e2d..e59ccd01a 100644 --- a/include/cc_ublox/field/ItowCommon.h +++ b/include/cc_ublox/field/ItowCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Lat.h b/include/cc_ublox/field/Lat.h index ccacb2ad4..cb4f4f814 100644 --- a/include/cc_ublox/field/Lat.h +++ b/include/cc_ublox/field/Lat.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "lat" field. diff --git a/include/cc_ublox/field/LatCommon.h b/include/cc_ublox/field/LatCommon.h index ba9c2de5a..84db7880f 100644 --- a/include/cc_ublox/field/LatCommon.h +++ b/include/cc_ublox/field/LatCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/LatHP.h b/include/cc_ublox/field/LatHP.h index e71c7afbd..ef51344e1 100644 --- a/include/cc_ublox/field/LatHP.h +++ b/include/cc_ublox/field/LatHP.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "latHP" field. diff --git a/include/cc_ublox/field/LatHPCommon.h b/include/cc_ublox/field/LatHPCommon.h index 64c20df9e..60038dd2e 100644 --- a/include/cc_ublox/field/LatHPCommon.h +++ b/include/cc_ublox/field/LatHPCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Lon.h b/include/cc_ublox/field/Lon.h index 45fdd0d36..e9be2cd7e 100644 --- a/include/cc_ublox/field/Lon.h +++ b/include/cc_ublox/field/Lon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "lon" field. diff --git a/include/cc_ublox/field/LonCommon.h b/include/cc_ublox/field/LonCommon.h index 6cb4139d8..c4f98e106 100644 --- a/include/cc_ublox/field/LonCommon.h +++ b/include/cc_ublox/field/LonCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/LonHP.h b/include/cc_ublox/field/LonHP.h index d14b2ffd5..9df2ad8a3 100644 --- a/include/cc_ublox/field/LonHP.h +++ b/include/cc_ublox/field/LonHP.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "lonHP" field. diff --git a/include/cc_ublox/field/LonHPCommon.h b/include/cc_ublox/field/LonHPCommon.h index cc65485f3..b3c6dfb22 100644 --- a/include/cc_ublox/field/LonHPCommon.h +++ b/include/cc_ublox/field/LonHPCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Min.h b/include/cc_ublox/field/Min.h index 75ae5a9ad..386efc6f2 100644 --- a/include/cc_ublox/field/Min.h +++ b/include/cc_ublox/field/Min.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "min" field. diff --git a/include/cc_ublox/field/MinCommon.h b/include/cc_ublox/field/MinCommon.h index f35588072..c834ac996 100644 --- a/include/cc_ublox/field/MinCommon.h +++ b/include/cc_ublox/field/MinCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/MonAntPower.h b/include/cc_ublox/field/MonAntPower.h index a69b648d7..b003f1428 100644 --- a/include/cc_ublox/field/MonAntPower.h +++ b/include/cc_ublox/field/MonAntPower.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MonAntPower" field. diff --git a/include/cc_ublox/field/MonAntPowerCommon.h b/include/cc_ublox/field/MonAntPowerCommon.h index ecc7d6b23..9bd5f2768 100644 --- a/include/cc_ublox/field/MonAntPowerCommon.h +++ b/include/cc_ublox/field/MonAntPowerCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/MonAntStatus.h b/include/cc_ublox/field/MonAntStatus.h index 3a62f3210..430be090d 100644 --- a/include/cc_ublox/field/MonAntStatus.h +++ b/include/cc_ublox/field/MonAntStatus.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MonAntStatus" field. diff --git a/include/cc_ublox/field/MonAntStatusCommon.h b/include/cc_ublox/field/MonAntStatusCommon.h index 906ca16f0..a16ed30a0 100644 --- a/include/cc_ublox/field/MonAntStatusCommon.h +++ b/include/cc_ublox/field/MonAntStatusCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/MonJammingState.h b/include/cc_ublox/field/MonJammingState.h index a5a381989..3e1c71ff5 100644 --- a/include/cc_ublox/field/MonJammingState.h +++ b/include/cc_ublox/field/MonJammingState.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MonJammingState" field. diff --git a/include/cc_ublox/field/MonJammingStateCommon.h b/include/cc_ublox/field/MonJammingStateCommon.h index 356eef16a..7cad9c31b 100644 --- a/include/cc_ublox/field/MonJammingStateCommon.h +++ b/include/cc_ublox/field/MonJammingStateCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/MonMsgppCount.h b/include/cc_ublox/field/MonMsgppCount.h index 885d6a53c..9a8d977a4 100644 --- a/include/cc_ublox/field/MonMsgppCount.h +++ b/include/cc_ublox/field/MonMsgppCount.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "" field. diff --git a/include/cc_ublox/field/MonMsgppCountCommon.h b/include/cc_ublox/field/MonMsgppCountCommon.h index fb7042ee2..2732ff72f 100644 --- a/include/cc_ublox/field/MonMsgppCountCommon.h +++ b/include/cc_ublox/field/MonMsgppCountCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Month.h b/include/cc_ublox/field/Month.h index 12e850fe6..e9e3d7a48 100644 --- a/include/cc_ublox/field/Month.h +++ b/include/cc_ublox/field/Month.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "month" field. diff --git a/include/cc_ublox/field/MonthCommon.h b/include/cc_ublox/field/MonthCommon.h index a2df30205..2f1742cf7 100644 --- a/include/cc_ublox/field/MonthCommon.h +++ b/include/cc_ublox/field/MonthCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/MsgId.h b/include/cc_ublox/field/MsgId.h index 7ba881196..51d1f765f 100644 --- a/include/cc_ublox/field/MsgId.h +++ b/include/cc_ublox/field/MsgId.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MsgId" field. diff --git a/include/cc_ublox/field/MsgIdCommon.h b/include/cc_ublox/field/MsgIdCommon.h index af61a50eb..e3c6cbd58 100644 --- a/include/cc_ublox/field/MsgIdCommon.h +++ b/include/cc_ublox/field/MsgIdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/NmeaVersion.h b/include/cc_ublox/field/NmeaVersion.h index 30248f63a..e53996109 100644 --- a/include/cc_ublox/field/NmeaVersion.h +++ b/include/cc_ublox/field/NmeaVersion.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NmeaVersion" field. diff --git a/include/cc_ublox/field/NmeaVersionCommon.h b/include/cc_ublox/field/NmeaVersionCommon.h index 13194fb32..96c979613 100644 --- a/include/cc_ublox/field/NmeaVersionCommon.h +++ b/include/cc_ublox/field/NmeaVersionCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include diff --git a/include/cc_ublox/field/PAcc.h b/include/cc_ublox/field/PAcc.h index 394d6068a..5efda57df 100644 --- a/include/cc_ublox/field/PAcc.h +++ b/include/cc_ublox/field/PAcc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "pAcc" field. diff --git a/include/cc_ublox/field/PAccCommon.h b/include/cc_ublox/field/PAccCommon.h index e2ba9036e..27a6df59f 100644 --- a/include/cc_ublox/field/PAccCommon.h +++ b/include/cc_ublox/field/PAccCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/PsmState.h b/include/cc_ublox/field/PsmState.h index 1df4e70c7..b34ca80d5 100644 --- a/include/cc_ublox/field/PsmState.h +++ b/include/cc_ublox/field/PsmState.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "psmState" field. diff --git a/include/cc_ublox/field/PsmStateCommon.h b/include/cc_ublox/field/PsmStateCommon.h index 71d7f9292..5855bb2ac 100644 --- a/include/cc_ublox/field/PsmStateCommon.h +++ b/include/cc_ublox/field/PsmStateCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/field/Res1.h b/include/cc_ublox/field/Res1.h index fc791b90e..c81063918 100644 --- a/include/cc_ublox/field/Res1.h +++ b/include/cc_ublox/field/Res1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res1" field. diff --git a/include/cc_ublox/field/Res1Common.h b/include/cc_ublox/field/Res1Common.h index 237795272..b4ddb7ad2 100644 --- a/include/cc_ublox/field/Res1Common.h +++ b/include/cc_ublox/field/Res1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Res2.h b/include/cc_ublox/field/Res2.h index a99d0a153..1fbd7c932 100644 --- a/include/cc_ublox/field/Res2.h +++ b/include/cc_ublox/field/Res2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res2" field. diff --git a/include/cc_ublox/field/Res2Common.h b/include/cc_ublox/field/Res2Common.h index 4bc978fd8..a4bc8e899 100644 --- a/include/cc_ublox/field/Res2Common.h +++ b/include/cc_ublox/field/Res2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Res3.h b/include/cc_ublox/field/Res3.h index dddaa30a9..1e77374a0 100644 --- a/include/cc_ublox/field/Res3.h +++ b/include/cc_ublox/field/Res3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res3" field. diff --git a/include/cc_ublox/field/Res3Common.h b/include/cc_ublox/field/Res3Common.h index 9d511b36a..e267e6bf4 100644 --- a/include/cc_ublox/field/Res3Common.h +++ b/include/cc_ublox/field/Res3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Res4.h b/include/cc_ublox/field/Res4.h index 7c1a3bdf4..57ed1b111 100644 --- a/include/cc_ublox/field/Res4.h +++ b/include/cc_ublox/field/Res4.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res4" field. diff --git a/include/cc_ublox/field/Res4Common.h b/include/cc_ublox/field/Res4Common.h index 2e4c604ec..cd5554932 100644 --- a/include/cc_ublox/field/Res4Common.h +++ b/include/cc_ublox/field/Res4Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Res5.h b/include/cc_ublox/field/Res5.h index cc94c49e0..89dc75cc8 100644 --- a/include/cc_ublox/field/Res5.h +++ b/include/cc_ublox/field/Res5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res5" field. diff --git a/include/cc_ublox/field/Res5Common.h b/include/cc_ublox/field/Res5Common.h index e9ced4960..b3b92a70c 100644 --- a/include/cc_ublox/field/Res5Common.h +++ b/include/cc_ublox/field/Res5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Res6.h b/include/cc_ublox/field/Res6.h index eed9701f1..b19ac4a0e 100644 --- a/include/cc_ublox/field/Res6.h +++ b/include/cc_ublox/field/Res6.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res6" field. diff --git a/include/cc_ublox/field/Res6Common.h b/include/cc_ublox/field/Res6Common.h index 87c627e91..88c09ff4e 100644 --- a/include/cc_ublox/field/Res6Common.h +++ b/include/cc_ublox/field/Res6Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Res7.h b/include/cc_ublox/field/Res7.h index f25ea979a..f903c2d14 100644 --- a/include/cc_ublox/field/Res7.h +++ b/include/cc_ublox/field/Res7.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res7" field. diff --git a/include/cc_ublox/field/Res7Common.h b/include/cc_ublox/field/Res7Common.h index b7a833afa..851b5843f 100644 --- a/include/cc_ublox/field/Res7Common.h +++ b/include/cc_ublox/field/Res7Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Res8.h b/include/cc_ublox/field/Res8.h index 19cf361fd..a4da79a80 100644 --- a/include/cc_ublox/field/Res8.h +++ b/include/cc_ublox/field/Res8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "res8" field. diff --git a/include/cc_ublox/field/Res8Common.h b/include/cc_ublox/field/Res8Common.h index 92abecae2..c642a14b6 100644 --- a/include/cc_ublox/field/Res8Common.h +++ b/include/cc_ublox/field/Res8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/SAcc.h b/include/cc_ublox/field/SAcc.h index f1b088677..e085df1c9 100644 --- a/include/cc_ublox/field/SAcc.h +++ b/include/cc_ublox/field/SAcc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "sAcc" field. diff --git a/include/cc_ublox/field/SAccCommon.h b/include/cc_ublox/field/SAccCommon.h index db79befc9..8e9032b29 100644 --- a/include/cc_ublox/field/SAccCommon.h +++ b/include/cc_ublox/field/SAccCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/SbasService.h b/include/cc_ublox/field/SbasService.h index f41de9bd4..ac2a93229 100644 --- a/include/cc_ublox/field/SbasService.h +++ b/include/cc_ublox/field/SbasService.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "sbasService" field. diff --git a/include/cc_ublox/field/SbasServiceCommon.h b/include/cc_ublox/field/SbasServiceCommon.h index a97824c2f..8811a27a7 100644 --- a/include/cc_ublox/field/SbasServiceCommon.h +++ b/include/cc_ublox/field/SbasServiceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/SbasSys.h b/include/cc_ublox/field/SbasSys.h index 65c29483d..250d1b3f5 100644 --- a/include/cc_ublox/field/SbasSys.h +++ b/include/cc_ublox/field/SbasSys.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "sbasSys" field. diff --git a/include/cc_ublox/field/SbasSysCommon.h b/include/cc_ublox/field/SbasSysCommon.h index 72d4fc3c2..54e432e63 100644 --- a/include/cc_ublox/field/SbasSysCommon.h +++ b/include/cc_ublox/field/SbasSysCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include diff --git a/include/cc_ublox/field/Sec.h b/include/cc_ublox/field/Sec.h index 4d6e1ac0f..33035e639 100644 --- a/include/cc_ublox/field/Sec.h +++ b/include/cc_ublox/field/Sec.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "sec" field. diff --git a/include/cc_ublox/field/SecCommon.h b/include/cc_ublox/field/SecCommon.h index 4c1c9e76b..95ecfea79 100644 --- a/include/cc_ublox/field/SecCommon.h +++ b/include/cc_ublox/field/SecCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/VAcc.h b/include/cc_ublox/field/VAcc.h index 8f69d2936..41c6de8cb 100644 --- a/include/cc_ublox/field/VAcc.h +++ b/include/cc_ublox/field/VAcc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "vAcc" field. diff --git a/include/cc_ublox/field/VAccCommon.h b/include/cc_ublox/field/VAccCommon.h index bee62ae13..9d6db7179 100644 --- a/include/cc_ublox/field/VAccCommon.h +++ b/include/cc_ublox/field/VAccCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Vel.h b/include/cc_ublox/field/Vel.h index c098aa79a..79468f8a5 100644 --- a/include/cc_ublox/field/Vel.h +++ b/include/cc_ublox/field/Vel.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "vel" field. diff --git a/include/cc_ublox/field/VelCommon.h b/include/cc_ublox/field/VelCommon.h index 011455891..d469a8b42 100644 --- a/include/cc_ublox/field/VelCommon.h +++ b/include/cc_ublox/field/VelCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/field/Year.h b/include/cc_ublox/field/Year.h index 5cde304d4..b6e445651 100644 --- a/include/cc_ublox/field/Year.h +++ b/include/cc_ublox/field/Year.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "year" field. diff --git a/include/cc_ublox/field/YearCommon.h b/include/cc_ublox/field/YearCommon.h index 7abcf8894..105914e25 100644 --- a/include/cc_ublox/field/YearCommon.h +++ b/include/cc_ublox/field/YearCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/frame/UbloxFrame.h b/include/cc_ublox/frame/UbloxFrame.h index fc40cdf0c..a2c918ef0 100644 --- a/include/cc_ublox/frame/UbloxFrame.h +++ b/include/cc_ublox/frame/UbloxFrame.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "UbloxFrame" frame class. diff --git a/include/cc_ublox/frame/UbloxFrameCommon.h b/include/cc_ublox/frame/UbloxFrameCommon.h index 2dbd7633b..5d268ffa6 100644 --- a/include/cc_ublox/frame/UbloxFrameCommon.h +++ b/include/cc_ublox/frame/UbloxFrameCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/input/AllMessages.h b/include/cc_ublox/input/AllMessages.h index db6a081a5..31798f897 100644 --- a/include/cc_ublox/input/AllMessages.h +++ b/include/cc_ublox/input/AllMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the AllMessages messages bundle. diff --git a/include/cc_ublox/input/ClientInputMessages.h b/include/cc_ublox/input/ClientInputMessages.h index 3e84aff40..301eb0ce9 100644 --- a/include/cc_ublox/input/ClientInputMessages.h +++ b/include/cc_ublox/input/ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the ClientInputMessages messages bundle. diff --git a/include/cc_ublox/input/ServerInputMessages.h b/include/cc_ublox/input/ServerInputMessages.h index efa83f188..4108ab89c 100644 --- a/include/cc_ublox/input/ServerInputMessages.h +++ b/include/cc_ublox/input/ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the ServerInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox5ClientInputMessages.h b/include/cc_ublox/input/Ublox5ClientInputMessages.h index ac0611c9a..cd4899c73 100644 --- a/include/cc_ublox/input/Ublox5ClientInputMessages.h +++ b/include/cc_ublox/input/Ublox5ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox5ClientInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox5Messages.h b/include/cc_ublox/input/Ublox5Messages.h index a5044f702..b8b2cd603 100644 --- a/include/cc_ublox/input/Ublox5Messages.h +++ b/include/cc_ublox/input/Ublox5Messages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox5Messages messages bundle. diff --git a/include/cc_ublox/input/Ublox5ServerInputMessages.h b/include/cc_ublox/input/Ublox5ServerInputMessages.h index e05879d83..53912a330 100644 --- a/include/cc_ublox/input/Ublox5ServerInputMessages.h +++ b/include/cc_ublox/input/Ublox5ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox5ServerInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox6ClientInputMessages.h b/include/cc_ublox/input/Ublox6ClientInputMessages.h index 4a2abe912..bd68c70ad 100644 --- a/include/cc_ublox/input/Ublox6ClientInputMessages.h +++ b/include/cc_ublox/input/Ublox6ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox6ClientInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox6Messages.h b/include/cc_ublox/input/Ublox6Messages.h index 18765f6e6..54473f407 100644 --- a/include/cc_ublox/input/Ublox6Messages.h +++ b/include/cc_ublox/input/Ublox6Messages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox6Messages messages bundle. diff --git a/include/cc_ublox/input/Ublox6ServerInputMessages.h b/include/cc_ublox/input/Ublox6ServerInputMessages.h index d460054e9..94df3fddc 100644 --- a/include/cc_ublox/input/Ublox6ServerInputMessages.h +++ b/include/cc_ublox/input/Ublox6ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox6ServerInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox7ClientInputMessages.h b/include/cc_ublox/input/Ublox7ClientInputMessages.h index d04872bc2..36032014e 100644 --- a/include/cc_ublox/input/Ublox7ClientInputMessages.h +++ b/include/cc_ublox/input/Ublox7ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox7ClientInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox7Messages.h b/include/cc_ublox/input/Ublox7Messages.h index 9420b7063..870ba82dc 100644 --- a/include/cc_ublox/input/Ublox7Messages.h +++ b/include/cc_ublox/input/Ublox7Messages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox7Messages messages bundle. diff --git a/include/cc_ublox/input/Ublox7ServerInputMessages.h b/include/cc_ublox/input/Ublox7ServerInputMessages.h index 41cee3c66..5f56a1066 100644 --- a/include/cc_ublox/input/Ublox7ServerInputMessages.h +++ b/include/cc_ublox/input/Ublox7ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox7ServerInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox8ClientInputMessages.h b/include/cc_ublox/input/Ublox8ClientInputMessages.h index a1f7c842d..b01dd0059 100644 --- a/include/cc_ublox/input/Ublox8ClientInputMessages.h +++ b/include/cc_ublox/input/Ublox8ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox8ClientInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox8Messages.h b/include/cc_ublox/input/Ublox8Messages.h index 1ec37594b..22256f58c 100644 --- a/include/cc_ublox/input/Ublox8Messages.h +++ b/include/cc_ublox/input/Ublox8Messages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox8Messages messages bundle. diff --git a/include/cc_ublox/input/Ublox8ServerInputMessages.h b/include/cc_ublox/input/Ublox8ServerInputMessages.h index 728c482e3..308912df4 100644 --- a/include/cc_ublox/input/Ublox8ServerInputMessages.h +++ b/include/cc_ublox/input/Ublox8ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox8ServerInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox9ClientInputMessages.h b/include/cc_ublox/input/Ublox9ClientInputMessages.h index cdaf09a6d..6f1ba4452 100644 --- a/include/cc_ublox/input/Ublox9ClientInputMessages.h +++ b/include/cc_ublox/input/Ublox9ClientInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox9ClientInputMessages messages bundle. diff --git a/include/cc_ublox/input/Ublox9Messages.h b/include/cc_ublox/input/Ublox9Messages.h index 29f6fe7a6..b7b9104a3 100644 --- a/include/cc_ublox/input/Ublox9Messages.h +++ b/include/cc_ublox/input/Ublox9Messages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox9Messages messages bundle. diff --git a/include/cc_ublox/input/Ublox9ServerInputMessages.h b/include/cc_ublox/input/Ublox9ServerInputMessages.h index 76dc0843e..1c2ff4da5 100644 --- a/include/cc_ublox/input/Ublox9ServerInputMessages.h +++ b/include/cc_ublox/input/Ublox9ServerInputMessages.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of the Ublox9ServerInputMessages messages bundle. diff --git a/include/cc_ublox/message/AckAck.h b/include/cc_ublox/message/AckAck.h index 07e8625a2..8cf67fe49 100644 --- a/include/cc_ublox/message/AckAck.h +++ b/include/cc_ublox/message/AckAck.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ACK-ACK" message and its fields. diff --git a/include/cc_ublox/message/AckAckCommon.h b/include/cc_ublox/message/AckAckCommon.h index dcd3c6ee9..b71029a54 100644 --- a/include/cc_ublox/message/AckAckCommon.h +++ b/include/cc_ublox/message/AckAckCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AckNak.h b/include/cc_ublox/message/AckNak.h index cac58d74f..a608e34df 100644 --- a/include/cc_ublox/message/AckNak.h +++ b/include/cc_ublox/message/AckNak.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ACK-NAK" message and its fields. diff --git a/include/cc_ublox/message/AckNakCommon.h b/include/cc_ublox/message/AckNakCommon.h index 221639e4b..d152d5be2 100644 --- a/include/cc_ublox/message/AckNakCommon.h +++ b/include/cc_ublox/message/AckNakCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAlm.h b/include/cc_ublox/message/AidAlm.h index de557ca82..b5098a3ba 100644 --- a/include/cc_ublox/message/AidAlm.h +++ b/include/cc_ublox/message/AidAlm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALM" message and its fields. diff --git a/include/cc_ublox/message/AidAlmCommon.h b/include/cc_ublox/message/AidAlmCommon.h index c1a3e1dff..0aae2d495 100644 --- a/include/cc_ublox/message/AidAlmCommon.h +++ b/include/cc_ublox/message/AidAlmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAlmPoll.h b/include/cc_ublox/message/AidAlmPoll.h index b84367057..7310931a5 100644 --- a/include/cc_ublox/message/AidAlmPoll.h +++ b/include/cc_ublox/message/AidAlmPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALM (Poll)" message and its fields. diff --git a/include/cc_ublox/message/AidAlmPollCommon.h b/include/cc_ublox/message/AidAlmPollCommon.h index 564c8c1f0..35f74123e 100644 --- a/include/cc_ublox/message/AidAlmPollCommon.h +++ b/include/cc_ublox/message/AidAlmPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAlmPollSv.h b/include/cc_ublox/message/AidAlmPollSv.h index 0fa2ab65d..bc0cdb3d0 100644 --- a/include/cc_ublox/message/AidAlmPollSv.h +++ b/include/cc_ublox/message/AidAlmPollSv.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALM (Poll SV)" message and its fields. diff --git a/include/cc_ublox/message/AidAlmPollSvCommon.h b/include/cc_ublox/message/AidAlmPollSvCommon.h index 4afee723a..251557375 100644 --- a/include/cc_ublox/message/AidAlmPollSvCommon.h +++ b/include/cc_ublox/message/AidAlmPollSvCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAlp.h b/include/cc_ublox/message/AidAlp.h index f29aaf435..05f517542 100644 --- a/include/cc_ublox/message/AidAlp.h +++ b/include/cc_ublox/message/AidAlp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALP" message and its fields. diff --git a/include/cc_ublox/message/AidAlpCommon.h b/include/cc_ublox/message/AidAlpCommon.h index cd42904b2..95fbeae09 100644 --- a/include/cc_ublox/message/AidAlpCommon.h +++ b/include/cc_ublox/message/AidAlpCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAlpData.h b/include/cc_ublox/message/AidAlpData.h index b079e1a6a..a86b84379 100644 --- a/include/cc_ublox/message/AidAlpData.h +++ b/include/cc_ublox/message/AidAlpData.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALP (Data)" message and its fields. diff --git a/include/cc_ublox/message/AidAlpDataCommon.h b/include/cc_ublox/message/AidAlpDataCommon.h index 0332a8939..f12eb3157 100644 --- a/include/cc_ublox/message/AidAlpDataCommon.h +++ b/include/cc_ublox/message/AidAlpDataCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAlpStatus.h b/include/cc_ublox/message/AidAlpStatus.h index 12574652e..eeb386f38 100644 --- a/include/cc_ublox/message/AidAlpStatus.h +++ b/include/cc_ublox/message/AidAlpStatus.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALP (Status)" message and its fields. diff --git a/include/cc_ublox/message/AidAlpStatusCommon.h b/include/cc_ublox/message/AidAlpStatusCommon.h index 443540809..f40b3a64f 100644 --- a/include/cc_ublox/message/AidAlpStatusCommon.h +++ b/include/cc_ublox/message/AidAlpStatusCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/AidAlpsrv.h b/include/cc_ublox/message/AidAlpsrv.h index 1a46525c0..50f549f34 100644 --- a/include/cc_ublox/message/AidAlpsrv.h +++ b/include/cc_ublox/message/AidAlpsrv.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALPSRV" message and its fields. @@ -444,13 +444,13 @@ class AidAlpsrv : public bool refresh_data() { - auto expectedLength = static_cast(field_dataSize().getValue()); - auto realLength = field_data().getValue().size(); - if (expectedLength == realLength) { + auto lenValue = field_dataSize().getValue(); + auto realLength = field_data().value().size(); + if (static_cast(lenValue) == realLength) { return false; } - using LenValueType = typename std::decay::type; + using LenValueType = typename std::decay::type; static const auto MaxLenValue = static_cast(std::numeric_limits::max()); auto maxAllowedLen = std::min(MaxLenValue, realLength); field_dataSize().setValue(maxAllowedLen); diff --git a/include/cc_ublox/message/AidAlpsrvCommon.h b/include/cc_ublox/message/AidAlpsrvCommon.h index 1b0c87e02..1720a3054 100644 --- a/include/cc_ublox/message/AidAlpsrvCommon.h +++ b/include/cc_ublox/message/AidAlpsrvCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAlpsrvToServer.h b/include/cc_ublox/message/AidAlpsrvToServer.h index 488372142..b536a9a2d 100644 --- a/include/cc_ublox/message/AidAlpsrvToServer.h +++ b/include/cc_ublox/message/AidAlpsrvToServer.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-ALPSRV (To Server)" message and its fields. diff --git a/include/cc_ublox/message/AidAlpsrvToServerCommon.h b/include/cc_ublox/message/AidAlpsrvToServerCommon.h index 72bbd682c..c2f1fafff 100644 --- a/include/cc_ublox/message/AidAlpsrvToServerCommon.h +++ b/include/cc_ublox/message/AidAlpsrvToServerCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAop.h b/include/cc_ublox/message/AidAop.h index d28e432ac..004119618 100644 --- a/include/cc_ublox/message/AidAop.h +++ b/include/cc_ublox/message/AidAop.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-AOP" message and its fields. diff --git a/include/cc_ublox/message/AidAopCommon.h b/include/cc_ublox/message/AidAopCommon.h index 9bd5b4849..734b718a9 100644 --- a/include/cc_ublox/message/AidAopCommon.h +++ b/include/cc_ublox/message/AidAopCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAopPoll.h b/include/cc_ublox/message/AidAopPoll.h index aae1d1eed..5e37f3dc9 100644 --- a/include/cc_ublox/message/AidAopPoll.h +++ b/include/cc_ublox/message/AidAopPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-AOP (Poll)" message and its fields. diff --git a/include/cc_ublox/message/AidAopPollCommon.h b/include/cc_ublox/message/AidAopPollCommon.h index 720aad5df..34c8332ee 100644 --- a/include/cc_ublox/message/AidAopPollCommon.h +++ b/include/cc_ublox/message/AidAopPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAopPollSv.h b/include/cc_ublox/message/AidAopPollSv.h index 5f95cb66a..f52055fc3 100644 --- a/include/cc_ublox/message/AidAopPollSv.h +++ b/include/cc_ublox/message/AidAopPollSv.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-AOP (Poll SV)" message and its fields. diff --git a/include/cc_ublox/message/AidAopPollSvCommon.h b/include/cc_ublox/message/AidAopPollSvCommon.h index 677ede155..7e5f86d44 100644 --- a/include/cc_ublox/message/AidAopPollSvCommon.h +++ b/include/cc_ublox/message/AidAopPollSvCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidAopU8.h b/include/cc_ublox/message/AidAopU8.h index eec0a4be3..66bd15ffe 100644 --- a/include/cc_ublox/message/AidAopU8.h +++ b/include/cc_ublox/message/AidAopU8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-AOP (ublox-8)" message and its fields. diff --git a/include/cc_ublox/message/AidAopU8Common.h b/include/cc_ublox/message/AidAopU8Common.h index c05c68994..f9544342c 100644 --- a/include/cc_ublox/message/AidAopU8Common.h +++ b/include/cc_ublox/message/AidAopU8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidData.h b/include/cc_ublox/message/AidData.h index 4eaa8ac04..c41da1dbe 100644 --- a/include/cc_ublox/message/AidData.h +++ b/include/cc_ublox/message/AidData.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-DATA" message and its fields. diff --git a/include/cc_ublox/message/AidDataCommon.h b/include/cc_ublox/message/AidDataCommon.h index 25acd2a6c..551e8e283 100644 --- a/include/cc_ublox/message/AidDataCommon.h +++ b/include/cc_ublox/message/AidDataCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidEph.h b/include/cc_ublox/message/AidEph.h index 69c788a12..12d8493a6 100644 --- a/include/cc_ublox/message/AidEph.h +++ b/include/cc_ublox/message/AidEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-EPH" message and its fields. diff --git a/include/cc_ublox/message/AidEphCommon.h b/include/cc_ublox/message/AidEphCommon.h index 13ec9f0a3..0fc701934 100644 --- a/include/cc_ublox/message/AidEphCommon.h +++ b/include/cc_ublox/message/AidEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidEphPoll.h b/include/cc_ublox/message/AidEphPoll.h index 9da067dc0..505939617 100644 --- a/include/cc_ublox/message/AidEphPoll.h +++ b/include/cc_ublox/message/AidEphPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-EPH (Poll)" message and its fields. diff --git a/include/cc_ublox/message/AidEphPollCommon.h b/include/cc_ublox/message/AidEphPollCommon.h index cee3de3e5..67cec2dc4 100644 --- a/include/cc_ublox/message/AidEphPollCommon.h +++ b/include/cc_ublox/message/AidEphPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidEphPollSv.h b/include/cc_ublox/message/AidEphPollSv.h index 9fb294896..b323118d1 100644 --- a/include/cc_ublox/message/AidEphPollSv.h +++ b/include/cc_ublox/message/AidEphPollSv.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-EPH (Poll SV)" message and its fields. diff --git a/include/cc_ublox/message/AidEphPollSvCommon.h b/include/cc_ublox/message/AidEphPollSvCommon.h index b1a16dbe9..eb42e841f 100644 --- a/include/cc_ublox/message/AidEphPollSvCommon.h +++ b/include/cc_ublox/message/AidEphPollSvCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidHui.h b/include/cc_ublox/message/AidHui.h index d0ad9814c..2758caf57 100644 --- a/include/cc_ublox/message/AidHui.h +++ b/include/cc_ublox/message/AidHui.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-HUI" message and its fields. diff --git a/include/cc_ublox/message/AidHuiCommon.h b/include/cc_ublox/message/AidHuiCommon.h index 172a67f7b..b9c71c81d 100644 --- a/include/cc_ublox/message/AidHuiCommon.h +++ b/include/cc_ublox/message/AidHuiCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidHuiPoll.h b/include/cc_ublox/message/AidHuiPoll.h index cbe072fd3..d9a8d7ae8 100644 --- a/include/cc_ublox/message/AidHuiPoll.h +++ b/include/cc_ublox/message/AidHuiPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-HUI (Poll)" message and its fields. diff --git a/include/cc_ublox/message/AidHuiPollCommon.h b/include/cc_ublox/message/AidHuiPollCommon.h index 6024fc310..7c53f77ec 100644 --- a/include/cc_ublox/message/AidHuiPollCommon.h +++ b/include/cc_ublox/message/AidHuiPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidIni.h b/include/cc_ublox/message/AidIni.h index a91e85689..5aa0bda04 100644 --- a/include/cc_ublox/message/AidIni.h +++ b/include/cc_ublox/message/AidIni.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-INI" message and its fields. diff --git a/include/cc_ublox/message/AidIniCommon.h b/include/cc_ublox/message/AidIniCommon.h index 4f37370df..0ca3ef1e3 100644 --- a/include/cc_ublox/message/AidIniCommon.h +++ b/include/cc_ublox/message/AidIniCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidIniPoll.h b/include/cc_ublox/message/AidIniPoll.h index 64dc6926f..9352ec387 100644 --- a/include/cc_ublox/message/AidIniPoll.h +++ b/include/cc_ublox/message/AidIniPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-INI (Poll)" message and its fields. diff --git a/include/cc_ublox/message/AidIniPollCommon.h b/include/cc_ublox/message/AidIniPollCommon.h index 92c7cf991..d2d974d7c 100644 --- a/include/cc_ublox/message/AidIniPollCommon.h +++ b/include/cc_ublox/message/AidIniPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/AidReq.h b/include/cc_ublox/message/AidReq.h index 2c87f4fec..4e073bd93 100644 --- a/include/cc_ublox/message/AidReq.h +++ b/include/cc_ublox/message/AidReq.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "AID-REQ" message and its fields. diff --git a/include/cc_ublox/message/AidReqCommon.h b/include/cc_ublox/message/AidReqCommon.h index aebe60865..9e94a88fa 100644 --- a/include/cc_ublox/message/AidReqCommon.h +++ b/include/cc_ublox/message/AidReqCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgAnt.h b/include/cc_ublox/message/CfgAnt.h index a5c3f268d..fb7fd9e6d 100644 --- a/include/cc_ublox/message/CfgAnt.h +++ b/include/cc_ublox/message/CfgAnt.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ANT" message and its fields. diff --git a/include/cc_ublox/message/CfgAntCommon.h b/include/cc_ublox/message/CfgAntCommon.h index f2b093504..de40cf5a1 100644 --- a/include/cc_ublox/message/CfgAntCommon.h +++ b/include/cc_ublox/message/CfgAntCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgAntPoll.h b/include/cc_ublox/message/CfgAntPoll.h index 1622e9f99..6458a4a1e 100644 --- a/include/cc_ublox/message/CfgAntPoll.h +++ b/include/cc_ublox/message/CfgAntPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ANT (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgAntPollCommon.h b/include/cc_ublox/message/CfgAntPollCommon.h index 089ca8986..d688f1f9c 100644 --- a/include/cc_ublox/message/CfgAntPollCommon.h +++ b/include/cc_ublox/message/CfgAntPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgCfg.h b/include/cc_ublox/message/CfgCfg.h index e539140d5..8137c2956 100644 --- a/include/cc_ublox/message/CfgCfg.h +++ b/include/cc_ublox/message/CfgCfg.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-CFG" message and its fields. diff --git a/include/cc_ublox/message/CfgCfgCommon.h b/include/cc_ublox/message/CfgCfgCommon.h index fc614c4dc..09576919b 100644 --- a/include/cc_ublox/message/CfgCfgCommon.h +++ b/include/cc_ublox/message/CfgCfgCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgDat.h b/include/cc_ublox/message/CfgDat.h index b25d890d0..66f09a94a 100644 --- a/include/cc_ublox/message/CfgDat.h +++ b/include/cc_ublox/message/CfgDat.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DAT" message and its fields. diff --git a/include/cc_ublox/message/CfgDatCommon.h b/include/cc_ublox/message/CfgDatCommon.h index 23c27c521..d32ef78a9 100644 --- a/include/cc_ublox/message/CfgDatCommon.h +++ b/include/cc_ublox/message/CfgDatCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgDatPoll.h b/include/cc_ublox/message/CfgDatPoll.h index 4652d73bd..fb62d4185 100644 --- a/include/cc_ublox/message/CfgDatPoll.h +++ b/include/cc_ublox/message/CfgDatPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DAT (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgDatPollCommon.h b/include/cc_ublox/message/CfgDatPollCommon.h index 2463fcf73..357a05218 100644 --- a/include/cc_ublox/message/CfgDatPollCommon.h +++ b/include/cc_ublox/message/CfgDatPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgDatStandard.h b/include/cc_ublox/message/CfgDatStandard.h index 8d169ffbf..23dbf6d20 100644 --- a/include/cc_ublox/message/CfgDatStandard.h +++ b/include/cc_ublox/message/CfgDatStandard.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DAT (Standard)" message and its fields. diff --git a/include/cc_ublox/message/CfgDatStandardCommon.h b/include/cc_ublox/message/CfgDatStandardCommon.h index aed7140e6..0e707a902 100644 --- a/include/cc_ublox/message/CfgDatStandardCommon.h +++ b/include/cc_ublox/message/CfgDatStandardCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgDatUser.h b/include/cc_ublox/message/CfgDatUser.h index bf0a2e720..e36e6560e 100644 --- a/include/cc_ublox/message/CfgDatUser.h +++ b/include/cc_ublox/message/CfgDatUser.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DAT (User)" message and its fields. diff --git a/include/cc_ublox/message/CfgDatUserCommon.h b/include/cc_ublox/message/CfgDatUserCommon.h index b502ba02a..3a0df5aa4 100644 --- a/include/cc_ublox/message/CfgDatUserCommon.h +++ b/include/cc_ublox/message/CfgDatUserCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgDgnss.h b/include/cc_ublox/message/CfgDgnss.h index 79f72671e..473bd198d 100644 --- a/include/cc_ublox/message/CfgDgnss.h +++ b/include/cc_ublox/message/CfgDgnss.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DGNSS" message and its fields. diff --git a/include/cc_ublox/message/CfgDgnssCommon.h b/include/cc_ublox/message/CfgDgnssCommon.h index e4e74b58a..46ca7e035 100644 --- a/include/cc_ublox/message/CfgDgnssCommon.h +++ b/include/cc_ublox/message/CfgDgnssCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res3Common.h" diff --git a/include/cc_ublox/message/CfgDgnssPoll.h b/include/cc_ublox/message/CfgDgnssPoll.h index ba9a09ca0..b37ca4378 100644 --- a/include/cc_ublox/message/CfgDgnssPoll.h +++ b/include/cc_ublox/message/CfgDgnssPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DGNSS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgDgnssPollCommon.h b/include/cc_ublox/message/CfgDgnssPollCommon.h index 7f911652f..e0f53a856 100644 --- a/include/cc_ublox/message/CfgDgnssPollCommon.h +++ b/include/cc_ublox/message/CfgDgnssPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgDosc.h b/include/cc_ublox/message/CfgDosc.h index 7915bb889..b558b6683 100644 --- a/include/cc_ublox/message/CfgDosc.h +++ b/include/cc_ublox/message/CfgDosc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DOSC" message and its fields. diff --git a/include/cc_ublox/message/CfgDoscCommon.h b/include/cc_ublox/message/CfgDoscCommon.h index b6a5f748f..7fbb1b835 100644 --- a/include/cc_ublox/message/CfgDoscCommon.h +++ b/include/cc_ublox/message/CfgDoscCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgDoscPoll.h b/include/cc_ublox/message/CfgDoscPoll.h index 33a2c0500..c7807f157 100644 --- a/include/cc_ublox/message/CfgDoscPoll.h +++ b/include/cc_ublox/message/CfgDoscPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-DOSC (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgDoscPollCommon.h b/include/cc_ublox/message/CfgDoscPollCommon.h index 39e19a747..1b52fedbc 100644 --- a/include/cc_ublox/message/CfgDoscPollCommon.h +++ b/include/cc_ublox/message/CfgDoscPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgEkf.h b/include/cc_ublox/message/CfgEkf.h index f795d518b..ffbb397c8 100644 --- a/include/cc_ublox/message/CfgEkf.h +++ b/include/cc_ublox/message/CfgEkf.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-EKF" message and its fields. diff --git a/include/cc_ublox/message/CfgEkfCommon.h b/include/cc_ublox/message/CfgEkfCommon.h index 044477817..01ed8be66 100644 --- a/include/cc_ublox/message/CfgEkfCommon.h +++ b/include/cc_ublox/message/CfgEkfCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res4Common.h" diff --git a/include/cc_ublox/message/CfgEkfPoll.h b/include/cc_ublox/message/CfgEkfPoll.h index b34a3cbfd..3a6657da5 100644 --- a/include/cc_ublox/message/CfgEkfPoll.h +++ b/include/cc_ublox/message/CfgEkfPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-EKF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgEkfPollCommon.h b/include/cc_ublox/message/CfgEkfPollCommon.h index 81e3fbece..ac9685eda 100644 --- a/include/cc_ublox/message/CfgEkfPollCommon.h +++ b/include/cc_ublox/message/CfgEkfPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgEsrc.h b/include/cc_ublox/message/CfgEsrc.h index 70aed642c..9dbed27ab 100644 --- a/include/cc_ublox/message/CfgEsrc.h +++ b/include/cc_ublox/message/CfgEsrc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ESRC" message and its fields. diff --git a/include/cc_ublox/message/CfgEsrcCommon.h b/include/cc_ublox/message/CfgEsrcCommon.h index 7736db055..9cc94985b 100644 --- a/include/cc_ublox/message/CfgEsrcCommon.h +++ b/include/cc_ublox/message/CfgEsrcCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res2Common.h" diff --git a/include/cc_ublox/message/CfgEsrcPoll.h b/include/cc_ublox/message/CfgEsrcPoll.h index e97692637..2ce707dc6 100644 --- a/include/cc_ublox/message/CfgEsrcPoll.h +++ b/include/cc_ublox/message/CfgEsrcPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ESRC (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgEsrcPollCommon.h b/include/cc_ublox/message/CfgEsrcPollCommon.h index 2581b5493..55bfddb8f 100644 --- a/include/cc_ublox/message/CfgEsrcPollCommon.h +++ b/include/cc_ublox/message/CfgEsrcPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgFixseed.h b/include/cc_ublox/message/CfgFixseed.h index ff3214ee7..986f8dd41 100644 --- a/include/cc_ublox/message/CfgFixseed.h +++ b/include/cc_ublox/message/CfgFixseed.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-FIXSEED" message and its fields. diff --git a/include/cc_ublox/message/CfgFixseedCommon.h b/include/cc_ublox/message/CfgFixseedCommon.h index 9e53d36ba..e44c9dbf8 100644 --- a/include/cc_ublox/message/CfgFixseedCommon.h +++ b/include/cc_ublox/message/CfgFixseedCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgFxn.h b/include/cc_ublox/message/CfgFxn.h index 62b8590e0..654459d24 100644 --- a/include/cc_ublox/message/CfgFxn.h +++ b/include/cc_ublox/message/CfgFxn.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-FXN" message and its fields. diff --git a/include/cc_ublox/message/CfgFxnCommon.h b/include/cc_ublox/message/CfgFxnCommon.h index dfc3b6087..50705ee64 100644 --- a/include/cc_ublox/message/CfgFxnCommon.h +++ b/include/cc_ublox/message/CfgFxnCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgFxnPoll.h b/include/cc_ublox/message/CfgFxnPoll.h index 6e32e74a2..cb2a60bc5 100644 --- a/include/cc_ublox/message/CfgFxnPoll.h +++ b/include/cc_ublox/message/CfgFxnPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-FXN (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgFxnPollCommon.h b/include/cc_ublox/message/CfgFxnPollCommon.h index 10d005b3e..8d1cc5e5b 100644 --- a/include/cc_ublox/message/CfgFxnPollCommon.h +++ b/include/cc_ublox/message/CfgFxnPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgGeofence.h b/include/cc_ublox/message/CfgGeofence.h index 237864ff0..2255d99ea 100644 --- a/include/cc_ublox/message/CfgGeofence.h +++ b/include/cc_ublox/message/CfgGeofence.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-GEOFENCE" message and its fields. diff --git a/include/cc_ublox/message/CfgGeofenceCommon.h b/include/cc_ublox/message/CfgGeofenceCommon.h index 401af917f..4e4c85191 100644 --- a/include/cc_ublox/message/CfgGeofenceCommon.h +++ b/include/cc_ublox/message/CfgGeofenceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/LatCommon.h" diff --git a/include/cc_ublox/message/CfgGeofencePoll.h b/include/cc_ublox/message/CfgGeofencePoll.h index b3a49fee5..6f87fffe3 100644 --- a/include/cc_ublox/message/CfgGeofencePoll.h +++ b/include/cc_ublox/message/CfgGeofencePoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-GEOFENCE (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgGeofencePollCommon.h b/include/cc_ublox/message/CfgGeofencePollCommon.h index 7126688dd..c79a6bb18 100644 --- a/include/cc_ublox/message/CfgGeofencePollCommon.h +++ b/include/cc_ublox/message/CfgGeofencePollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgGnss.h b/include/cc_ublox/message/CfgGnss.h index fcf2a7da5..57da23ef4 100644 --- a/include/cc_ublox/message/CfgGnss.h +++ b/include/cc_ublox/message/CfgGnss.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-GNSS" message and its fields. diff --git a/include/cc_ublox/message/CfgGnssCommon.h b/include/cc_ublox/message/CfgGnssCommon.h index 897d74932..f0fd90e61 100644 --- a/include/cc_ublox/message/CfgGnssCommon.h +++ b/include/cc_ublox/message/CfgGnssCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgGnssPoll.h b/include/cc_ublox/message/CfgGnssPoll.h index d3c205ebb..3940a2d07 100644 --- a/include/cc_ublox/message/CfgGnssPoll.h +++ b/include/cc_ublox/message/CfgGnssPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-GNSS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgGnssPollCommon.h b/include/cc_ublox/message/CfgGnssPollCommon.h index 3f9ecd88e..1afa9e20c 100644 --- a/include/cc_ublox/message/CfgGnssPollCommon.h +++ b/include/cc_ublox/message/CfgGnssPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgHnr.h b/include/cc_ublox/message/CfgHnr.h index 76d89c24b..33fa88b52 100644 --- a/include/cc_ublox/message/CfgHnr.h +++ b/include/cc_ublox/message/CfgHnr.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-HNR" message and its fields. diff --git a/include/cc_ublox/message/CfgHnrCommon.h b/include/cc_ublox/message/CfgHnrCommon.h index 896ea32d4..8c4b78eac 100644 --- a/include/cc_ublox/message/CfgHnrCommon.h +++ b/include/cc_ublox/message/CfgHnrCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgHnrPoll.h b/include/cc_ublox/message/CfgHnrPoll.h index 28075019f..a333bf2a9 100644 --- a/include/cc_ublox/message/CfgHnrPoll.h +++ b/include/cc_ublox/message/CfgHnrPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-HNR (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgHnrPollCommon.h b/include/cc_ublox/message/CfgHnrPollCommon.h index ff2ae3451..ad6aa74b1 100644 --- a/include/cc_ublox/message/CfgHnrPollCommon.h +++ b/include/cc_ublox/message/CfgHnrPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgInf.h b/include/cc_ublox/message/CfgInf.h index 27492feff..762ba06a5 100644 --- a/include/cc_ublox/message/CfgInf.h +++ b/include/cc_ublox/message/CfgInf.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-INF" message and its fields. diff --git a/include/cc_ublox/message/CfgInfCommon.h b/include/cc_ublox/message/CfgInfCommon.h index bc9435937..55f45c063 100644 --- a/include/cc_ublox/message/CfgInfCommon.h +++ b/include/cc_ublox/message/CfgInfCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/InfMaskCommon.h" diff --git a/include/cc_ublox/message/CfgInfPoll.h b/include/cc_ublox/message/CfgInfPoll.h index c34646fdc..91af8e256 100644 --- a/include/cc_ublox/message/CfgInfPoll.h +++ b/include/cc_ublox/message/CfgInfPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-INF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgInfPollCommon.h b/include/cc_ublox/message/CfgInfPollCommon.h index a952c38a3..3ced8dbf8 100644 --- a/include/cc_ublox/message/CfgInfPollCommon.h +++ b/include/cc_ublox/message/CfgInfPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgItfm.h b/include/cc_ublox/message/CfgItfm.h index 95200ce94..6ec4500a3 100644 --- a/include/cc_ublox/message/CfgItfm.h +++ b/include/cc_ublox/message/CfgItfm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ITFM" message and its fields. diff --git a/include/cc_ublox/message/CfgItfmCommon.h b/include/cc_ublox/message/CfgItfmCommon.h index 4ed88f500..0074762bb 100644 --- a/include/cc_ublox/message/CfgItfmCommon.h +++ b/include/cc_ublox/message/CfgItfmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/CfgItfmPoll.h b/include/cc_ublox/message/CfgItfmPoll.h index dbb89eb61..40c561315 100644 --- a/include/cc_ublox/message/CfgItfmPoll.h +++ b/include/cc_ublox/message/CfgItfmPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ITFM (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgItfmPollCommon.h b/include/cc_ublox/message/CfgItfmPollCommon.h index 3236b5862..985576507 100644 --- a/include/cc_ublox/message/CfgItfmPollCommon.h +++ b/include/cc_ublox/message/CfgItfmPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgLogfilter.h b/include/cc_ublox/message/CfgLogfilter.h index 1c7cf77ef..e2f43e44a 100644 --- a/include/cc_ublox/message/CfgLogfilter.h +++ b/include/cc_ublox/message/CfgLogfilter.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-LOGFILTER" message and its fields. diff --git a/include/cc_ublox/message/CfgLogfilterCommon.h b/include/cc_ublox/message/CfgLogfilterCommon.h index 595cba1ad..d83d881e8 100644 --- a/include/cc_ublox/message/CfgLogfilterCommon.h +++ b/include/cc_ublox/message/CfgLogfilterCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgLogfilterPoll.h b/include/cc_ublox/message/CfgLogfilterPoll.h index 563272677..87a3757b0 100644 --- a/include/cc_ublox/message/CfgLogfilterPoll.h +++ b/include/cc_ublox/message/CfgLogfilterPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-LOGFILTER (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgLogfilterPollCommon.h b/include/cc_ublox/message/CfgLogfilterPollCommon.h index 44c2a1f71..29ea27bc4 100644 --- a/include/cc_ublox/message/CfgLogfilterPollCommon.h +++ b/include/cc_ublox/message/CfgLogfilterPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgMsg.h b/include/cc_ublox/message/CfgMsg.h index e711bd1e6..ef5ae533f 100644 --- a/include/cc_ublox/message/CfgMsg.h +++ b/include/cc_ublox/message/CfgMsg.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-MSG" message and its fields. diff --git a/include/cc_ublox/message/CfgMsgCommon.h b/include/cc_ublox/message/CfgMsgCommon.h index b5a1fc03d..c4b1dd485 100644 --- a/include/cc_ublox/message/CfgMsgCommon.h +++ b/include/cc_ublox/message/CfgMsgCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgMsgCurrent.h b/include/cc_ublox/message/CfgMsgCurrent.h index 2115f000d..769dc30fa 100644 --- a/include/cc_ublox/message/CfgMsgCurrent.h +++ b/include/cc_ublox/message/CfgMsgCurrent.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-MSG (Current)" message and its fields. diff --git a/include/cc_ublox/message/CfgMsgCurrentCommon.h b/include/cc_ublox/message/CfgMsgCurrentCommon.h index 6dbf03107..054aea6e1 100644 --- a/include/cc_ublox/message/CfgMsgCurrentCommon.h +++ b/include/cc_ublox/message/CfgMsgCurrentCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgMsgPoll.h b/include/cc_ublox/message/CfgMsgPoll.h index 02a2f6d6a..caabf2799 100644 --- a/include/cc_ublox/message/CfgMsgPoll.h +++ b/include/cc_ublox/message/CfgMsgPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-MSG (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgMsgPollCommon.h b/include/cc_ublox/message/CfgMsgPollCommon.h index c511e8ffe..b9206897a 100644 --- a/include/cc_ublox/message/CfgMsgPollCommon.h +++ b/include/cc_ublox/message/CfgMsgPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNav5.h b/include/cc_ublox/message/CfgNav5.h index 695d2dd58..ab14a14b4 100644 --- a/include/cc_ublox/message/CfgNav5.h +++ b/include/cc_ublox/message/CfgNav5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NAV5" message and its fields. diff --git a/include/cc_ublox/message/CfgNav5Common.h b/include/cc_ublox/message/CfgNav5Common.h index 15f558ca7..1fa95f97a 100644 --- a/include/cc_ublox/message/CfgNav5Common.h +++ b/include/cc_ublox/message/CfgNav5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res2Common.h" diff --git a/include/cc_ublox/message/CfgNav5Poll.h b/include/cc_ublox/message/CfgNav5Poll.h index 0d2098373..d7bb8d5b8 100644 --- a/include/cc_ublox/message/CfgNav5Poll.h +++ b/include/cc_ublox/message/CfgNav5Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NAV5 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgNav5PollCommon.h b/include/cc_ublox/message/CfgNav5PollCommon.h index 3223a6197..8341c49b8 100644 --- a/include/cc_ublox/message/CfgNav5PollCommon.h +++ b/include/cc_ublox/message/CfgNav5PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNavx5.h b/include/cc_ublox/message/CfgNavx5.h index db2860407..14ea3a803 100644 --- a/include/cc_ublox/message/CfgNavx5.h +++ b/include/cc_ublox/message/CfgNavx5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NAVX5" message and its fields. diff --git a/include/cc_ublox/message/CfgNavx5Common.h b/include/cc_ublox/message/CfgNavx5Common.h index 25d89ce2a..b8e418291 100644 --- a/include/cc_ublox/message/CfgNavx5Common.h +++ b/include/cc_ublox/message/CfgNavx5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNavx5Poll.h b/include/cc_ublox/message/CfgNavx5Poll.h index af35d60d4..8bae26555 100644 --- a/include/cc_ublox/message/CfgNavx5Poll.h +++ b/include/cc_ublox/message/CfgNavx5Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NAVX5 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgNavx5PollCommon.h b/include/cc_ublox/message/CfgNavx5PollCommon.h index 52c91f726..35c02a21a 100644 --- a/include/cc_ublox/message/CfgNavx5PollCommon.h +++ b/include/cc_ublox/message/CfgNavx5PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNavx5V2.h b/include/cc_ublox/message/CfgNavx5V2.h index 170b3424d..41fd59d72 100644 --- a/include/cc_ublox/message/CfgNavx5V2.h +++ b/include/cc_ublox/message/CfgNavx5V2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NAVX5" message and its fields. diff --git a/include/cc_ublox/message/CfgNavx5V2Common.h b/include/cc_ublox/message/CfgNavx5V2Common.h index 63558faba..bff7cc2f3 100644 --- a/include/cc_ublox/message/CfgNavx5V2Common.h +++ b/include/cc_ublox/message/CfgNavx5V2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNavx5V3.h b/include/cc_ublox/message/CfgNavx5V3.h index 8817d1310..4a57ea562 100644 --- a/include/cc_ublox/message/CfgNavx5V3.h +++ b/include/cc_ublox/message/CfgNavx5V3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NAVX5" message and its fields. diff --git a/include/cc_ublox/message/CfgNavx5V3Common.h b/include/cc_ublox/message/CfgNavx5V3Common.h index 89af6cdfb..2ad37016d 100644 --- a/include/cc_ublox/message/CfgNavx5V3Common.h +++ b/include/cc_ublox/message/CfgNavx5V3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNmea.h b/include/cc_ublox/message/CfgNmea.h index af4d3a51e..84c167504 100644 --- a/include/cc_ublox/message/CfgNmea.h +++ b/include/cc_ublox/message/CfgNmea.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NMEA" message and its fields. diff --git a/include/cc_ublox/message/CfgNmeaCommon.h b/include/cc_ublox/message/CfgNmeaCommon.h index 7ea0c15a3..d68b2eafb 100644 --- a/include/cc_ublox/message/CfgNmeaCommon.h +++ b/include/cc_ublox/message/CfgNmeaCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNmeaPoll.h b/include/cc_ublox/message/CfgNmeaPoll.h index dec1cf61a..c97e2a25d 100644 --- a/include/cc_ublox/message/CfgNmeaPoll.h +++ b/include/cc_ublox/message/CfgNmeaPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NMEA (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgNmeaPollCommon.h b/include/cc_ublox/message/CfgNmeaPollCommon.h index 8549ad6de..5899617fc 100644 --- a/include/cc_ublox/message/CfgNmeaPollCommon.h +++ b/include/cc_ublox/message/CfgNmeaPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNmeaV0.h b/include/cc_ublox/message/CfgNmeaV0.h index 8bf2f892a..34f1bf1ac 100644 --- a/include/cc_ublox/message/CfgNmeaV0.h +++ b/include/cc_ublox/message/CfgNmeaV0.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NMEA (V0)" message and its fields. diff --git a/include/cc_ublox/message/CfgNmeaV0Common.h b/include/cc_ublox/message/CfgNmeaV0Common.h index 635992b29..77316f005 100644 --- a/include/cc_ublox/message/CfgNmeaV0Common.h +++ b/include/cc_ublox/message/CfgNmeaV0Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNmeaV1.h b/include/cc_ublox/message/CfgNmeaV1.h index 5420442ad..2e9e77276 100644 --- a/include/cc_ublox/message/CfgNmeaV1.h +++ b/include/cc_ublox/message/CfgNmeaV1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NMEA (V1)" message and its fields. diff --git a/include/cc_ublox/message/CfgNmeaV1Common.h b/include/cc_ublox/message/CfgNmeaV1Common.h index f6cbe9277..c1cbe4697 100644 --- a/include/cc_ublox/message/CfgNmeaV1Common.h +++ b/include/cc_ublox/message/CfgNmeaV1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgNvs.h b/include/cc_ublox/message/CfgNvs.h index 73c2cf61f..b2f05dd64 100644 --- a/include/cc_ublox/message/CfgNvs.h +++ b/include/cc_ublox/message/CfgNvs.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-NVS" message and its fields. diff --git a/include/cc_ublox/message/CfgNvsCommon.h b/include/cc_ublox/message/CfgNvsCommon.h index fa7a4b7ac..8ccb23ffb 100644 --- a/include/cc_ublox/message/CfgNvsCommon.h +++ b/include/cc_ublox/message/CfgNvsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgOdo.h b/include/cc_ublox/message/CfgOdo.h index 543d5752f..e93df3da7 100644 --- a/include/cc_ublox/message/CfgOdo.h +++ b/include/cc_ublox/message/CfgOdo.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ODO" message and its fields. diff --git a/include/cc_ublox/message/CfgOdoCommon.h b/include/cc_ublox/message/CfgOdoCommon.h index c428a39b0..2868b55db 100644 --- a/include/cc_ublox/message/CfgOdoCommon.h +++ b/include/cc_ublox/message/CfgOdoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res2Common.h" diff --git a/include/cc_ublox/message/CfgOdoPoll.h b/include/cc_ublox/message/CfgOdoPoll.h index 942f17871..dc5a61012 100644 --- a/include/cc_ublox/message/CfgOdoPoll.h +++ b/include/cc_ublox/message/CfgOdoPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-ODO (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgOdoPollCommon.h b/include/cc_ublox/message/CfgOdoPollCommon.h index c98312774..9a6db1a87 100644 --- a/include/cc_ublox/message/CfgOdoPollCommon.h +++ b/include/cc_ublox/message/CfgOdoPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPm.h b/include/cc_ublox/message/CfgPm.h index dc1443a6f..b6a0d85fb 100644 --- a/include/cc_ublox/message/CfgPm.h +++ b/include/cc_ublox/message/CfgPm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PM" message and its fields. diff --git a/include/cc_ublox/message/CfgPm2.h b/include/cc_ublox/message/CfgPm2.h index 70852553a..cf179a5d9 100644 --- a/include/cc_ublox/message/CfgPm2.h +++ b/include/cc_ublox/message/CfgPm2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PM2" message and its fields. diff --git a/include/cc_ublox/message/CfgPm2Common.h b/include/cc_ublox/message/CfgPm2Common.h index 12ccd72fb..c19c5b745 100644 --- a/include/cc_ublox/message/CfgPm2Common.h +++ b/include/cc_ublox/message/CfgPm2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPm2Poll.h b/include/cc_ublox/message/CfgPm2Poll.h index 59a970eb8..957a2c052 100644 --- a/include/cc_ublox/message/CfgPm2Poll.h +++ b/include/cc_ublox/message/CfgPm2Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PM2 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgPm2PollCommon.h b/include/cc_ublox/message/CfgPm2PollCommon.h index 70706fea3..7144bd514 100644 --- a/include/cc_ublox/message/CfgPm2PollCommon.h +++ b/include/cc_ublox/message/CfgPm2PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPm2V2.h b/include/cc_ublox/message/CfgPm2V2.h index dfb3dc878..5eb4e5ec3 100644 --- a/include/cc_ublox/message/CfgPm2V2.h +++ b/include/cc_ublox/message/CfgPm2V2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PM2 (V2)" message and its fields. diff --git a/include/cc_ublox/message/CfgPm2V2Common.h b/include/cc_ublox/message/CfgPm2V2Common.h index 6ae018430..d48175432 100644 --- a/include/cc_ublox/message/CfgPm2V2Common.h +++ b/include/cc_ublox/message/CfgPm2V2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPmCommon.h b/include/cc_ublox/message/CfgPmCommon.h index 4724e5261..11072e312 100644 --- a/include/cc_ublox/message/CfgPmCommon.h +++ b/include/cc_ublox/message/CfgPmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/CfgPmPoll.h b/include/cc_ublox/message/CfgPmPoll.h index 7519ad93a..cf1a2e384 100644 --- a/include/cc_ublox/message/CfgPmPoll.h +++ b/include/cc_ublox/message/CfgPmPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PM (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgPmPollCommon.h b/include/cc_ublox/message/CfgPmPollCommon.h index 668db1039..27f261737 100644 --- a/include/cc_ublox/message/CfgPmPollCommon.h +++ b/include/cc_ublox/message/CfgPmPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPms.h b/include/cc_ublox/message/CfgPms.h index d2d6237bf..36582ff6b 100644 --- a/include/cc_ublox/message/CfgPms.h +++ b/include/cc_ublox/message/CfgPms.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PMS" message and its fields. diff --git a/include/cc_ublox/message/CfgPmsCommon.h b/include/cc_ublox/message/CfgPmsCommon.h index bbed9c1cd..a03b7619b 100644 --- a/include/cc_ublox/message/CfgPmsCommon.h +++ b/include/cc_ublox/message/CfgPmsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include #include "cc_ublox/field/Res2Common.h" diff --git a/include/cc_ublox/message/CfgPmsPoll.h b/include/cc_ublox/message/CfgPmsPoll.h index a80244fd5..d5dc69ad4 100644 --- a/include/cc_ublox/message/CfgPmsPoll.h +++ b/include/cc_ublox/message/CfgPmsPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PMS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgPmsPollCommon.h b/include/cc_ublox/message/CfgPmsPollCommon.h index 6a6711379..d0f7b97f3 100644 --- a/include/cc_ublox/message/CfgPmsPollCommon.h +++ b/include/cc_ublox/message/CfgPmsPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPrtDdc.h b/include/cc_ublox/message/CfgPrtDdc.h index 353fb907a..9f3b4bcb0 100644 --- a/include/cc_ublox/message/CfgPrtDdc.h +++ b/include/cc_ublox/message/CfgPrtDdc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PRT (DDC)" message and its fields. diff --git a/include/cc_ublox/message/CfgPrtDdcCommon.h b/include/cc_ublox/message/CfgPrtDdcCommon.h index 8ad2e389f..f759bba2a 100644 --- a/include/cc_ublox/message/CfgPrtDdcCommon.h +++ b/include/cc_ublox/message/CfgPrtDdcCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPrtPoll.h b/include/cc_ublox/message/CfgPrtPoll.h index f5aa6fb25..5e7a2b11e 100644 --- a/include/cc_ublox/message/CfgPrtPoll.h +++ b/include/cc_ublox/message/CfgPrtPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PRT (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgPrtPollCommon.h b/include/cc_ublox/message/CfgPrtPollCommon.h index 7cb8da00f..f13808edb 100644 --- a/include/cc_ublox/message/CfgPrtPollCommon.h +++ b/include/cc_ublox/message/CfgPrtPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPrtPortPoll.h b/include/cc_ublox/message/CfgPrtPortPoll.h index f396b7677..bdfd064e3 100644 --- a/include/cc_ublox/message/CfgPrtPortPoll.h +++ b/include/cc_ublox/message/CfgPrtPortPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PRT (Port Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgPrtPortPollCommon.h b/include/cc_ublox/message/CfgPrtPortPollCommon.h index 062bf030e..22f13bdb1 100644 --- a/include/cc_ublox/message/CfgPrtPortPollCommon.h +++ b/include/cc_ublox/message/CfgPrtPortPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPrtSpi.h b/include/cc_ublox/message/CfgPrtSpi.h index f89f2ab39..4cf0ab94b 100644 --- a/include/cc_ublox/message/CfgPrtSpi.h +++ b/include/cc_ublox/message/CfgPrtSpi.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PRT (SPI)" message and its fields. diff --git a/include/cc_ublox/message/CfgPrtSpiCommon.h b/include/cc_ublox/message/CfgPrtSpiCommon.h index f1ac89dbe..ed45bec26 100644 --- a/include/cc_ublox/message/CfgPrtSpiCommon.h +++ b/include/cc_ublox/message/CfgPrtSpiCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/CfgPrtFlagsCommon.h" diff --git a/include/cc_ublox/message/CfgPrtUart.h b/include/cc_ublox/message/CfgPrtUart.h index e3bba7f5f..fcba87f21 100644 --- a/include/cc_ublox/message/CfgPrtUart.h +++ b/include/cc_ublox/message/CfgPrtUart.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PRT (UART)" message and its fields. diff --git a/include/cc_ublox/message/CfgPrtUartCommon.h b/include/cc_ublox/message/CfgPrtUartCommon.h index 78ae6260e..f8f243b7a 100644 --- a/include/cc_ublox/message/CfgPrtUartCommon.h +++ b/include/cc_ublox/message/CfgPrtUartCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/CfgPrtFlagsCommon.h" diff --git a/include/cc_ublox/message/CfgPrtUsb.h b/include/cc_ublox/message/CfgPrtUsb.h index 93a9c8b69..7427a1ea5 100644 --- a/include/cc_ublox/message/CfgPrtUsb.h +++ b/include/cc_ublox/message/CfgPrtUsb.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PRT (USB)" message and its fields. diff --git a/include/cc_ublox/message/CfgPrtUsbCommon.h b/include/cc_ublox/message/CfgPrtUsbCommon.h index fb092159b..719bba60f 100644 --- a/include/cc_ublox/message/CfgPrtUsbCommon.h +++ b/include/cc_ublox/message/CfgPrtUsbCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgPwr.h b/include/cc_ublox/message/CfgPwr.h index bd72076d6..2280031e9 100644 --- a/include/cc_ublox/message/CfgPwr.h +++ b/include/cc_ublox/message/CfgPwr.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-PWR" message and its fields. diff --git a/include/cc_ublox/message/CfgPwrCommon.h b/include/cc_ublox/message/CfgPwrCommon.h index 5acec8d54..5be06da56 100644 --- a/include/cc_ublox/message/CfgPwrCommon.h +++ b/include/cc_ublox/message/CfgPwrCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include #include "cc_ublox/field/Res3Common.h" diff --git a/include/cc_ublox/message/CfgRate.h b/include/cc_ublox/message/CfgRate.h index 44bb9db97..0dfceab04 100644 --- a/include/cc_ublox/message/CfgRate.h +++ b/include/cc_ublox/message/CfgRate.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-RATE" message and its fields. diff --git a/include/cc_ublox/message/CfgRateCommon.h b/include/cc_ublox/message/CfgRateCommon.h index 279808600..def529cd8 100644 --- a/include/cc_ublox/message/CfgRateCommon.h +++ b/include/cc_ublox/message/CfgRateCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/CfgRatePoll.h b/include/cc_ublox/message/CfgRatePoll.h index 4f2524f38..d23e0df64 100644 --- a/include/cc_ublox/message/CfgRatePoll.h +++ b/include/cc_ublox/message/CfgRatePoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-RATE (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgRatePollCommon.h b/include/cc_ublox/message/CfgRatePollCommon.h index c3a93cd5c..c3301b832 100644 --- a/include/cc_ublox/message/CfgRatePollCommon.h +++ b/include/cc_ublox/message/CfgRatePollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgRinv.h b/include/cc_ublox/message/CfgRinv.h index eecf9cdb2..6dbc23d65 100644 --- a/include/cc_ublox/message/CfgRinv.h +++ b/include/cc_ublox/message/CfgRinv.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-RINV" message and its fields. diff --git a/include/cc_ublox/message/CfgRinvCommon.h b/include/cc_ublox/message/CfgRinvCommon.h index 5578f0ef3..3f33e6bff 100644 --- a/include/cc_ublox/message/CfgRinvCommon.h +++ b/include/cc_ublox/message/CfgRinvCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgRinvPoll.h b/include/cc_ublox/message/CfgRinvPoll.h index 08bd945b2..d33489741 100644 --- a/include/cc_ublox/message/CfgRinvPoll.h +++ b/include/cc_ublox/message/CfgRinvPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-RINV (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgRinvPollCommon.h b/include/cc_ublox/message/CfgRinvPollCommon.h index 04fed0530..788cfd195 100644 --- a/include/cc_ublox/message/CfgRinvPollCommon.h +++ b/include/cc_ublox/message/CfgRinvPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgRst.h b/include/cc_ublox/message/CfgRst.h index 968cb137f..ea4c9e393 100644 --- a/include/cc_ublox/message/CfgRst.h +++ b/include/cc_ublox/message/CfgRst.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-RST" message and its fields. diff --git a/include/cc_ublox/message/CfgRstCommon.h b/include/cc_ublox/message/CfgRstCommon.h index b0de93055..319aa588e 100644 --- a/include/cc_ublox/message/CfgRstCommon.h +++ b/include/cc_ublox/message/CfgRstCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/CfgRxm.h b/include/cc_ublox/message/CfgRxm.h index 0d91f7ed7..bfce46273 100644 --- a/include/cc_ublox/message/CfgRxm.h +++ b/include/cc_ublox/message/CfgRxm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-RXM" message and its fields. diff --git a/include/cc_ublox/message/CfgRxmCommon.h b/include/cc_ublox/message/CfgRxmCommon.h index 1dce0ef7d..85574c288 100644 --- a/include/cc_ublox/message/CfgRxmCommon.h +++ b/include/cc_ublox/message/CfgRxmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/CfgRxmPoll.h b/include/cc_ublox/message/CfgRxmPoll.h index 46e44ee4b..2e3eec4b1 100644 --- a/include/cc_ublox/message/CfgRxmPoll.h +++ b/include/cc_ublox/message/CfgRxmPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-RXM (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgRxmPollCommon.h b/include/cc_ublox/message/CfgRxmPollCommon.h index f30477556..075ee6767 100644 --- a/include/cc_ublox/message/CfgRxmPollCommon.h +++ b/include/cc_ublox/message/CfgRxmPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgSbas.h b/include/cc_ublox/message/CfgSbas.h index 8ed696aee..85552e8d2 100644 --- a/include/cc_ublox/message/CfgSbas.h +++ b/include/cc_ublox/message/CfgSbas.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-SBAS" message and its fields. diff --git a/include/cc_ublox/message/CfgSbasCommon.h b/include/cc_ublox/message/CfgSbasCommon.h index 971484da1..d07bf7ece 100644 --- a/include/cc_ublox/message/CfgSbasCommon.h +++ b/include/cc_ublox/message/CfgSbasCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgSbasPoll.h b/include/cc_ublox/message/CfgSbasPoll.h index 2d2d21c49..57a14e2c3 100644 --- a/include/cc_ublox/message/CfgSbasPoll.h +++ b/include/cc_ublox/message/CfgSbasPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-SBAS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgSbasPollCommon.h b/include/cc_ublox/message/CfgSbasPollCommon.h index 737dd28e2..4254f8978 100644 --- a/include/cc_ublox/message/CfgSbasPollCommon.h +++ b/include/cc_ublox/message/CfgSbasPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgSmgr.h b/include/cc_ublox/message/CfgSmgr.h index 2a37173e2..37ca39918 100644 --- a/include/cc_ublox/message/CfgSmgr.h +++ b/include/cc_ublox/message/CfgSmgr.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-SMGR" message and its fields. diff --git a/include/cc_ublox/message/CfgSmgrCommon.h b/include/cc_ublox/message/CfgSmgrCommon.h index 4d54577f0..fa2f0d283 100644 --- a/include/cc_ublox/message/CfgSmgrCommon.h +++ b/include/cc_ublox/message/CfgSmgrCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res2Common.h" diff --git a/include/cc_ublox/message/CfgSmgrPoll.h b/include/cc_ublox/message/CfgSmgrPoll.h index d84613293..81610d849 100644 --- a/include/cc_ublox/message/CfgSmgrPoll.h +++ b/include/cc_ublox/message/CfgSmgrPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-SMGR (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgSmgrPollCommon.h b/include/cc_ublox/message/CfgSmgrPollCommon.h index 6c76a1f31..2abd4a985 100644 --- a/include/cc_ublox/message/CfgSmgrPollCommon.h +++ b/include/cc_ublox/message/CfgSmgrPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTmode.h b/include/cc_ublox/message/CfgTmode.h index 496c2c7ca..3f017ff38 100644 --- a/include/cc_ublox/message/CfgTmode.h +++ b/include/cc_ublox/message/CfgTmode.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TMODE" message and its fields. diff --git a/include/cc_ublox/message/CfgTmode2.h b/include/cc_ublox/message/CfgTmode2.h index 9582ca0f0..dd2ab82c3 100644 --- a/include/cc_ublox/message/CfgTmode2.h +++ b/include/cc_ublox/message/CfgTmode2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TMODE2" message and its fields. diff --git a/include/cc_ublox/message/CfgTmode2Common.h b/include/cc_ublox/message/CfgTmode2Common.h index 160645055..0a0351917 100644 --- a/include/cc_ublox/message/CfgTmode2Common.h +++ b/include/cc_ublox/message/CfgTmode2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/CfgTmode2Poll.h b/include/cc_ublox/message/CfgTmode2Poll.h index 3c9cbc321..0c2c0bf2d 100644 --- a/include/cc_ublox/message/CfgTmode2Poll.h +++ b/include/cc_ublox/message/CfgTmode2Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TMODE2 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgTmode2PollCommon.h b/include/cc_ublox/message/CfgTmode2PollCommon.h index 6df3ec63b..417d74382 100644 --- a/include/cc_ublox/message/CfgTmode2PollCommon.h +++ b/include/cc_ublox/message/CfgTmode2PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTmode3.h b/include/cc_ublox/message/CfgTmode3.h index 9ee84c721..acc371d32 100644 --- a/include/cc_ublox/message/CfgTmode3.h +++ b/include/cc_ublox/message/CfgTmode3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TMODE3" message and its fields. diff --git a/include/cc_ublox/message/CfgTmode3Common.h b/include/cc_ublox/message/CfgTmode3Common.h index 4e499f84d..5080def66 100644 --- a/include/cc_ublox/message/CfgTmode3Common.h +++ b/include/cc_ublox/message/CfgTmode3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/AltCommon.h" diff --git a/include/cc_ublox/message/CfgTmode3Poll.h b/include/cc_ublox/message/CfgTmode3Poll.h index cffc44d60..f636db322 100644 --- a/include/cc_ublox/message/CfgTmode3Poll.h +++ b/include/cc_ublox/message/CfgTmode3Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TMODE3 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgTmode3PollCommon.h b/include/cc_ublox/message/CfgTmode3PollCommon.h index 7873ec6aa..7ea1f2ecc 100644 --- a/include/cc_ublox/message/CfgTmode3PollCommon.h +++ b/include/cc_ublox/message/CfgTmode3PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTmodeCommon.h b/include/cc_ublox/message/CfgTmodeCommon.h index 0300ee3ce..9b043bb77 100644 --- a/include/cc_ublox/message/CfgTmodeCommon.h +++ b/include/cc_ublox/message/CfgTmodeCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/CfgTmodePoll.h b/include/cc_ublox/message/CfgTmodePoll.h index c5c82434e..2b44572bb 100644 --- a/include/cc_ublox/message/CfgTmodePoll.h +++ b/include/cc_ublox/message/CfgTmodePoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TMODE (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgTmodePollCommon.h b/include/cc_ublox/message/CfgTmodePollCommon.h index 635324229..ac5be3518 100644 --- a/include/cc_ublox/message/CfgTmodePollCommon.h +++ b/include/cc_ublox/message/CfgTmodePollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTp.h b/include/cc_ublox/message/CfgTp.h index 7f64d1b49..00ecd2a46 100644 --- a/include/cc_ublox/message/CfgTp.h +++ b/include/cc_ublox/message/CfgTp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TP" message and its fields. diff --git a/include/cc_ublox/message/CfgTp5.h b/include/cc_ublox/message/CfgTp5.h index 3367ab7d8..00bb5c2d0 100644 --- a/include/cc_ublox/message/CfgTp5.h +++ b/include/cc_ublox/message/CfgTp5.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TP5" message and its fields. diff --git a/include/cc_ublox/message/CfgTp5Common.h b/include/cc_ublox/message/CfgTp5Common.h index 162293b9f..2c0f9a1a1 100644 --- a/include/cc_ublox/message/CfgTp5Common.h +++ b/include/cc_ublox/message/CfgTp5Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/CfgTp5TpIdxCommon.h" diff --git a/include/cc_ublox/message/CfgTp5Poll.h b/include/cc_ublox/message/CfgTp5Poll.h index 1d487faf4..2c073b64e 100644 --- a/include/cc_ublox/message/CfgTp5Poll.h +++ b/include/cc_ublox/message/CfgTp5Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TP5 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgTp5PollCommon.h b/include/cc_ublox/message/CfgTp5PollCommon.h index c8a72f38e..3f9767c94 100644 --- a/include/cc_ublox/message/CfgTp5PollCommon.h +++ b/include/cc_ublox/message/CfgTp5PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTp5PollSelect.h b/include/cc_ublox/message/CfgTp5PollSelect.h index 021e6d9b6..0040d9a82 100644 --- a/include/cc_ublox/message/CfgTp5PollSelect.h +++ b/include/cc_ublox/message/CfgTp5PollSelect.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TP5 (Poll Select)" message and its fields. diff --git a/include/cc_ublox/message/CfgTp5PollSelectCommon.h b/include/cc_ublox/message/CfgTp5PollSelectCommon.h index 355cc9c78..df6c4e332 100644 --- a/include/cc_ublox/message/CfgTp5PollSelectCommon.h +++ b/include/cc_ublox/message/CfgTp5PollSelectCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTpCommon.h b/include/cc_ublox/message/CfgTpCommon.h index b3713bf8d..b13823c1f 100644 --- a/include/cc_ublox/message/CfgTpCommon.h +++ b/include/cc_ublox/message/CfgTpCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTpPoll.h b/include/cc_ublox/message/CfgTpPoll.h index dc377829f..a6b523789 100644 --- a/include/cc_ublox/message/CfgTpPoll.h +++ b/include/cc_ublox/message/CfgTpPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TP (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgTpPollCommon.h b/include/cc_ublox/message/CfgTpPollCommon.h index 8f71a27ca..b6e288dee 100644 --- a/include/cc_ublox/message/CfgTpPollCommon.h +++ b/include/cc_ublox/message/CfgTpPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgTxslot.h b/include/cc_ublox/message/CfgTxslot.h index 9559cb3c0..9102f3977 100644 --- a/include/cc_ublox/message/CfgTxslot.h +++ b/include/cc_ublox/message/CfgTxslot.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-TXSLOT" message and its fields. diff --git a/include/cc_ublox/message/CfgTxslotCommon.h b/include/cc_ublox/message/CfgTxslotCommon.h index 54c7bdd9c..397be5d8a 100644 --- a/include/cc_ublox/message/CfgTxslotCommon.h +++ b/include/cc_ublox/message/CfgTxslotCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/CfgUsb.h b/include/cc_ublox/message/CfgUsb.h index bf1223348..63e48c359 100644 --- a/include/cc_ublox/message/CfgUsb.h +++ b/include/cc_ublox/message/CfgUsb.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-USB" message and its fields. diff --git a/include/cc_ublox/message/CfgUsbCommon.h b/include/cc_ublox/message/CfgUsbCommon.h index c8e658759..e41cbbaac 100644 --- a/include/cc_ublox/message/CfgUsbCommon.h +++ b/include/cc_ublox/message/CfgUsbCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgUsbPoll.h b/include/cc_ublox/message/CfgUsbPoll.h index f13b0d4c3..351e2ff60 100644 --- a/include/cc_ublox/message/CfgUsbPoll.h +++ b/include/cc_ublox/message/CfgUsbPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-USB (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgUsbPollCommon.h b/include/cc_ublox/message/CfgUsbPollCommon.h index bb97ff1b1..79ca7b6c1 100644 --- a/include/cc_ublox/message/CfgUsbPollCommon.h +++ b/include/cc_ublox/message/CfgUsbPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgValdel.h b/include/cc_ublox/message/CfgValdel.h index 40314ac53..6c842ea06 100644 --- a/include/cc_ublox/message/CfgValdel.h +++ b/include/cc_ublox/message/CfgValdel.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-VALDEL" message and its fields. diff --git a/include/cc_ublox/message/CfgValdelCommon.h b/include/cc_ublox/message/CfgValdelCommon.h index 081957c5e..8b7425d11 100644 --- a/include/cc_ublox/message/CfgValdelCommon.h +++ b/include/cc_ublox/message/CfgValdelCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/CfgValKeyIdCommon.h" diff --git a/include/cc_ublox/message/CfgValget.h b/include/cc_ublox/message/CfgValget.h index 9da322e04..7a1a3c80a 100644 --- a/include/cc_ublox/message/CfgValget.h +++ b/include/cc_ublox/message/CfgValget.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-VALGET" message and its fields. diff --git a/include/cc_ublox/message/CfgValgetCommon.h b/include/cc_ublox/message/CfgValgetCommon.h index 715db85e0..7ce587eb9 100644 --- a/include/cc_ublox/message/CfgValgetCommon.h +++ b/include/cc_ublox/message/CfgValgetCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgValgetPoll.h b/include/cc_ublox/message/CfgValgetPoll.h index 1e4a785f5..51e3d2919 100644 --- a/include/cc_ublox/message/CfgValgetPoll.h +++ b/include/cc_ublox/message/CfgValgetPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-VALGET (Poll)" message and its fields. diff --git a/include/cc_ublox/message/CfgValgetPollCommon.h b/include/cc_ublox/message/CfgValgetPollCommon.h index 2c56edc84..68fcc8fac 100644 --- a/include/cc_ublox/message/CfgValgetPollCommon.h +++ b/include/cc_ublox/message/CfgValgetPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/CfgValset.h b/include/cc_ublox/message/CfgValset.h index 1e7ea3c40..29692379f 100644 --- a/include/cc_ublox/message/CfgValset.h +++ b/include/cc_ublox/message/CfgValset.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "CFG-VALSET" message and its fields. diff --git a/include/cc_ublox/message/CfgValsetCommon.h b/include/cc_ublox/message/CfgValsetCommon.h index d7e78b862..bf6422bc1 100644 --- a/include/cc_ublox/message/CfgValsetCommon.h +++ b/include/cc_ublox/message/CfgValsetCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/EsfIns.h b/include/cc_ublox/message/EsfIns.h index 6e0ca4b25..c0e0281ba 100644 --- a/include/cc_ublox/message/EsfIns.h +++ b/include/cc_ublox/message/EsfIns.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ESF-INS" message and its fields. diff --git a/include/cc_ublox/message/EsfInsCommon.h b/include/cc_ublox/message/EsfInsCommon.h index 73df15fd2..074f5c923 100644 --- a/include/cc_ublox/message/EsfInsCommon.h +++ b/include/cc_ublox/message/EsfInsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/EsfInsPoll.h b/include/cc_ublox/message/EsfInsPoll.h index 0836bb229..b3f14cfab 100644 --- a/include/cc_ublox/message/EsfInsPoll.h +++ b/include/cc_ublox/message/EsfInsPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ESF-INS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/EsfInsPollCommon.h b/include/cc_ublox/message/EsfInsPollCommon.h index 49e841dfb..7e1f5a754 100644 --- a/include/cc_ublox/message/EsfInsPollCommon.h +++ b/include/cc_ublox/message/EsfInsPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/EsfMeas.h b/include/cc_ublox/message/EsfMeas.h index 5edd313bb..07a86cef6 100644 --- a/include/cc_ublox/message/EsfMeas.h +++ b/include/cc_ublox/message/EsfMeas.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ESF-MEAS" message and its fields. diff --git a/include/cc_ublox/message/EsfMeasCommon.h b/include/cc_ublox/message/EsfMeasCommon.h index ba89c14bd..6fe84ac02 100644 --- a/include/cc_ublox/message/EsfMeasCommon.h +++ b/include/cc_ublox/message/EsfMeasCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/EsfMeasPoll.h b/include/cc_ublox/message/EsfMeasPoll.h index a1dd70401..3aa035162 100644 --- a/include/cc_ublox/message/EsfMeasPoll.h +++ b/include/cc_ublox/message/EsfMeasPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ESF-MEAS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/EsfMeasPollCommon.h b/include/cc_ublox/message/EsfMeasPollCommon.h index 3096d2907..2aca5bc87 100644 --- a/include/cc_ublox/message/EsfMeasPollCommon.h +++ b/include/cc_ublox/message/EsfMeasPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/EsfRaw.h b/include/cc_ublox/message/EsfRaw.h index 3f56baacf..8199b6740 100644 --- a/include/cc_ublox/message/EsfRaw.h +++ b/include/cc_ublox/message/EsfRaw.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ESF-RAW" message and its fields. diff --git a/include/cc_ublox/message/EsfRawCommon.h b/include/cc_ublox/message/EsfRawCommon.h index 8d41ab45c..4112551a3 100644 --- a/include/cc_ublox/message/EsfRawCommon.h +++ b/include/cc_ublox/message/EsfRawCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/EsfStatus.h b/include/cc_ublox/message/EsfStatus.h index d7cce7f09..6920158ec 100644 --- a/include/cc_ublox/message/EsfStatus.h +++ b/include/cc_ublox/message/EsfStatus.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ESF-STATUS" message and its fields. diff --git a/include/cc_ublox/message/EsfStatusCommon.h b/include/cc_ublox/message/EsfStatusCommon.h index 71d3a7b58..45bd5910a 100644 --- a/include/cc_ublox/message/EsfStatusCommon.h +++ b/include/cc_ublox/message/EsfStatusCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/EsfStatusPoll.h b/include/cc_ublox/message/EsfStatusPoll.h index c7190ace6..36f9effcd 100644 --- a/include/cc_ublox/message/EsfStatusPoll.h +++ b/include/cc_ublox/message/EsfStatusPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "ESF-STATUS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/EsfStatusPollCommon.h b/include/cc_ublox/message/EsfStatusPollCommon.h index 5381c4ede..28caffa6a 100644 --- a/include/cc_ublox/message/EsfStatusPollCommon.h +++ b/include/cc_ublox/message/EsfStatusPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/HnrPvt.h b/include/cc_ublox/message/HnrPvt.h index a88972f9a..e0369ea5c 100644 --- a/include/cc_ublox/message/HnrPvt.h +++ b/include/cc_ublox/message/HnrPvt.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "HNR-PVT" message and its fields. diff --git a/include/cc_ublox/message/HnrPvtCommon.h b/include/cc_ublox/message/HnrPvtCommon.h index 25789f8e0..1241bad8f 100644 --- a/include/cc_ublox/message/HnrPvtCommon.h +++ b/include/cc_ublox/message/HnrPvtCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/HnrPvtPoll.h b/include/cc_ublox/message/HnrPvtPoll.h index 3044aea97..a454342a1 100644 --- a/include/cc_ublox/message/HnrPvtPoll.h +++ b/include/cc_ublox/message/HnrPvtPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "HNR-PVT (Poll)" message and its fields. diff --git a/include/cc_ublox/message/HnrPvtPollCommon.h b/include/cc_ublox/message/HnrPvtPollCommon.h index 7dc03895f..556d8212f 100644 --- a/include/cc_ublox/message/HnrPvtPollCommon.h +++ b/include/cc_ublox/message/HnrPvtPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/InfDebug.h b/include/cc_ublox/message/InfDebug.h index bbaa2bd6b..811644cdf 100644 --- a/include/cc_ublox/message/InfDebug.h +++ b/include/cc_ublox/message/InfDebug.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "INF-DEBUG" message and its fields. diff --git a/include/cc_ublox/message/InfDebugCommon.h b/include/cc_ublox/message/InfDebugCommon.h index bd60c16f1..cd93b6168 100644 --- a/include/cc_ublox/message/InfDebugCommon.h +++ b/include/cc_ublox/message/InfDebugCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/InfError.h b/include/cc_ublox/message/InfError.h index 2c97cc172..e6d067ff9 100644 --- a/include/cc_ublox/message/InfError.h +++ b/include/cc_ublox/message/InfError.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "INF-ERROR" message and its fields. diff --git a/include/cc_ublox/message/InfErrorCommon.h b/include/cc_ublox/message/InfErrorCommon.h index 13e213c24..20ad00764 100644 --- a/include/cc_ublox/message/InfErrorCommon.h +++ b/include/cc_ublox/message/InfErrorCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/InfNotice.h b/include/cc_ublox/message/InfNotice.h index 689cd05df..05e2b8cd7 100644 --- a/include/cc_ublox/message/InfNotice.h +++ b/include/cc_ublox/message/InfNotice.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "INF-NOTICE" message and its fields. diff --git a/include/cc_ublox/message/InfNoticeCommon.h b/include/cc_ublox/message/InfNoticeCommon.h index c5e114297..e68800507 100644 --- a/include/cc_ublox/message/InfNoticeCommon.h +++ b/include/cc_ublox/message/InfNoticeCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/InfTest.h b/include/cc_ublox/message/InfTest.h index 798022ac4..e52a7f597 100644 --- a/include/cc_ublox/message/InfTest.h +++ b/include/cc_ublox/message/InfTest.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "INF-TEST" message and its fields. diff --git a/include/cc_ublox/message/InfTestCommon.h b/include/cc_ublox/message/InfTestCommon.h index c63feda47..e74ff4d2a 100644 --- a/include/cc_ublox/message/InfTestCommon.h +++ b/include/cc_ublox/message/InfTestCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/InfWarning.h b/include/cc_ublox/message/InfWarning.h index 76c20542f..5fd36a54b 100644 --- a/include/cc_ublox/message/InfWarning.h +++ b/include/cc_ublox/message/InfWarning.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "INF-WARNING" message and its fields. diff --git a/include/cc_ublox/message/InfWarningCommon.h b/include/cc_ublox/message/InfWarningCommon.h index 02f673ae5..0ca27cc18 100644 --- a/include/cc_ublox/message/InfWarningCommon.h +++ b/include/cc_ublox/message/InfWarningCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogBatch.h b/include/cc_ublox/message/LogBatch.h index 142019d9d..b45313968 100644 --- a/include/cc_ublox/message/LogBatch.h +++ b/include/cc_ublox/message/LogBatch.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-BATCH" message and its fields. diff --git a/include/cc_ublox/message/LogBatchCommon.h b/include/cc_ublox/message/LogBatchCommon.h index 3e7f416d8..49b67b0a8 100644 --- a/include/cc_ublox/message/LogBatchCommon.h +++ b/include/cc_ublox/message/LogBatchCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogCreate.h b/include/cc_ublox/message/LogCreate.h index a110e820a..82a61978e 100644 --- a/include/cc_ublox/message/LogCreate.h +++ b/include/cc_ublox/message/LogCreate.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-CREATE" message and its fields. diff --git a/include/cc_ublox/message/LogCreateCommon.h b/include/cc_ublox/message/LogCreateCommon.h index 7edaa2ef9..a9dd37926 100644 --- a/include/cc_ublox/message/LogCreateCommon.h +++ b/include/cc_ublox/message/LogCreateCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/LogErase.h b/include/cc_ublox/message/LogErase.h index bfe489275..7dbaf416f 100644 --- a/include/cc_ublox/message/LogErase.h +++ b/include/cc_ublox/message/LogErase.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-ERASE" message and its fields. diff --git a/include/cc_ublox/message/LogEraseCommon.h b/include/cc_ublox/message/LogEraseCommon.h index a24c67e0a..f80ac24e0 100644 --- a/include/cc_ublox/message/LogEraseCommon.h +++ b/include/cc_ublox/message/LogEraseCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogFindtime.h b/include/cc_ublox/message/LogFindtime.h index dd7b28d78..7fc345eba 100644 --- a/include/cc_ublox/message/LogFindtime.h +++ b/include/cc_ublox/message/LogFindtime.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-FINDTIME" message and its fields. diff --git a/include/cc_ublox/message/LogFindtimeCommon.h b/include/cc_ublox/message/LogFindtimeCommon.h index c8449a739..2a478f431 100644 --- a/include/cc_ublox/message/LogFindtimeCommon.h +++ b/include/cc_ublox/message/LogFindtimeCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogFindtimeResp.h b/include/cc_ublox/message/LogFindtimeResp.h index 9f07c8e91..6df6fce22 100644 --- a/include/cc_ublox/message/LogFindtimeResp.h +++ b/include/cc_ublox/message/LogFindtimeResp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-FINDTIME (Response)" message and its fields. diff --git a/include/cc_ublox/message/LogFindtimeRespCommon.h b/include/cc_ublox/message/LogFindtimeRespCommon.h index 93a125308..1dedb7565 100644 --- a/include/cc_ublox/message/LogFindtimeRespCommon.h +++ b/include/cc_ublox/message/LogFindtimeRespCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogInfo.h b/include/cc_ublox/message/LogInfo.h index afe26acc1..ef7f2cdec 100644 --- a/include/cc_ublox/message/LogInfo.h +++ b/include/cc_ublox/message/LogInfo.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-INFO" message and its fields. diff --git a/include/cc_ublox/message/LogInfoCommon.h b/include/cc_ublox/message/LogInfoCommon.h index a999b9f67..c2c7217dd 100644 --- a/include/cc_ublox/message/LogInfoCommon.h +++ b/include/cc_ublox/message/LogInfoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogInfoPoll.h b/include/cc_ublox/message/LogInfoPoll.h index 48b74b3ff..62bcc7349 100644 --- a/include/cc_ublox/message/LogInfoPoll.h +++ b/include/cc_ublox/message/LogInfoPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-INFO (Poll)" message and its fields. diff --git a/include/cc_ublox/message/LogInfoPollCommon.h b/include/cc_ublox/message/LogInfoPollCommon.h index a6a371989..a000dcf23 100644 --- a/include/cc_ublox/message/LogInfoPollCommon.h +++ b/include/cc_ublox/message/LogInfoPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogRetrieve.h b/include/cc_ublox/message/LogRetrieve.h index f44bef3eb..6783a65f6 100644 --- a/include/cc_ublox/message/LogRetrieve.h +++ b/include/cc_ublox/message/LogRetrieve.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-RETRIEVE" message and its fields. diff --git a/include/cc_ublox/message/LogRetrieveCommon.h b/include/cc_ublox/message/LogRetrieveCommon.h index 474e72de8..2117e06a2 100644 --- a/include/cc_ublox/message/LogRetrieveCommon.h +++ b/include/cc_ublox/message/LogRetrieveCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogRetrievebatch.h b/include/cc_ublox/message/LogRetrievebatch.h index fd57eb90e..5f1737208 100644 --- a/include/cc_ublox/message/LogRetrievebatch.h +++ b/include/cc_ublox/message/LogRetrievebatch.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-RETRIEVEBATCH" message and its fields. diff --git a/include/cc_ublox/message/LogRetrievebatchCommon.h b/include/cc_ublox/message/LogRetrievebatchCommon.h index d47f6a550..70275a83e 100644 --- a/include/cc_ublox/message/LogRetrievebatchCommon.h +++ b/include/cc_ublox/message/LogRetrievebatchCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogRetrievepos.h b/include/cc_ublox/message/LogRetrievepos.h index fba66d821..36970c42c 100644 --- a/include/cc_ublox/message/LogRetrievepos.h +++ b/include/cc_ublox/message/LogRetrievepos.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-RETRIEVEPOS" message and its fields. diff --git a/include/cc_ublox/message/LogRetrieveposCommon.h b/include/cc_ublox/message/LogRetrieveposCommon.h index e5cc4dfed..3a94cca43 100644 --- a/include/cc_ublox/message/LogRetrieveposCommon.h +++ b/include/cc_ublox/message/LogRetrieveposCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogRetrieveposextra.h b/include/cc_ublox/message/LogRetrieveposextra.h index 11dd5960a..644b33e81 100644 --- a/include/cc_ublox/message/LogRetrieveposextra.h +++ b/include/cc_ublox/message/LogRetrieveposextra.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-RETRIEVEPOSEXTRA" message and its fields. diff --git a/include/cc_ublox/message/LogRetrieveposextraCommon.h b/include/cc_ublox/message/LogRetrieveposextraCommon.h index f0f2dcae9..b4dcbba85 100644 --- a/include/cc_ublox/message/LogRetrieveposextraCommon.h +++ b/include/cc_ublox/message/LogRetrieveposextraCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogRetrievestring.h b/include/cc_ublox/message/LogRetrievestring.h index 03681c0f6..77cf76c91 100644 --- a/include/cc_ublox/message/LogRetrievestring.h +++ b/include/cc_ublox/message/LogRetrievestring.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-RETRIEVESTRING" message and its fields. @@ -383,13 +383,13 @@ class LogRetrievestring : public bool refresh_bytes() { - auto expectedLength = static_cast(field_byteCount().getValue()); + auto lenValue = field_byteCount().getValue(); auto realLength = field_bytes().value().size(); - if (expectedLength == realLength) { + if (static_cast(lenValue) == realLength) { return false; } - using LenValueType = typename std::decay::type; + using LenValueType = typename std::decay::type; static const auto MaxLenValue = static_cast(std::numeric_limits::max()); auto maxAllowedLen = std::min(MaxLenValue, realLength); field_byteCount().setValue(maxAllowedLen); diff --git a/include/cc_ublox/message/LogRetrievestringCommon.h b/include/cc_ublox/message/LogRetrievestringCommon.h index 57ba8a603..ae3709236 100644 --- a/include/cc_ublox/message/LogRetrievestringCommon.h +++ b/include/cc_ublox/message/LogRetrievestringCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/LogString.h b/include/cc_ublox/message/LogString.h index fdd6052d5..f997350bd 100644 --- a/include/cc_ublox/message/LogString.h +++ b/include/cc_ublox/message/LogString.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "LOG-STRING" message and its fields. diff --git a/include/cc_ublox/message/LogStringCommon.h b/include/cc_ublox/message/LogStringCommon.h index d75dbd9f7..4405781b1 100644 --- a/include/cc_ublox/message/LogStringCommon.h +++ b/include/cc_ublox/message/LogStringCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaAck.h b/include/cc_ublox/message/MgaAck.h index 03eed2f98..cc885992b 100644 --- a/include/cc_ublox/message/MgaAck.h +++ b/include/cc_ublox/message/MgaAck.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-ACK" message and its fields. diff --git a/include/cc_ublox/message/MgaAckCommon.h b/include/cc_ublox/message/MgaAckCommon.h index 1e334b888..463db324a 100644 --- a/include/cc_ublox/message/MgaAckCommon.h +++ b/include/cc_ublox/message/MgaAckCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/MgaAno.h b/include/cc_ublox/message/MgaAno.h index c906ab087..699350ecf 100644 --- a/include/cc_ublox/message/MgaAno.h +++ b/include/cc_ublox/message/MgaAno.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-ANO" message and its fields. diff --git a/include/cc_ublox/message/MgaAnoCommon.h b/include/cc_ublox/message/MgaAnoCommon.h index c5ee24f5f..c903f0c4e 100644 --- a/include/cc_ublox/message/MgaAnoCommon.h +++ b/include/cc_ublox/message/MgaAnoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaBdsAlm.h b/include/cc_ublox/message/MgaBdsAlm.h index c9c8a2ba7..2b2bfab37 100644 --- a/include/cc_ublox/message/MgaBdsAlm.h +++ b/include/cc_ublox/message/MgaBdsAlm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-ALM" message and its fields. diff --git a/include/cc_ublox/message/MgaBdsAlmCommon.h b/include/cc_ublox/message/MgaBdsAlmCommon.h index f7f2c7f81..150f30b30 100644 --- a/include/cc_ublox/message/MgaBdsAlmCommon.h +++ b/include/cc_ublox/message/MgaBdsAlmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaBdsEph.h b/include/cc_ublox/message/MgaBdsEph.h index b0bc053e9..aaa99c731 100644 --- a/include/cc_ublox/message/MgaBdsEph.h +++ b/include/cc_ublox/message/MgaBdsEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-EPH" message and its fields. diff --git a/include/cc_ublox/message/MgaBdsEphCommon.h b/include/cc_ublox/message/MgaBdsEphCommon.h index 73f37e2eb..cce9a2b8e 100644 --- a/include/cc_ublox/message/MgaBdsEphCommon.h +++ b/include/cc_ublox/message/MgaBdsEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaBdsHealth.h b/include/cc_ublox/message/MgaBdsHealth.h index 441f2428f..ff883579a 100644 --- a/include/cc_ublox/message/MgaBdsHealth.h +++ b/include/cc_ublox/message/MgaBdsHealth.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-HEALTH" message and its fields. diff --git a/include/cc_ublox/message/MgaBdsHealthCommon.h b/include/cc_ublox/message/MgaBdsHealthCommon.h index ec944d55d..a6f403851 100644 --- a/include/cc_ublox/message/MgaBdsHealthCommon.h +++ b/include/cc_ublox/message/MgaBdsHealthCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaBdsIono.h b/include/cc_ublox/message/MgaBdsIono.h index d992d8a42..746d46099 100644 --- a/include/cc_ublox/message/MgaBdsIono.h +++ b/include/cc_ublox/message/MgaBdsIono.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-IONO" message and its fields. diff --git a/include/cc_ublox/message/MgaBdsIonoCommon.h b/include/cc_ublox/message/MgaBdsIonoCommon.h index e644f0855..5c96bc3ee 100644 --- a/include/cc_ublox/message/MgaBdsIonoCommon.h +++ b/include/cc_ublox/message/MgaBdsIonoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaBdsUtc.h b/include/cc_ublox/message/MgaBdsUtc.h index 109dea4f6..e4411ed61 100644 --- a/include/cc_ublox/message/MgaBdsUtc.h +++ b/include/cc_ublox/message/MgaBdsUtc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-UTC" message and its fields. diff --git a/include/cc_ublox/message/MgaBdsUtcCommon.h b/include/cc_ublox/message/MgaBdsUtcCommon.h index 31dbd6016..975193722 100644 --- a/include/cc_ublox/message/MgaBdsUtcCommon.h +++ b/include/cc_ublox/message/MgaBdsUtcCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaDbd.h b/include/cc_ublox/message/MgaDbd.h index 62174c088..80ee6444a 100644 --- a/include/cc_ublox/message/MgaDbd.h +++ b/include/cc_ublox/message/MgaDbd.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-DBD" message and its fields. diff --git a/include/cc_ublox/message/MgaDbdCommon.h b/include/cc_ublox/message/MgaDbdCommon.h index fef4c4c7a..37fafd6ce 100644 --- a/include/cc_ublox/message/MgaDbdCommon.h +++ b/include/cc_ublox/message/MgaDbdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaDbdPoll.h b/include/cc_ublox/message/MgaDbdPoll.h index 8f9a8bafe..6bf682a8f 100644 --- a/include/cc_ublox/message/MgaDbdPoll.h +++ b/include/cc_ublox/message/MgaDbdPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-DBD (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MgaDbdPollCommon.h b/include/cc_ublox/message/MgaDbdPollCommon.h index d89813ab5..c81c5865f 100644 --- a/include/cc_ublox/message/MgaDbdPollCommon.h +++ b/include/cc_ublox/message/MgaDbdPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaFlashAck.h b/include/cc_ublox/message/MgaFlashAck.h index eb5708848..29bd96dc9 100644 --- a/include/cc_ublox/message/MgaFlashAck.h +++ b/include/cc_ublox/message/MgaFlashAck.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-FLASH-ACK" message and its fields. diff --git a/include/cc_ublox/message/MgaFlashAckCommon.h b/include/cc_ublox/message/MgaFlashAckCommon.h index 101d839d8..897483df2 100644 --- a/include/cc_ublox/message/MgaFlashAckCommon.h +++ b/include/cc_ublox/message/MgaFlashAckCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/MgaFlashEph.h b/include/cc_ublox/message/MgaFlashEph.h index a10b1e2b8..1fd19512f 100644 --- a/include/cc_ublox/message/MgaFlashEph.h +++ b/include/cc_ublox/message/MgaFlashEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-FLASH-DATA" message and its fields. @@ -302,13 +302,13 @@ class MgaFlashEph : public bool refresh_data() { - auto expectedLength = static_cast(field_size().getValue()); - auto realLength = field_data().getValue().size(); - if (expectedLength == realLength) { + auto lenValue = field_size().getValue(); + auto realLength = field_data().value().size(); + if (static_cast(lenValue) == realLength) { return false; } - using LenValueType = typename std::decay::type; + using LenValueType = typename std::decay::type; static const auto MaxLenValue = static_cast(std::numeric_limits::max()); auto maxAllowedLen = std::min(MaxLenValue, realLength); field_size().setValue(maxAllowedLen); diff --git a/include/cc_ublox/message/MgaFlashEphCommon.h b/include/cc_ublox/message/MgaFlashEphCommon.h index f9119bfd6..90a0b5534 100644 --- a/include/cc_ublox/message/MgaFlashEphCommon.h +++ b/include/cc_ublox/message/MgaFlashEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaFlashStop.h b/include/cc_ublox/message/MgaFlashStop.h index 3ddb4c08a..766affbc5 100644 --- a/include/cc_ublox/message/MgaFlashStop.h +++ b/include/cc_ublox/message/MgaFlashStop.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-FLASH-STOP" message and its fields. diff --git a/include/cc_ublox/message/MgaFlashStopCommon.h b/include/cc_ublox/message/MgaFlashStopCommon.h index 3f5c3ab93..9a08f2f38 100644 --- a/include/cc_ublox/message/MgaFlashStopCommon.h +++ b/include/cc_ublox/message/MgaFlashStopCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGalAlm.h b/include/cc_ublox/message/MgaGalAlm.h index 8da8cd552..bfc582956 100644 --- a/include/cc_ublox/message/MgaGalAlm.h +++ b/include/cc_ublox/message/MgaGalAlm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GAL-ALM" message and its fields. diff --git a/include/cc_ublox/message/MgaGalAlmCommon.h b/include/cc_ublox/message/MgaGalAlmCommon.h index 588741974..487473f3e 100644 --- a/include/cc_ublox/message/MgaGalAlmCommon.h +++ b/include/cc_ublox/message/MgaGalAlmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGalEph.h b/include/cc_ublox/message/MgaGalEph.h index 204b6486b..662324626 100644 --- a/include/cc_ublox/message/MgaGalEph.h +++ b/include/cc_ublox/message/MgaGalEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GAL-EPH" message and its fields. diff --git a/include/cc_ublox/message/MgaGalEphCommon.h b/include/cc_ublox/message/MgaGalEphCommon.h index 727c52fb5..83b7022f7 100644 --- a/include/cc_ublox/message/MgaGalEphCommon.h +++ b/include/cc_ublox/message/MgaGalEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGalTimeoffset.h b/include/cc_ublox/message/MgaGalTimeoffset.h index 19a521de0..1c31015df 100644 --- a/include/cc_ublox/message/MgaGalTimeoffset.h +++ b/include/cc_ublox/message/MgaGalTimeoffset.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GAL-TIMEOFFSET" message and its fields. diff --git a/include/cc_ublox/message/MgaGalTimeoffsetCommon.h b/include/cc_ublox/message/MgaGalTimeoffsetCommon.h index 1d882120d..352cc3759 100644 --- a/include/cc_ublox/message/MgaGalTimeoffsetCommon.h +++ b/include/cc_ublox/message/MgaGalTimeoffsetCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGalUtc.h b/include/cc_ublox/message/MgaGalUtc.h index ec368154f..60775166f 100644 --- a/include/cc_ublox/message/MgaGalUtc.h +++ b/include/cc_ublox/message/MgaGalUtc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GAL-UTC" message and its fields. diff --git a/include/cc_ublox/message/MgaGalUtcCommon.h b/include/cc_ublox/message/MgaGalUtcCommon.h index 88e20d805..37f3d873f 100644 --- a/include/cc_ublox/message/MgaGalUtcCommon.h +++ b/include/cc_ublox/message/MgaGalUtcCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGloAlm.h b/include/cc_ublox/message/MgaGloAlm.h index b37003e68..ba514a297 100644 --- a/include/cc_ublox/message/MgaGloAlm.h +++ b/include/cc_ublox/message/MgaGloAlm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GLO-ALM" message and its fields. diff --git a/include/cc_ublox/message/MgaGloAlmCommon.h b/include/cc_ublox/message/MgaGloAlmCommon.h index e0bbaf905..0fb09e97b 100644 --- a/include/cc_ublox/message/MgaGloAlmCommon.h +++ b/include/cc_ublox/message/MgaGloAlmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGloEph.h b/include/cc_ublox/message/MgaGloEph.h index 80f8063fb..42236d70f 100644 --- a/include/cc_ublox/message/MgaGloEph.h +++ b/include/cc_ublox/message/MgaGloEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GLO-EPH" message and its fields. diff --git a/include/cc_ublox/message/MgaGloEphCommon.h b/include/cc_ublox/message/MgaGloEphCommon.h index efcc7ff2f..e004714d6 100644 --- a/include/cc_ublox/message/MgaGloEphCommon.h +++ b/include/cc_ublox/message/MgaGloEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGloTimeoffset.h b/include/cc_ublox/message/MgaGloTimeoffset.h index d23f39f00..e6c179105 100644 --- a/include/cc_ublox/message/MgaGloTimeoffset.h +++ b/include/cc_ublox/message/MgaGloTimeoffset.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GLO-TIMEOFFSET" message and its fields. diff --git a/include/cc_ublox/message/MgaGloTimeoffsetCommon.h b/include/cc_ublox/message/MgaGloTimeoffsetCommon.h index 1e045e769..ccfef6bfd 100644 --- a/include/cc_ublox/message/MgaGloTimeoffsetCommon.h +++ b/include/cc_ublox/message/MgaGloTimeoffsetCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGpsAlm.h b/include/cc_ublox/message/MgaGpsAlm.h index ad5e08257..fa4da3b8e 100644 --- a/include/cc_ublox/message/MgaGpsAlm.h +++ b/include/cc_ublox/message/MgaGpsAlm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GPS-ALM" message and its fields. diff --git a/include/cc_ublox/message/MgaGpsAlmCommon.h b/include/cc_ublox/message/MgaGpsAlmCommon.h index 2011a63aa..9dd828110 100644 --- a/include/cc_ublox/message/MgaGpsAlmCommon.h +++ b/include/cc_ublox/message/MgaGpsAlmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGpsEph.h b/include/cc_ublox/message/MgaGpsEph.h index 61e4fcc9c..d1dc36708 100644 --- a/include/cc_ublox/message/MgaGpsEph.h +++ b/include/cc_ublox/message/MgaGpsEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GPS-EPH" message and its fields. diff --git a/include/cc_ublox/message/MgaGpsEphCommon.h b/include/cc_ublox/message/MgaGpsEphCommon.h index cdb62392d..724cb617c 100644 --- a/include/cc_ublox/message/MgaGpsEphCommon.h +++ b/include/cc_ublox/message/MgaGpsEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGpsHealth.h b/include/cc_ublox/message/MgaGpsHealth.h index f04f398c7..1f5aa65e7 100644 --- a/include/cc_ublox/message/MgaGpsHealth.h +++ b/include/cc_ublox/message/MgaGpsHealth.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GPS-HEALTH" message and its fields. diff --git a/include/cc_ublox/message/MgaGpsHealthCommon.h b/include/cc_ublox/message/MgaGpsHealthCommon.h index 04a75cd25..fd770d48d 100644 --- a/include/cc_ublox/message/MgaGpsHealthCommon.h +++ b/include/cc_ublox/message/MgaGpsHealthCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGpsIono.h b/include/cc_ublox/message/MgaGpsIono.h index e00229e6c..a1ca92bcc 100644 --- a/include/cc_ublox/message/MgaGpsIono.h +++ b/include/cc_ublox/message/MgaGpsIono.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GPS-IONO" message and its fields. diff --git a/include/cc_ublox/message/MgaGpsIonoCommon.h b/include/cc_ublox/message/MgaGpsIonoCommon.h index 24ac31ba1..86d704f18 100644 --- a/include/cc_ublox/message/MgaGpsIonoCommon.h +++ b/include/cc_ublox/message/MgaGpsIonoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaGpsUtc.h b/include/cc_ublox/message/MgaGpsUtc.h index 7f267c6ef..684804c64 100644 --- a/include/cc_ublox/message/MgaGpsUtc.h +++ b/include/cc_ublox/message/MgaGpsUtc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-GPS-UTC" message and its fields. diff --git a/include/cc_ublox/message/MgaGpsUtcCommon.h b/include/cc_ublox/message/MgaGpsUtcCommon.h index 2637d0c2c..30b0d916e 100644 --- a/include/cc_ublox/message/MgaGpsUtcCommon.h +++ b/include/cc_ublox/message/MgaGpsUtcCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaIniClkd.h b/include/cc_ublox/message/MgaIniClkd.h index e214c660f..dd7960346 100644 --- a/include/cc_ublox/message/MgaIniClkd.h +++ b/include/cc_ublox/message/MgaIniClkd.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-CLKD" message and its fields. diff --git a/include/cc_ublox/message/MgaIniClkdCommon.h b/include/cc_ublox/message/MgaIniClkdCommon.h index 51a6bfc15..351dbd5c1 100644 --- a/include/cc_ublox/message/MgaIniClkdCommon.h +++ b/include/cc_ublox/message/MgaIniClkdCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaIniEop.h b/include/cc_ublox/message/MgaIniEop.h index d28784766..094962879 100644 --- a/include/cc_ublox/message/MgaIniEop.h +++ b/include/cc_ublox/message/MgaIniEop.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-EOP" message and its fields. diff --git a/include/cc_ublox/message/MgaIniEopCommon.h b/include/cc_ublox/message/MgaIniEopCommon.h index 6074441f8..86b154953 100644 --- a/include/cc_ublox/message/MgaIniEopCommon.h +++ b/include/cc_ublox/message/MgaIniEopCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaIniFreq.h b/include/cc_ublox/message/MgaIniFreq.h index ae478c113..4ced5a68e 100644 --- a/include/cc_ublox/message/MgaIniFreq.h +++ b/include/cc_ublox/message/MgaIniFreq.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-FREQ" message and its fields. diff --git a/include/cc_ublox/message/MgaIniFreqCommon.h b/include/cc_ublox/message/MgaIniFreqCommon.h index b4d503902..c4c1ce5f1 100644 --- a/include/cc_ublox/message/MgaIniFreqCommon.h +++ b/include/cc_ublox/message/MgaIniFreqCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/MgaIniPosLlh.h b/include/cc_ublox/message/MgaIniPosLlh.h index 6bbacfbe8..1560c36da 100644 --- a/include/cc_ublox/message/MgaIniPosLlh.h +++ b/include/cc_ublox/message/MgaIniPosLlh.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-POS_LLH" message and its fields. diff --git a/include/cc_ublox/message/MgaIniPosLlhCommon.h b/include/cc_ublox/message/MgaIniPosLlhCommon.h index 3901f93f1..2bd1c78b2 100644 --- a/include/cc_ublox/message/MgaIniPosLlhCommon.h +++ b/include/cc_ublox/message/MgaIniPosLlhCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaIniPosXyz.h b/include/cc_ublox/message/MgaIniPosXyz.h index 4313ef2a8..1d0e75790 100644 --- a/include/cc_ublox/message/MgaIniPosXyz.h +++ b/include/cc_ublox/message/MgaIniPosXyz.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-POS_XYZ" message and its fields. diff --git a/include/cc_ublox/message/MgaIniPosXyzCommon.h b/include/cc_ublox/message/MgaIniPosXyzCommon.h index 40dbe4af4..7ca3fcff1 100644 --- a/include/cc_ublox/message/MgaIniPosXyzCommon.h +++ b/include/cc_ublox/message/MgaIniPosXyzCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaIniTimeGnss.h b/include/cc_ublox/message/MgaIniTimeGnss.h index 7149cf0eb..b3677ccf0 100644 --- a/include/cc_ublox/message/MgaIniTimeGnss.h +++ b/include/cc_ublox/message/MgaIniTimeGnss.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-TIME_GNSS" message and its fields. diff --git a/include/cc_ublox/message/MgaIniTimeGnssCommon.h b/include/cc_ublox/message/MgaIniTimeGnssCommon.h index 8770438bc..27372253b 100644 --- a/include/cc_ublox/message/MgaIniTimeGnssCommon.h +++ b/include/cc_ublox/message/MgaIniTimeGnssCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/GnssIdCommon.h" diff --git a/include/cc_ublox/message/MgaIniTimeUtc.h b/include/cc_ublox/message/MgaIniTimeUtc.h index 7cd18456e..892a4e313 100644 --- a/include/cc_ublox/message/MgaIniTimeUtc.h +++ b/include/cc_ublox/message/MgaIniTimeUtc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-BDS-TIME_UTC" message and its fields. diff --git a/include/cc_ublox/message/MgaIniTimeUtcCommon.h b/include/cc_ublox/message/MgaIniTimeUtcCommon.h index e8a68150b..1db07382a 100644 --- a/include/cc_ublox/message/MgaIniTimeUtcCommon.h +++ b/include/cc_ublox/message/MgaIniTimeUtcCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/DayCommon.h" diff --git a/include/cc_ublox/message/MgaQzssAlm.h b/include/cc_ublox/message/MgaQzssAlm.h index 676a2716e..8ae808b11 100644 --- a/include/cc_ublox/message/MgaQzssAlm.h +++ b/include/cc_ublox/message/MgaQzssAlm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-QZSS-ALM" message and its fields. diff --git a/include/cc_ublox/message/MgaQzssAlmCommon.h b/include/cc_ublox/message/MgaQzssAlmCommon.h index ede94f744..b5ec7fead 100644 --- a/include/cc_ublox/message/MgaQzssAlmCommon.h +++ b/include/cc_ublox/message/MgaQzssAlmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaQzssEph.h b/include/cc_ublox/message/MgaQzssEph.h index f83abe166..5042d8025 100644 --- a/include/cc_ublox/message/MgaQzssEph.h +++ b/include/cc_ublox/message/MgaQzssEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-QZSS-EPH" message and its fields. diff --git a/include/cc_ublox/message/MgaQzssEphCommon.h b/include/cc_ublox/message/MgaQzssEphCommon.h index 57e81a5e6..e4c4d98f5 100644 --- a/include/cc_ublox/message/MgaQzssEphCommon.h +++ b/include/cc_ublox/message/MgaQzssEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MgaQzssHealth.h b/include/cc_ublox/message/MgaQzssHealth.h index cd6336dd7..8022939de 100644 --- a/include/cc_ublox/message/MgaQzssHealth.h +++ b/include/cc_ublox/message/MgaQzssHealth.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MGA-QZSS-HEALTH" message and its fields. diff --git a/include/cc_ublox/message/MgaQzssHealthCommon.h b/include/cc_ublox/message/MgaQzssHealthCommon.h index 4c447f5f4..1deb58a6f 100644 --- a/include/cc_ublox/message/MgaQzssHealthCommon.h +++ b/include/cc_ublox/message/MgaQzssHealthCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonComms.h b/include/cc_ublox/message/MonComms.h index b7303a983..de8d26384 100644 --- a/include/cc_ublox/message/MonComms.h +++ b/include/cc_ublox/message/MonComms.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-COMMS" message and its fields. diff --git a/include/cc_ublox/message/MonCommsCommon.h b/include/cc_ublox/message/MonCommsCommon.h index af0d0b806..7eb206a29 100644 --- a/include/cc_ublox/message/MonCommsCommon.h +++ b/include/cc_ublox/message/MonCommsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/MonCommsPoll.h b/include/cc_ublox/message/MonCommsPoll.h index 3a635dad4..3cca885f0 100644 --- a/include/cc_ublox/message/MonCommsPoll.h +++ b/include/cc_ublox/message/MonCommsPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-PATCH (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonCommsPollCommon.h b/include/cc_ublox/message/MonCommsPollCommon.h index 666cc6117..005f85884 100644 --- a/include/cc_ublox/message/MonCommsPollCommon.h +++ b/include/cc_ublox/message/MonCommsPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonGnss.h b/include/cc_ublox/message/MonGnss.h index 008e2caf4..eb37faaa8 100644 --- a/include/cc_ublox/message/MonGnss.h +++ b/include/cc_ublox/message/MonGnss.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-GNSS" message and its fields. diff --git a/include/cc_ublox/message/MonGnssCommon.h b/include/cc_ublox/message/MonGnssCommon.h index df0f0b358..13c1f3bd0 100644 --- a/include/cc_ublox/message/MonGnssCommon.h +++ b/include/cc_ublox/message/MonGnssCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonGnssPoll.h b/include/cc_ublox/message/MonGnssPoll.h index 6fbb3c008..e17fcd600 100644 --- a/include/cc_ublox/message/MonGnssPoll.h +++ b/include/cc_ublox/message/MonGnssPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-GNSS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonGnssPollCommon.h b/include/cc_ublox/message/MonGnssPollCommon.h index 870c860a6..df900a1bc 100644 --- a/include/cc_ublox/message/MonGnssPollCommon.h +++ b/include/cc_ublox/message/MonGnssPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonHw.h b/include/cc_ublox/message/MonHw.h index 2452f8621..7b33134e7 100644 --- a/include/cc_ublox/message/MonHw.h +++ b/include/cc_ublox/message/MonHw.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-HW" message and its fields. diff --git a/include/cc_ublox/message/MonHw2.h b/include/cc_ublox/message/MonHw2.h index 014119d50..bd131df53 100644 --- a/include/cc_ublox/message/MonHw2.h +++ b/include/cc_ublox/message/MonHw2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-HW2" message and its fields. diff --git a/include/cc_ublox/message/MonHw2Common.h b/include/cc_ublox/message/MonHw2Common.h index 691a3ebea..50dca46a5 100644 --- a/include/cc_ublox/message/MonHw2Common.h +++ b/include/cc_ublox/message/MonHw2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include #include "cc_ublox/field/Res3Common.h" diff --git a/include/cc_ublox/message/MonHw2Poll.h b/include/cc_ublox/message/MonHw2Poll.h index f513af833..0ba41a504 100644 --- a/include/cc_ublox/message/MonHw2Poll.h +++ b/include/cc_ublox/message/MonHw2Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-HW2 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonHw2PollCommon.h b/include/cc_ublox/message/MonHw2PollCommon.h index 1387c913e..1652b426a 100644 --- a/include/cc_ublox/message/MonHw2PollCommon.h +++ b/include/cc_ublox/message/MonHw2PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonHw3.h b/include/cc_ublox/message/MonHw3.h index 94020408b..e1d19d683 100644 --- a/include/cc_ublox/message/MonHw3.h +++ b/include/cc_ublox/message/MonHw3.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-HW3" message and its fields. diff --git a/include/cc_ublox/message/MonHw3Common.h b/include/cc_ublox/message/MonHw3Common.h index 514e223d4..16c75297b 100644 --- a/include/cc_ublox/message/MonHw3Common.h +++ b/include/cc_ublox/message/MonHw3Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/MonHw3Poll.h b/include/cc_ublox/message/MonHw3Poll.h index 087a51829..553365e13 100644 --- a/include/cc_ublox/message/MonHw3Poll.h +++ b/include/cc_ublox/message/MonHw3Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-HW3 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonHw3PollCommon.h b/include/cc_ublox/message/MonHw3PollCommon.h index 839b8c13a..b7e485c82 100644 --- a/include/cc_ublox/message/MonHw3PollCommon.h +++ b/include/cc_ublox/message/MonHw3PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonHwCommon.h b/include/cc_ublox/message/MonHwCommon.h index b5243e0f0..72bfaaaeb 100644 --- a/include/cc_ublox/message/MonHwCommon.h +++ b/include/cc_ublox/message/MonHwCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonHwPoll.h b/include/cc_ublox/message/MonHwPoll.h index 818958c9c..a74528600 100644 --- a/include/cc_ublox/message/MonHwPoll.h +++ b/include/cc_ublox/message/MonHwPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-HW (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonHwPollCommon.h b/include/cc_ublox/message/MonHwPollCommon.h index bbfc6cc6d..8aff6d988 100644 --- a/include/cc_ublox/message/MonHwPollCommon.h +++ b/include/cc_ublox/message/MonHwPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonIo.h b/include/cc_ublox/message/MonIo.h index c63e1a045..607cfc826 100644 --- a/include/cc_ublox/message/MonIo.h +++ b/include/cc_ublox/message/MonIo.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-IO" message and its fields. diff --git a/include/cc_ublox/message/MonIoCommon.h b/include/cc_ublox/message/MonIoCommon.h index 9077556e5..71f588b5a 100644 --- a/include/cc_ublox/message/MonIoCommon.h +++ b/include/cc_ublox/message/MonIoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonIoPoll.h b/include/cc_ublox/message/MonIoPoll.h index d5a133a7f..f93352348 100644 --- a/include/cc_ublox/message/MonIoPoll.h +++ b/include/cc_ublox/message/MonIoPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-IO (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonIoPollCommon.h b/include/cc_ublox/message/MonIoPollCommon.h index c7972deca..c888ea8fa 100644 --- a/include/cc_ublox/message/MonIoPollCommon.h +++ b/include/cc_ublox/message/MonIoPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonMsgpp.h b/include/cc_ublox/message/MonMsgpp.h index 04bb1ecf8..8926a919c 100644 --- a/include/cc_ublox/message/MonMsgpp.h +++ b/include/cc_ublox/message/MonMsgpp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-MSGPP" message and its fields. diff --git a/include/cc_ublox/message/MonMsgppCommon.h b/include/cc_ublox/message/MonMsgppCommon.h index f2b868154..1f855abbf 100644 --- a/include/cc_ublox/message/MonMsgppCommon.h +++ b/include/cc_ublox/message/MonMsgppCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonMsgppPoll.h b/include/cc_ublox/message/MonMsgppPoll.h index 7b23f1a41..9afef7f8d 100644 --- a/include/cc_ublox/message/MonMsgppPoll.h +++ b/include/cc_ublox/message/MonMsgppPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-MSGPP (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonMsgppPollCommon.h b/include/cc_ublox/message/MonMsgppPollCommon.h index 85847b475..d5a832e80 100644 --- a/include/cc_ublox/message/MonMsgppPollCommon.h +++ b/include/cc_ublox/message/MonMsgppPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonPatch.h b/include/cc_ublox/message/MonPatch.h index b42045e15..3f740e714 100644 --- a/include/cc_ublox/message/MonPatch.h +++ b/include/cc_ublox/message/MonPatch.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-PATCH" message and its fields. diff --git a/include/cc_ublox/message/MonPatchCommon.h b/include/cc_ublox/message/MonPatchCommon.h index f43742620..449d4e207 100644 --- a/include/cc_ublox/message/MonPatchCommon.h +++ b/include/cc_ublox/message/MonPatchCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/MonPatchPoll.h b/include/cc_ublox/message/MonPatchPoll.h index b1b8739cf..3ffd8b914 100644 --- a/include/cc_ublox/message/MonPatchPoll.h +++ b/include/cc_ublox/message/MonPatchPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-PATCH (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonPatchPollCommon.h b/include/cc_ublox/message/MonPatchPollCommon.h index 3795d9d78..627644521 100644 --- a/include/cc_ublox/message/MonPatchPollCommon.h +++ b/include/cc_ublox/message/MonPatchPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonRf.h b/include/cc_ublox/message/MonRf.h index 619b3f82c..d3a128cfb 100644 --- a/include/cc_ublox/message/MonRf.h +++ b/include/cc_ublox/message/MonRf.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-RF" message and its fields. diff --git a/include/cc_ublox/message/MonRfCommon.h b/include/cc_ublox/message/MonRfCommon.h index aea2bd768..8e1dc6b1b 100644 --- a/include/cc_ublox/message/MonRfCommon.h +++ b/include/cc_ublox/message/MonRfCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonRfPoll.h b/include/cc_ublox/message/MonRfPoll.h index 192319ca8..d07561ab6 100644 --- a/include/cc_ublox/message/MonRfPoll.h +++ b/include/cc_ublox/message/MonRfPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-RF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonRfPollCommon.h b/include/cc_ublox/message/MonRfPollCommon.h index 5f7c996bc..4bba0e2d0 100644 --- a/include/cc_ublox/message/MonRfPollCommon.h +++ b/include/cc_ublox/message/MonRfPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonRxbuf.h b/include/cc_ublox/message/MonRxbuf.h index 5324e70b5..617ac6b05 100644 --- a/include/cc_ublox/message/MonRxbuf.h +++ b/include/cc_ublox/message/MonRxbuf.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-RXBUF" message and its fields. diff --git a/include/cc_ublox/message/MonRxbufCommon.h b/include/cc_ublox/message/MonRxbufCommon.h index d27ff51dd..2d1cf56bd 100644 --- a/include/cc_ublox/message/MonRxbufCommon.h +++ b/include/cc_ublox/message/MonRxbufCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonRxbufPoll.h b/include/cc_ublox/message/MonRxbufPoll.h index 44af8e811..b97b5301e 100644 --- a/include/cc_ublox/message/MonRxbufPoll.h +++ b/include/cc_ublox/message/MonRxbufPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-RXBUF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonRxbufPollCommon.h b/include/cc_ublox/message/MonRxbufPollCommon.h index f4c98b9fe..912390283 100644 --- a/include/cc_ublox/message/MonRxbufPollCommon.h +++ b/include/cc_ublox/message/MonRxbufPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonRxr.h b/include/cc_ublox/message/MonRxr.h index 4b53c89cf..fd8f4f5ba 100644 --- a/include/cc_ublox/message/MonRxr.h +++ b/include/cc_ublox/message/MonRxr.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-RXR" message and its fields. diff --git a/include/cc_ublox/message/MonRxrCommon.h b/include/cc_ublox/message/MonRxrCommon.h index 61bf3feb7..8b2a40418 100644 --- a/include/cc_ublox/message/MonRxrCommon.h +++ b/include/cc_ublox/message/MonRxrCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonSmgr.h b/include/cc_ublox/message/MonSmgr.h index 2b2c9ff49..0f24f28aa 100644 --- a/include/cc_ublox/message/MonSmgr.h +++ b/include/cc_ublox/message/MonSmgr.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-SMGR" message and its fields. diff --git a/include/cc_ublox/message/MonSmgrCommon.h b/include/cc_ublox/message/MonSmgrCommon.h index 60ae855f6..f76ac15d1 100644 --- a/include/cc_ublox/message/MonSmgrCommon.h +++ b/include/cc_ublox/message/MonSmgrCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/MonSmgrPoll.h b/include/cc_ublox/message/MonSmgrPoll.h index dd4586056..971d2c938 100644 --- a/include/cc_ublox/message/MonSmgrPoll.h +++ b/include/cc_ublox/message/MonSmgrPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-SMGR (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonSmgrPollCommon.h b/include/cc_ublox/message/MonSmgrPollCommon.h index 449ea193f..bdbb74a75 100644 --- a/include/cc_ublox/message/MonSmgrPollCommon.h +++ b/include/cc_ublox/message/MonSmgrPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonSpan.h b/include/cc_ublox/message/MonSpan.h index 9cd7caecc..46f2d534b 100644 --- a/include/cc_ublox/message/MonSpan.h +++ b/include/cc_ublox/message/MonSpan.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-SPAN" message and its fields. diff --git a/include/cc_ublox/message/MonSpanCommon.h b/include/cc_ublox/message/MonSpanCommon.h index c298ae1fc..f73ea9672 100644 --- a/include/cc_ublox/message/MonSpanCommon.h +++ b/include/cc_ublox/message/MonSpanCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonSpanPoll.h b/include/cc_ublox/message/MonSpanPoll.h index 8b220d28c..c82552db9 100644 --- a/include/cc_ublox/message/MonSpanPoll.h +++ b/include/cc_ublox/message/MonSpanPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-SPAN (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonSpanPollCommon.h b/include/cc_ublox/message/MonSpanPollCommon.h index d1f65a9d2..7ffdea495 100644 --- a/include/cc_ublox/message/MonSpanPollCommon.h +++ b/include/cc_ublox/message/MonSpanPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonTxbuf.h b/include/cc_ublox/message/MonTxbuf.h index b57612ed1..dea1b815e 100644 --- a/include/cc_ublox/message/MonTxbuf.h +++ b/include/cc_ublox/message/MonTxbuf.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-TXBUF" message and its fields. diff --git a/include/cc_ublox/message/MonTxbufCommon.h b/include/cc_ublox/message/MonTxbufCommon.h index 4d9fbbf6f..b7d2436a4 100644 --- a/include/cc_ublox/message/MonTxbufCommon.h +++ b/include/cc_ublox/message/MonTxbufCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonTxbufPoll.h b/include/cc_ublox/message/MonTxbufPoll.h index d573c570c..b99cefc91 100644 --- a/include/cc_ublox/message/MonTxbufPoll.h +++ b/include/cc_ublox/message/MonTxbufPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-TXBUF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonTxbufPollCommon.h b/include/cc_ublox/message/MonTxbufPollCommon.h index 22878159b..263d38448 100644 --- a/include/cc_ublox/message/MonTxbufPollCommon.h +++ b/include/cc_ublox/message/MonTxbufPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonVer.h b/include/cc_ublox/message/MonVer.h index 1c1f9190e..dc9d603a2 100644 --- a/include/cc_ublox/message/MonVer.h +++ b/include/cc_ublox/message/MonVer.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-VER" message and its fields. diff --git a/include/cc_ublox/message/MonVerCommon.h b/include/cc_ublox/message/MonVerCommon.h index b1581e52a..ef083a87b 100644 --- a/include/cc_ublox/message/MonVerCommon.h +++ b/include/cc_ublox/message/MonVerCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/MonVerPoll.h b/include/cc_ublox/message/MonVerPoll.h index fbbd44f87..10c5d5423 100644 --- a/include/cc_ublox/message/MonVerPoll.h +++ b/include/cc_ublox/message/MonVerPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "MON-VER (Poll)" message and its fields. diff --git a/include/cc_ublox/message/MonVerPollCommon.h b/include/cc_ublox/message/MonVerPollCommon.h index 5823f6a98..30eb2ee80 100644 --- a/include/cc_ublox/message/MonVerPollCommon.h +++ b/include/cc_ublox/message/MonVerPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavAopstatus.h b/include/cc_ublox/message/NavAopstatus.h index e19abf826..50416019f 100644 --- a/include/cc_ublox/message/NavAopstatus.h +++ b/include/cc_ublox/message/NavAopstatus.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-AOPSTATUS" message and its fields. diff --git a/include/cc_ublox/message/NavAopstatusCommon.h b/include/cc_ublox/message/NavAopstatusCommon.h index 9395f72a1..9947a8176 100644 --- a/include/cc_ublox/message/NavAopstatusCommon.h +++ b/include/cc_ublox/message/NavAopstatusCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavAopstatusPoll.h b/include/cc_ublox/message/NavAopstatusPoll.h index ac581f0b0..6f6c3c325 100644 --- a/include/cc_ublox/message/NavAopstatusPoll.h +++ b/include/cc_ublox/message/NavAopstatusPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-AOPSTATUS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavAopstatusPollCommon.h b/include/cc_ublox/message/NavAopstatusPollCommon.h index 496054256..44c950a36 100644 --- a/include/cc_ublox/message/NavAopstatusPollCommon.h +++ b/include/cc_ublox/message/NavAopstatusPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavAopstatusUblox8.h b/include/cc_ublox/message/NavAopstatusUblox8.h index 98aa508bc..78839f56c 100644 --- a/include/cc_ublox/message/NavAopstatusUblox8.h +++ b/include/cc_ublox/message/NavAopstatusUblox8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-AOPSTATUS (ublox-8)" message and its fields. diff --git a/include/cc_ublox/message/NavAopstatusUblox8Common.h b/include/cc_ublox/message/NavAopstatusUblox8Common.h index b8cd6c830..ae03aa17b 100644 --- a/include/cc_ublox/message/NavAopstatusUblox8Common.h +++ b/include/cc_ublox/message/NavAopstatusUblox8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavAtt.h b/include/cc_ublox/message/NavAtt.h index f99b51675..6cd683a42 100644 --- a/include/cc_ublox/message/NavAtt.h +++ b/include/cc_ublox/message/NavAtt.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-ATT" message and its fields. diff --git a/include/cc_ublox/message/NavAttCommon.h b/include/cc_ublox/message/NavAttCommon.h index 62631207e..b7f4e6c76 100644 --- a/include/cc_ublox/message/NavAttCommon.h +++ b/include/cc_ublox/message/NavAttCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavAttPoll.h b/include/cc_ublox/message/NavAttPoll.h index 080a4992e..0d5328005 100644 --- a/include/cc_ublox/message/NavAttPoll.h +++ b/include/cc_ublox/message/NavAttPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-ATT (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavAttPollCommon.h b/include/cc_ublox/message/NavAttPollCommon.h index 194ab8d1a..230b17ae0 100644 --- a/include/cc_ublox/message/NavAttPollCommon.h +++ b/include/cc_ublox/message/NavAttPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavClock.h b/include/cc_ublox/message/NavClock.h index c1a00ecb6..d850c9425 100644 --- a/include/cc_ublox/message/NavClock.h +++ b/include/cc_ublox/message/NavClock.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-CLOCK" message and its fields. diff --git a/include/cc_ublox/message/NavClockCommon.h b/include/cc_ublox/message/NavClockCommon.h index 9d6207069..411e51a53 100644 --- a/include/cc_ublox/message/NavClockCommon.h +++ b/include/cc_ublox/message/NavClockCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavClockPoll.h b/include/cc_ublox/message/NavClockPoll.h index 8b6f99153..88dc34631 100644 --- a/include/cc_ublox/message/NavClockPoll.h +++ b/include/cc_ublox/message/NavClockPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-CLOCK (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavClockPollCommon.h b/include/cc_ublox/message/NavClockPollCommon.h index 800cc57af..9ec4e1939 100644 --- a/include/cc_ublox/message/NavClockPollCommon.h +++ b/include/cc_ublox/message/NavClockPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavDgps.h b/include/cc_ublox/message/NavDgps.h index 5312b887d..c3da8f9d3 100644 --- a/include/cc_ublox/message/NavDgps.h +++ b/include/cc_ublox/message/NavDgps.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-DGPS" message and its fields. diff --git a/include/cc_ublox/message/NavDgpsCommon.h b/include/cc_ublox/message/NavDgpsCommon.h index 6fd69c4f3..115ea5e9b 100644 --- a/include/cc_ublox/message/NavDgpsCommon.h +++ b/include/cc_ublox/message/NavDgpsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/NavDgpsPoll.h b/include/cc_ublox/message/NavDgpsPoll.h index 3d6395221..d05608e33 100644 --- a/include/cc_ublox/message/NavDgpsPoll.h +++ b/include/cc_ublox/message/NavDgpsPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-DGPS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavDgpsPollCommon.h b/include/cc_ublox/message/NavDgpsPollCommon.h index 507467d48..a58b24365 100644 --- a/include/cc_ublox/message/NavDgpsPollCommon.h +++ b/include/cc_ublox/message/NavDgpsPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavDop.h b/include/cc_ublox/message/NavDop.h index 015caff2b..c914f8a3e 100644 --- a/include/cc_ublox/message/NavDop.h +++ b/include/cc_ublox/message/NavDop.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-DOP" message and its fields. diff --git a/include/cc_ublox/message/NavDopCommon.h b/include/cc_ublox/message/NavDopCommon.h index e88811e99..9d7296c58 100644 --- a/include/cc_ublox/message/NavDopCommon.h +++ b/include/cc_ublox/message/NavDopCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavDopPoll.h b/include/cc_ublox/message/NavDopPoll.h index aa39f1b07..ddba054f8 100644 --- a/include/cc_ublox/message/NavDopPoll.h +++ b/include/cc_ublox/message/NavDopPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-DOP (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavDopPollCommon.h b/include/cc_ublox/message/NavDopPollCommon.h index 1409d70a4..1a97cb01f 100644 --- a/include/cc_ublox/message/NavDopPollCommon.h +++ b/include/cc_ublox/message/NavDopPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavEoe.h b/include/cc_ublox/message/NavEoe.h index b61234dc3..5aba4f2b7 100644 --- a/include/cc_ublox/message/NavEoe.h +++ b/include/cc_ublox/message/NavEoe.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-EOE" message and its fields. diff --git a/include/cc_ublox/message/NavEoeCommon.h b/include/cc_ublox/message/NavEoeCommon.h index 1fa0ae42c..930136362 100644 --- a/include/cc_ublox/message/NavEoeCommon.h +++ b/include/cc_ublox/message/NavEoeCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavGeofence.h b/include/cc_ublox/message/NavGeofence.h index 7191def85..bf5158706 100644 --- a/include/cc_ublox/message/NavGeofence.h +++ b/include/cc_ublox/message/NavGeofence.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-GEOFENCE" message and its fields. diff --git a/include/cc_ublox/message/NavGeofenceCommon.h b/include/cc_ublox/message/NavGeofenceCommon.h index f2c6c7c88..3e2f8cfa3 100644 --- a/include/cc_ublox/message/NavGeofenceCommon.h +++ b/include/cc_ublox/message/NavGeofenceCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/GeofenceStateCommon.h" diff --git a/include/cc_ublox/message/NavGeofencePoll.h b/include/cc_ublox/message/NavGeofencePoll.h index 9567e5e2f..d1a73cb6e 100644 --- a/include/cc_ublox/message/NavGeofencePoll.h +++ b/include/cc_ublox/message/NavGeofencePoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-GEOFENCE (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavGeofencePollCommon.h b/include/cc_ublox/message/NavGeofencePollCommon.h index 32658b345..c1d42988a 100644 --- a/include/cc_ublox/message/NavGeofencePollCommon.h +++ b/include/cc_ublox/message/NavGeofencePollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavHpposecef.h b/include/cc_ublox/message/NavHpposecef.h index d6ad3b0d7..011d4db47 100644 --- a/include/cc_ublox/message/NavHpposecef.h +++ b/include/cc_ublox/message/NavHpposecef.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-HPPOSECEF" message and its fields. diff --git a/include/cc_ublox/message/NavHpposecefCommon.h b/include/cc_ublox/message/NavHpposecefCommon.h index 7ec4c54b1..620b4babd 100644 --- a/include/cc_ublox/message/NavHpposecefCommon.h +++ b/include/cc_ublox/message/NavHpposecefCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavHpposecefPoll.h b/include/cc_ublox/message/NavHpposecefPoll.h index 933d7a647..476add2f5 100644 --- a/include/cc_ublox/message/NavHpposecefPoll.h +++ b/include/cc_ublox/message/NavHpposecefPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-HPPOSECEF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavHpposecefPollCommon.h b/include/cc_ublox/message/NavHpposecefPollCommon.h index bb3a12bd5..a8c495230 100644 --- a/include/cc_ublox/message/NavHpposecefPollCommon.h +++ b/include/cc_ublox/message/NavHpposecefPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavHpposllh.h b/include/cc_ublox/message/NavHpposllh.h index 5289a74e3..7fb81b595 100644 --- a/include/cc_ublox/message/NavHpposllh.h +++ b/include/cc_ublox/message/NavHpposllh.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-HPPOSLLH" message and its fields. diff --git a/include/cc_ublox/message/NavHpposllhCommon.h b/include/cc_ublox/message/NavHpposllhCommon.h index b57ec9ee6..155ea6aea 100644 --- a/include/cc_ublox/message/NavHpposllhCommon.h +++ b/include/cc_ublox/message/NavHpposllhCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavHpposllhPoll.h b/include/cc_ublox/message/NavHpposllhPoll.h index f28b89e93..fcaf5ada2 100644 --- a/include/cc_ublox/message/NavHpposllhPoll.h +++ b/include/cc_ublox/message/NavHpposllhPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-HPPOSLLH (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavHpposllhPollCommon.h b/include/cc_ublox/message/NavHpposllhPollCommon.h index d90088193..949a87673 100644 --- a/include/cc_ublox/message/NavHpposllhPollCommon.h +++ b/include/cc_ublox/message/NavHpposllhPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavOdo.h b/include/cc_ublox/message/NavOdo.h index 6738da7fa..7f5d7faae 100644 --- a/include/cc_ublox/message/NavOdo.h +++ b/include/cc_ublox/message/NavOdo.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-ODO" message and its fields. diff --git a/include/cc_ublox/message/NavOdoCommon.h b/include/cc_ublox/message/NavOdoCommon.h index 19b064265..97410cbdc 100644 --- a/include/cc_ublox/message/NavOdoCommon.h +++ b/include/cc_ublox/message/NavOdoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavOdoPoll.h b/include/cc_ublox/message/NavOdoPoll.h index 6c2e1454b..3f3b8cc23 100644 --- a/include/cc_ublox/message/NavOdoPoll.h +++ b/include/cc_ublox/message/NavOdoPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-ODO (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavOdoPollCommon.h b/include/cc_ublox/message/NavOdoPollCommon.h index 5be49b0f4..9ca25dac6 100644 --- a/include/cc_ublox/message/NavOdoPollCommon.h +++ b/include/cc_ublox/message/NavOdoPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavOrb.h b/include/cc_ublox/message/NavOrb.h index 59cd9ef10..9c77c9e3a 100644 --- a/include/cc_ublox/message/NavOrb.h +++ b/include/cc_ublox/message/NavOrb.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-ORB" message and its fields. diff --git a/include/cc_ublox/message/NavOrbCommon.h b/include/cc_ublox/message/NavOrbCommon.h index 41efb221a..4e914612c 100644 --- a/include/cc_ublox/message/NavOrbCommon.h +++ b/include/cc_ublox/message/NavOrbCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/GnssIdCommon.h" diff --git a/include/cc_ublox/message/NavOrbPoll.h b/include/cc_ublox/message/NavOrbPoll.h index be83cc012..d8077064d 100644 --- a/include/cc_ublox/message/NavOrbPoll.h +++ b/include/cc_ublox/message/NavOrbPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-ORB (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavOrbPollCommon.h b/include/cc_ublox/message/NavOrbPollCommon.h index a2111e874..31e062f8d 100644 --- a/include/cc_ublox/message/NavOrbPollCommon.h +++ b/include/cc_ublox/message/NavOrbPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavPosecef.h b/include/cc_ublox/message/NavPosecef.h index e66909858..42ae56697 100644 --- a/include/cc_ublox/message/NavPosecef.h +++ b/include/cc_ublox/message/NavPosecef.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-POSECEF" message and its fields. diff --git a/include/cc_ublox/message/NavPosecefCommon.h b/include/cc_ublox/message/NavPosecefCommon.h index e757a2768..94b658709 100644 --- a/include/cc_ublox/message/NavPosecefCommon.h +++ b/include/cc_ublox/message/NavPosecefCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavPosecefPoll.h b/include/cc_ublox/message/NavPosecefPoll.h index d8da00afc..821efd4ae 100644 --- a/include/cc_ublox/message/NavPosecefPoll.h +++ b/include/cc_ublox/message/NavPosecefPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-POSECEF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavPosecefPollCommon.h b/include/cc_ublox/message/NavPosecefPollCommon.h index a2383dd20..6f45f6c69 100644 --- a/include/cc_ublox/message/NavPosecefPollCommon.h +++ b/include/cc_ublox/message/NavPosecefPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavPosllh.h b/include/cc_ublox/message/NavPosllh.h index 2f784c6e8..ac6955603 100644 --- a/include/cc_ublox/message/NavPosllh.h +++ b/include/cc_ublox/message/NavPosllh.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-POSLLH" message and its fields. diff --git a/include/cc_ublox/message/NavPosllhCommon.h b/include/cc_ublox/message/NavPosllhCommon.h index abd4794f9..50333f00d 100644 --- a/include/cc_ublox/message/NavPosllhCommon.h +++ b/include/cc_ublox/message/NavPosllhCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavPosllhPoll.h b/include/cc_ublox/message/NavPosllhPoll.h index c263edb16..2f73b8714 100644 --- a/include/cc_ublox/message/NavPosllhPoll.h +++ b/include/cc_ublox/message/NavPosllhPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-POSLLH (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavPosllhPollCommon.h b/include/cc_ublox/message/NavPosllhPollCommon.h index f117740f7..008699bed 100644 --- a/include/cc_ublox/message/NavPosllhPollCommon.h +++ b/include/cc_ublox/message/NavPosllhPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavPvt.h b/include/cc_ublox/message/NavPvt.h index e9ece9d6c..c64d9aa26 100644 --- a/include/cc_ublox/message/NavPvt.h +++ b/include/cc_ublox/message/NavPvt.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-PVT" message and its fields. diff --git a/include/cc_ublox/message/NavPvtCommon.h b/include/cc_ublox/message/NavPvtCommon.h index 806dcae08..e8099dd48 100644 --- a/include/cc_ublox/message/NavPvtCommon.h +++ b/include/cc_ublox/message/NavPvtCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/DayCommon.h" diff --git a/include/cc_ublox/message/NavPvtPoll.h b/include/cc_ublox/message/NavPvtPoll.h index 667fbee66..573079526 100644 --- a/include/cc_ublox/message/NavPvtPoll.h +++ b/include/cc_ublox/message/NavPvtPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-PVT (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavPvtPollCommon.h b/include/cc_ublox/message/NavPvtPollCommon.h index 0e7470115..d40393d41 100644 --- a/include/cc_ublox/message/NavPvtPollCommon.h +++ b/include/cc_ublox/message/NavPvtPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavPvt_u8.h b/include/cc_ublox/message/NavPvt_u8.h index e0a952c48..77c73131a 100644 --- a/include/cc_ublox/message/NavPvt_u8.h +++ b/include/cc_ublox/message/NavPvt_u8.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-PVT (ublox-8/9)" message and its fields. diff --git a/include/cc_ublox/message/NavPvt_u8Common.h b/include/cc_ublox/message/NavPvt_u8Common.h index a254f23b9..275d580c6 100644 --- a/include/cc_ublox/message/NavPvt_u8Common.h +++ b/include/cc_ublox/message/NavPvt_u8Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/DayCommon.h" diff --git a/include/cc_ublox/message/NavRelposned.h b/include/cc_ublox/message/NavRelposned.h index e6464528d..01f1a299b 100644 --- a/include/cc_ublox/message/NavRelposned.h +++ b/include/cc_ublox/message/NavRelposned.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-RELPOSNED" message and its fields. diff --git a/include/cc_ublox/message/NavRelposnedCommon.h b/include/cc_ublox/message/NavRelposnedCommon.h index e04d44f5e..02a432276 100644 --- a/include/cc_ublox/message/NavRelposnedCommon.h +++ b/include/cc_ublox/message/NavRelposnedCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/NavRelposnedPoll.h b/include/cc_ublox/message/NavRelposnedPoll.h index 7796d3565..a54beaf32 100644 --- a/include/cc_ublox/message/NavRelposnedPoll.h +++ b/include/cc_ublox/message/NavRelposnedPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-RELPOSNED (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavRelposnedPollCommon.h b/include/cc_ublox/message/NavRelposnedPollCommon.h index 18f581e3b..985cb5036 100644 --- a/include/cc_ublox/message/NavRelposnedPollCommon.h +++ b/include/cc_ublox/message/NavRelposnedPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavRelposned_v1.h b/include/cc_ublox/message/NavRelposned_v1.h index 8d327c806..22ebd4a35 100644 --- a/include/cc_ublox/message/NavRelposned_v1.h +++ b/include/cc_ublox/message/NavRelposned_v1.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-RELPOSNED (V1)" message and its fields. diff --git a/include/cc_ublox/message/NavRelposned_v1Common.h b/include/cc_ublox/message/NavRelposned_v1Common.h index f2e5c6de1..851202f69 100644 --- a/include/cc_ublox/message/NavRelposned_v1Common.h +++ b/include/cc_ublox/message/NavRelposned_v1Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/NavResetodo.h b/include/cc_ublox/message/NavResetodo.h index a673ef0cb..08dc4ca23 100644 --- a/include/cc_ublox/message/NavResetodo.h +++ b/include/cc_ublox/message/NavResetodo.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-RESETODO" message and its fields. diff --git a/include/cc_ublox/message/NavResetodoCommon.h b/include/cc_ublox/message/NavResetodoCommon.h index fde77f8f5..8eee2a9ad 100644 --- a/include/cc_ublox/message/NavResetodoCommon.h +++ b/include/cc_ublox/message/NavResetodoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSat.h b/include/cc_ublox/message/NavSat.h index 4676e28fd..9ac6546d5 100644 --- a/include/cc_ublox/message/NavSat.h +++ b/include/cc_ublox/message/NavSat.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SAT" message and its fields. diff --git a/include/cc_ublox/message/NavSatCommon.h b/include/cc_ublox/message/NavSatCommon.h index 55de57f8e..25a541508 100644 --- a/include/cc_ublox/message/NavSatCommon.h +++ b/include/cc_ublox/message/NavSatCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/GnssIdCommon.h" diff --git a/include/cc_ublox/message/NavSatPoll.h b/include/cc_ublox/message/NavSatPoll.h index 69fe59dce..070bba983 100644 --- a/include/cc_ublox/message/NavSatPoll.h +++ b/include/cc_ublox/message/NavSatPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SAT (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavSatPollCommon.h b/include/cc_ublox/message/NavSatPollCommon.h index a3f6c7895..3a17661c8 100644 --- a/include/cc_ublox/message/NavSatPollCommon.h +++ b/include/cc_ublox/message/NavSatPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSbas.h b/include/cc_ublox/message/NavSbas.h index ed2af1ad2..ea0482f8c 100644 --- a/include/cc_ublox/message/NavSbas.h +++ b/include/cc_ublox/message/NavSbas.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SBAS" message and its fields. diff --git a/include/cc_ublox/message/NavSbasCommon.h b/include/cc_ublox/message/NavSbasCommon.h index 8e199ee35..3ed9dbc5c 100644 --- a/include/cc_ublox/message/NavSbasCommon.h +++ b/include/cc_ublox/message/NavSbasCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/NavSbasPoll.h b/include/cc_ublox/message/NavSbasPoll.h index 4a47ecdce..a2edf1abf 100644 --- a/include/cc_ublox/message/NavSbasPoll.h +++ b/include/cc_ublox/message/NavSbasPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SBAS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavSbasPollCommon.h b/include/cc_ublox/message/NavSbasPollCommon.h index f9c66578d..2fe2ca422 100644 --- a/include/cc_ublox/message/NavSbasPollCommon.h +++ b/include/cc_ublox/message/NavSbasPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSig.h b/include/cc_ublox/message/NavSig.h index e16ffd911..cbfb836c4 100644 --- a/include/cc_ublox/message/NavSig.h +++ b/include/cc_ublox/message/NavSig.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SIG" message and its fields. diff --git a/include/cc_ublox/message/NavSigCommon.h b/include/cc_ublox/message/NavSigCommon.h index 2a06391a1..69d3a04b5 100644 --- a/include/cc_ublox/message/NavSigCommon.h +++ b/include/cc_ublox/message/NavSigCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/GnssIdCommon.h" diff --git a/include/cc_ublox/message/NavSigPoll.h b/include/cc_ublox/message/NavSigPoll.h index a61a9126d..1c45ab4d2 100644 --- a/include/cc_ublox/message/NavSigPoll.h +++ b/include/cc_ublox/message/NavSigPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SIG (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavSigPollCommon.h b/include/cc_ublox/message/NavSigPollCommon.h index 74b6403ab..b6c5e8140 100644 --- a/include/cc_ublox/message/NavSigPollCommon.h +++ b/include/cc_ublox/message/NavSigPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSlas.h b/include/cc_ublox/message/NavSlas.h index 7a8b44edd..3aa5df1be 100644 --- a/include/cc_ublox/message/NavSlas.h +++ b/include/cc_ublox/message/NavSlas.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SLAS" message and its fields. diff --git a/include/cc_ublox/message/NavSlasCommon.h b/include/cc_ublox/message/NavSlasCommon.h index 89dc4f2af..25be28477 100644 --- a/include/cc_ublox/message/NavSlasCommon.h +++ b/include/cc_ublox/message/NavSlasCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSlasPoll.h b/include/cc_ublox/message/NavSlasPoll.h index 780dc7d74..c34536d01 100644 --- a/include/cc_ublox/message/NavSlasPoll.h +++ b/include/cc_ublox/message/NavSlasPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SLAS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavSlasPollCommon.h b/include/cc_ublox/message/NavSlasPollCommon.h index cb23f5335..2fcbf7aa7 100644 --- a/include/cc_ublox/message/NavSlasPollCommon.h +++ b/include/cc_ublox/message/NavSlasPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSol.h b/include/cc_ublox/message/NavSol.h index 3ac1ac556..a3ae0f83b 100644 --- a/include/cc_ublox/message/NavSol.h +++ b/include/cc_ublox/message/NavSol.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SOL" message and its fields. diff --git a/include/cc_ublox/message/NavSolCommon.h b/include/cc_ublox/message/NavSolCommon.h index ba599ce1e..a5e5ee549 100644 --- a/include/cc_ublox/message/NavSolCommon.h +++ b/include/cc_ublox/message/NavSolCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSolPoll.h b/include/cc_ublox/message/NavSolPoll.h index 2b841e547..d0345f147 100644 --- a/include/cc_ublox/message/NavSolPoll.h +++ b/include/cc_ublox/message/NavSolPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SOL (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavSolPollCommon.h b/include/cc_ublox/message/NavSolPollCommon.h index 1821b6e6c..059efc8be 100644 --- a/include/cc_ublox/message/NavSolPollCommon.h +++ b/include/cc_ublox/message/NavSolPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavStatus.h b/include/cc_ublox/message/NavStatus.h index af829a393..bc26763f6 100644 --- a/include/cc_ublox/message/NavStatus.h +++ b/include/cc_ublox/message/NavStatus.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-STATUS" message and its fields. diff --git a/include/cc_ublox/message/NavStatusCommon.h b/include/cc_ublox/message/NavStatusCommon.h index 75827a0ec..9fbf0ece4 100644 --- a/include/cc_ublox/message/NavStatusCommon.h +++ b/include/cc_ublox/message/NavStatusCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/GpsFixCommon.h" diff --git a/include/cc_ublox/message/NavStatusPoll.h b/include/cc_ublox/message/NavStatusPoll.h index d25482dcb..7368b69c3 100644 --- a/include/cc_ublox/message/NavStatusPoll.h +++ b/include/cc_ublox/message/NavStatusPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-STATUS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavStatusPollCommon.h b/include/cc_ublox/message/NavStatusPollCommon.h index 734b7b185..9bd5fa9e6 100644 --- a/include/cc_ublox/message/NavStatusPollCommon.h +++ b/include/cc_ublox/message/NavStatusPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSvin.h b/include/cc_ublox/message/NavSvin.h index 0ab924e52..678a991d6 100644 --- a/include/cc_ublox/message/NavSvin.h +++ b/include/cc_ublox/message/NavSvin.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SVIN" message and its fields. diff --git a/include/cc_ublox/message/NavSvinCommon.h b/include/cc_ublox/message/NavSvinCommon.h index 2f079e415..582922a01 100644 --- a/include/cc_ublox/message/NavSvinCommon.h +++ b/include/cc_ublox/message/NavSvinCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSvinPoll.h b/include/cc_ublox/message/NavSvinPoll.h index c23a75f22..7e3506d41 100644 --- a/include/cc_ublox/message/NavSvinPoll.h +++ b/include/cc_ublox/message/NavSvinPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SVIN (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavSvinPollCommon.h b/include/cc_ublox/message/NavSvinPollCommon.h index 65e16bf18..da2b0b567 100644 --- a/include/cc_ublox/message/NavSvinPollCommon.h +++ b/include/cc_ublox/message/NavSvinPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavSvinfo.h b/include/cc_ublox/message/NavSvinfo.h index 39a7b71b3..3962448f8 100644 --- a/include/cc_ublox/message/NavSvinfo.h +++ b/include/cc_ublox/message/NavSvinfo.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SVINFO" message and its fields. diff --git a/include/cc_ublox/message/NavSvinfoCommon.h b/include/cc_ublox/message/NavSvinfoCommon.h index 9b73e3518..99ab21c9e 100644 --- a/include/cc_ublox/message/NavSvinfoCommon.h +++ b/include/cc_ublox/message/NavSvinfoCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/NavSvinfoPoll.h b/include/cc_ublox/message/NavSvinfoPoll.h index c5a2594ac..205b1938c 100644 --- a/include/cc_ublox/message/NavSvinfoPoll.h +++ b/include/cc_ublox/message/NavSvinfoPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-SVINFO (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavSvinfoPollCommon.h b/include/cc_ublox/message/NavSvinfoPollCommon.h index 8d0d91ac5..321cc4139 100644 --- a/include/cc_ublox/message/NavSvinfoPollCommon.h +++ b/include/cc_ublox/message/NavSvinfoPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimebds.h b/include/cc_ublox/message/NavTimebds.h index f77d8ed00..4b78fc923 100644 --- a/include/cc_ublox/message/NavTimebds.h +++ b/include/cc_ublox/message/NavTimebds.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEBDS" message and its fields. diff --git a/include/cc_ublox/message/NavTimebdsCommon.h b/include/cc_ublox/message/NavTimebdsCommon.h index e4b23af61..e71780910 100644 --- a/include/cc_ublox/message/NavTimebdsCommon.h +++ b/include/cc_ublox/message/NavTimebdsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimebdsPoll.h b/include/cc_ublox/message/NavTimebdsPoll.h index 52326729f..eaaba1411 100644 --- a/include/cc_ublox/message/NavTimebdsPoll.h +++ b/include/cc_ublox/message/NavTimebdsPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEBDS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavTimebdsPollCommon.h b/include/cc_ublox/message/NavTimebdsPollCommon.h index 4a0d927ef..c06717d56 100644 --- a/include/cc_ublox/message/NavTimebdsPollCommon.h +++ b/include/cc_ublox/message/NavTimebdsPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimegal.h b/include/cc_ublox/message/NavTimegal.h index 906792fde..afa3937d6 100644 --- a/include/cc_ublox/message/NavTimegal.h +++ b/include/cc_ublox/message/NavTimegal.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEGAL" message and its fields. diff --git a/include/cc_ublox/message/NavTimegalCommon.h b/include/cc_ublox/message/NavTimegalCommon.h index 5c1db7120..1f9ce370c 100644 --- a/include/cc_ublox/message/NavTimegalCommon.h +++ b/include/cc_ublox/message/NavTimegalCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimegalPoll.h b/include/cc_ublox/message/NavTimegalPoll.h index 17f6084f1..a6d47474f 100644 --- a/include/cc_ublox/message/NavTimegalPoll.h +++ b/include/cc_ublox/message/NavTimegalPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEGAL (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavTimegalPollCommon.h b/include/cc_ublox/message/NavTimegalPollCommon.h index f4e86935a..da285df4e 100644 --- a/include/cc_ublox/message/NavTimegalPollCommon.h +++ b/include/cc_ublox/message/NavTimegalPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimeglo.h b/include/cc_ublox/message/NavTimeglo.h index 6e9790b6c..f3579970b 100644 --- a/include/cc_ublox/message/NavTimeglo.h +++ b/include/cc_ublox/message/NavTimeglo.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEGLO" message and its fields. diff --git a/include/cc_ublox/message/NavTimegloCommon.h b/include/cc_ublox/message/NavTimegloCommon.h index 595105159..83857deac 100644 --- a/include/cc_ublox/message/NavTimegloCommon.h +++ b/include/cc_ublox/message/NavTimegloCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimegloPoll.h b/include/cc_ublox/message/NavTimegloPoll.h index 0bc867cc5..623ec59e2 100644 --- a/include/cc_ublox/message/NavTimegloPoll.h +++ b/include/cc_ublox/message/NavTimegloPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEGLO (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavTimegloPollCommon.h b/include/cc_ublox/message/NavTimegloPollCommon.h index 343603b16..e4d82e0ff 100644 --- a/include/cc_ublox/message/NavTimegloPollCommon.h +++ b/include/cc_ublox/message/NavTimegloPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimegps.h b/include/cc_ublox/message/NavTimegps.h index 1a650b036..e9e137476 100644 --- a/include/cc_ublox/message/NavTimegps.h +++ b/include/cc_ublox/message/NavTimegps.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEGPS" message and its fields. diff --git a/include/cc_ublox/message/NavTimegpsCommon.h b/include/cc_ublox/message/NavTimegpsCommon.h index 67f7eda77..30e714705 100644 --- a/include/cc_ublox/message/NavTimegpsCommon.h +++ b/include/cc_ublox/message/NavTimegpsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimegpsPoll.h b/include/cc_ublox/message/NavTimegpsPoll.h index 816328dd5..36af4fdde 100644 --- a/include/cc_ublox/message/NavTimegpsPoll.h +++ b/include/cc_ublox/message/NavTimegpsPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEGPS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavTimegpsPollCommon.h b/include/cc_ublox/message/NavTimegpsPollCommon.h index 8d8149d0a..aeb6c15b2 100644 --- a/include/cc_ublox/message/NavTimegpsPollCommon.h +++ b/include/cc_ublox/message/NavTimegpsPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimels.h b/include/cc_ublox/message/NavTimels.h index 68e60a0c3..08fdba892 100644 --- a/include/cc_ublox/message/NavTimels.h +++ b/include/cc_ublox/message/NavTimels.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMELS" message and its fields. diff --git a/include/cc_ublox/message/NavTimelsCommon.h b/include/cc_ublox/message/NavTimelsCommon.h index 935dac0de..53847b4e7 100644 --- a/include/cc_ublox/message/NavTimelsCommon.h +++ b/include/cc_ublox/message/NavTimelsCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimelsPoll.h b/include/cc_ublox/message/NavTimelsPoll.h index 660afd286..666f84200 100644 --- a/include/cc_ublox/message/NavTimelsPoll.h +++ b/include/cc_ublox/message/NavTimelsPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMELS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavTimelsPollCommon.h b/include/cc_ublox/message/NavTimelsPollCommon.h index 64b320bfc..706d268dd 100644 --- a/include/cc_ublox/message/NavTimelsPollCommon.h +++ b/include/cc_ublox/message/NavTimelsPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavTimeutc.h b/include/cc_ublox/message/NavTimeutc.h index f00a12a4e..57b9a2094 100644 --- a/include/cc_ublox/message/NavTimeutc.h +++ b/include/cc_ublox/message/NavTimeutc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEUTC" message and its fields. diff --git a/include/cc_ublox/message/NavTimeutcCommon.h b/include/cc_ublox/message/NavTimeutcCommon.h index 58ee13450..f9c59873c 100644 --- a/include/cc_ublox/message/NavTimeutcCommon.h +++ b/include/cc_ublox/message/NavTimeutcCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,7 +6,9 @@ #pragma once +#include #include +#include #include #include #include "cc_ublox/field/DayCommon.h" diff --git a/include/cc_ublox/message/NavTimeutcPoll.h b/include/cc_ublox/message/NavTimeutcPoll.h index 7cb851f3b..a8b31fee7 100644 --- a/include/cc_ublox/message/NavTimeutcPoll.h +++ b/include/cc_ublox/message/NavTimeutcPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-TIMEUTC (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavTimeutcPollCommon.h b/include/cc_ublox/message/NavTimeutcPollCommon.h index def46e2b7..673c73f13 100644 --- a/include/cc_ublox/message/NavTimeutcPollCommon.h +++ b/include/cc_ublox/message/NavTimeutcPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavVelecef.h b/include/cc_ublox/message/NavVelecef.h index f49385a23..8baf7de8e 100644 --- a/include/cc_ublox/message/NavVelecef.h +++ b/include/cc_ublox/message/NavVelecef.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-VELECEF" message and its fields. diff --git a/include/cc_ublox/message/NavVelecefCommon.h b/include/cc_ublox/message/NavVelecefCommon.h index 69501dbed..c4c18ea5b 100644 --- a/include/cc_ublox/message/NavVelecefCommon.h +++ b/include/cc_ublox/message/NavVelecefCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavVelecefPoll.h b/include/cc_ublox/message/NavVelecefPoll.h index 815253796..8b55a7b35 100644 --- a/include/cc_ublox/message/NavVelecefPoll.h +++ b/include/cc_ublox/message/NavVelecefPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-VELECEF (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavVelecefPollCommon.h b/include/cc_ublox/message/NavVelecefPollCommon.h index ea4e4271d..c5e622f8f 100644 --- a/include/cc_ublox/message/NavVelecefPollCommon.h +++ b/include/cc_ublox/message/NavVelecefPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavVelned.h b/include/cc_ublox/message/NavVelned.h index 7b03921a9..6ff0b693a 100644 --- a/include/cc_ublox/message/NavVelned.h +++ b/include/cc_ublox/message/NavVelned.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-VELNED" message and its fields. diff --git a/include/cc_ublox/message/NavVelnedCommon.h b/include/cc_ublox/message/NavVelnedCommon.h index 1f5e3f11e..2b3388267 100644 --- a/include/cc_ublox/message/NavVelnedCommon.h +++ b/include/cc_ublox/message/NavVelnedCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/NavVelnedPoll.h b/include/cc_ublox/message/NavVelnedPoll.h index f7dc167ab..cd668e9ba 100644 --- a/include/cc_ublox/message/NavVelnedPoll.h +++ b/include/cc_ublox/message/NavVelnedPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "NAV-VELNED (Poll)" message and its fields. diff --git a/include/cc_ublox/message/NavVelnedPollCommon.h b/include/cc_ublox/message/NavVelnedPollCommon.h index 2d95f6019..7546600cd 100644 --- a/include/cc_ublox/message/NavVelnedPollCommon.h +++ b/include/cc_ublox/message/NavVelnedPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmAlm.h b/include/cc_ublox/message/RxmAlm.h index 7f3f5a3bb..e4c9c8482 100644 --- a/include/cc_ublox/message/RxmAlm.h +++ b/include/cc_ublox/message/RxmAlm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-ALM" message and its fields. diff --git a/include/cc_ublox/message/RxmAlmCommon.h b/include/cc_ublox/message/RxmAlmCommon.h index 88a7f01f1..56db11e7d 100644 --- a/include/cc_ublox/message/RxmAlmCommon.h +++ b/include/cc_ublox/message/RxmAlmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmAlmPoll.h b/include/cc_ublox/message/RxmAlmPoll.h index 7475d8709..a71ad09f3 100644 --- a/include/cc_ublox/message/RxmAlmPoll.h +++ b/include/cc_ublox/message/RxmAlmPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-ALM (Poll)" message and its fields. diff --git a/include/cc_ublox/message/RxmAlmPollCommon.h b/include/cc_ublox/message/RxmAlmPollCommon.h index d9073e746..cc866fc1d 100644 --- a/include/cc_ublox/message/RxmAlmPollCommon.h +++ b/include/cc_ublox/message/RxmAlmPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmAlmPollSv.h b/include/cc_ublox/message/RxmAlmPollSv.h index ee9941671..0be19a487 100644 --- a/include/cc_ublox/message/RxmAlmPollSv.h +++ b/include/cc_ublox/message/RxmAlmPollSv.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-ALM (Poll SV)" message and its fields. diff --git a/include/cc_ublox/message/RxmAlmPollSvCommon.h b/include/cc_ublox/message/RxmAlmPollSvCommon.h index 5687864f8..d22cb7309 100644 --- a/include/cc_ublox/message/RxmAlmPollSvCommon.h +++ b/include/cc_ublox/message/RxmAlmPollSvCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmEph.h b/include/cc_ublox/message/RxmEph.h index 8b0818a62..3501c7749 100644 --- a/include/cc_ublox/message/RxmEph.h +++ b/include/cc_ublox/message/RxmEph.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-EPH" message and its fields. diff --git a/include/cc_ublox/message/RxmEphCommon.h b/include/cc_ublox/message/RxmEphCommon.h index 569be40b4..dd1948e49 100644 --- a/include/cc_ublox/message/RxmEphCommon.h +++ b/include/cc_ublox/message/RxmEphCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmEphPoll.h b/include/cc_ublox/message/RxmEphPoll.h index fa6e83940..39577a1da 100644 --- a/include/cc_ublox/message/RxmEphPoll.h +++ b/include/cc_ublox/message/RxmEphPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-EPH (Poll)" message and its fields. diff --git a/include/cc_ublox/message/RxmEphPollCommon.h b/include/cc_ublox/message/RxmEphPollCommon.h index 5f42b63ab..fc2a87da9 100644 --- a/include/cc_ublox/message/RxmEphPollCommon.h +++ b/include/cc_ublox/message/RxmEphPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmEphPollSv.h b/include/cc_ublox/message/RxmEphPollSv.h index b115098ef..e0c913c8f 100644 --- a/include/cc_ublox/message/RxmEphPollSv.h +++ b/include/cc_ublox/message/RxmEphPollSv.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-EPH (Poll SV)" message and its fields. diff --git a/include/cc_ublox/message/RxmEphPollSvCommon.h b/include/cc_ublox/message/RxmEphPollSvCommon.h index 95e9dcde1..f39713761 100644 --- a/include/cc_ublox/message/RxmEphPollSvCommon.h +++ b/include/cc_ublox/message/RxmEphPollSvCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmImes.h b/include/cc_ublox/message/RxmImes.h index 1dc6a0f76..bbb5d1781 100644 --- a/include/cc_ublox/message/RxmImes.h +++ b/include/cc_ublox/message/RxmImes.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-IMES" message and its fields. diff --git a/include/cc_ublox/message/RxmImesCommon.h b/include/cc_ublox/message/RxmImesCommon.h index e93571679..d8815c33f 100644 --- a/include/cc_ublox/message/RxmImesCommon.h +++ b/include/cc_ublox/message/RxmImesCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/RxmImesPoll.h b/include/cc_ublox/message/RxmImesPoll.h index 5e7235813..d8349ab1a 100644 --- a/include/cc_ublox/message/RxmImesPoll.h +++ b/include/cc_ublox/message/RxmImesPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-IMES (Poll)" message and its fields. diff --git a/include/cc_ublox/message/RxmImesPollCommon.h b/include/cc_ublox/message/RxmImesPollCommon.h index 4f2620bca..3308d0e71 100644 --- a/include/cc_ublox/message/RxmImesPollCommon.h +++ b/include/cc_ublox/message/RxmImesPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmMeasx.h b/include/cc_ublox/message/RxmMeasx.h index e482bb64a..b990edad1 100644 --- a/include/cc_ublox/message/RxmMeasx.h +++ b/include/cc_ublox/message/RxmMeasx.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-MEASX" message and its fields. diff --git a/include/cc_ublox/message/RxmMeasxCommon.h b/include/cc_ublox/message/RxmMeasxCommon.h index 92a219481..0fe30ab71 100644 --- a/include/cc_ublox/message/RxmMeasxCommon.h +++ b/include/cc_ublox/message/RxmMeasxCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/GnssIdCommon.h" diff --git a/include/cc_ublox/message/RxmPmreq.h b/include/cc_ublox/message/RxmPmreq.h index 7d81825d0..2ccf6c89f 100644 --- a/include/cc_ublox/message/RxmPmreq.h +++ b/include/cc_ublox/message/RxmPmreq.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-PMREQ" message and its fields. diff --git a/include/cc_ublox/message/RxmPmreqCommon.h b/include/cc_ublox/message/RxmPmreqCommon.h index c895c012b..cc3cd49ef 100644 --- a/include/cc_ublox/message/RxmPmreqCommon.h +++ b/include/cc_ublox/message/RxmPmreqCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmPmreqV0.h b/include/cc_ublox/message/RxmPmreqV0.h index d92d84953..dc904be56 100644 --- a/include/cc_ublox/message/RxmPmreqV0.h +++ b/include/cc_ublox/message/RxmPmreqV0.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-PMREQ (v0)" message and its fields. diff --git a/include/cc_ublox/message/RxmPmreqV0Common.h b/include/cc_ublox/message/RxmPmreqV0Common.h index eedf948b3..98b27b94e 100644 --- a/include/cc_ublox/message/RxmPmreqV0Common.h +++ b/include/cc_ublox/message/RxmPmreqV0Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmRaw.h b/include/cc_ublox/message/RxmRaw.h index 202eebac1..6bbf0f07e 100644 --- a/include/cc_ublox/message/RxmRaw.h +++ b/include/cc_ublox/message/RxmRaw.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-RAW" message and its fields. diff --git a/include/cc_ublox/message/RxmRawCommon.h b/include/cc_ublox/message/RxmRawCommon.h index 4380ed23d..7548f0678 100644 --- a/include/cc_ublox/message/RxmRawCommon.h +++ b/include/cc_ublox/message/RxmRawCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmRawPoll.h b/include/cc_ublox/message/RxmRawPoll.h index 29861631a..c56f87057 100644 --- a/include/cc_ublox/message/RxmRawPoll.h +++ b/include/cc_ublox/message/RxmRawPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-RAW (Poll)" message and its fields. diff --git a/include/cc_ublox/message/RxmRawPollCommon.h b/include/cc_ublox/message/RxmRawPollCommon.h index 5df35766e..fe0e4a308 100644 --- a/include/cc_ublox/message/RxmRawPollCommon.h +++ b/include/cc_ublox/message/RxmRawPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmRawx.h b/include/cc_ublox/message/RxmRawx.h index 3dbb1d34d..672eb9316 100644 --- a/include/cc_ublox/message/RxmRawx.h +++ b/include/cc_ublox/message/RxmRawx.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-RAWX" message and its fields. diff --git a/include/cc_ublox/message/RxmRawxCommon.h b/include/cc_ublox/message/RxmRawxCommon.h index ce2cdc1e0..644cf5db2 100644 --- a/include/cc_ublox/message/RxmRawxCommon.h +++ b/include/cc_ublox/message/RxmRawxCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmRawxPoll.h b/include/cc_ublox/message/RxmRawxPoll.h index 827e19ddd..8b27b7d43 100644 --- a/include/cc_ublox/message/RxmRawxPoll.h +++ b/include/cc_ublox/message/RxmRawxPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-RAWX (Poll)" message and its fields. diff --git a/include/cc_ublox/message/RxmRawxPollCommon.h b/include/cc_ublox/message/RxmRawxPollCommon.h index 0a1a6c069..8acc7b38e 100644 --- a/include/cc_ublox/message/RxmRawxPollCommon.h +++ b/include/cc_ublox/message/RxmRawxPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmRlmLong.h b/include/cc_ublox/message/RxmRlmLong.h index a0a4d5a90..4b808da4d 100644 --- a/include/cc_ublox/message/RxmRlmLong.h +++ b/include/cc_ublox/message/RxmRlmLong.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-RLM (Long)" message and its fields. diff --git a/include/cc_ublox/message/RxmRlmLongCommon.h b/include/cc_ublox/message/RxmRlmLongCommon.h index e3f2fef4e..dee1353ac 100644 --- a/include/cc_ublox/message/RxmRlmLongCommon.h +++ b/include/cc_ublox/message/RxmRlmLongCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmRlmShort.h b/include/cc_ublox/message/RxmRlmShort.h index e64dbe8c9..629675f2a 100644 --- a/include/cc_ublox/message/RxmRlmShort.h +++ b/include/cc_ublox/message/RxmRlmShort.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-RLM (Short)" message and its fields. diff --git a/include/cc_ublox/message/RxmRlmShortCommon.h b/include/cc_ublox/message/RxmRlmShortCommon.h index 804268684..4ac2816d6 100644 --- a/include/cc_ublox/message/RxmRlmShortCommon.h +++ b/include/cc_ublox/message/RxmRlmShortCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmRtcm.h b/include/cc_ublox/message/RxmRtcm.h index 32e2e97c3..7eea820a6 100644 --- a/include/cc_ublox/message/RxmRtcm.h +++ b/include/cc_ublox/message/RxmRtcm.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-RTCM" message and its fields. diff --git a/include/cc_ublox/message/RxmRtcmCommon.h b/include/cc_ublox/message/RxmRtcmCommon.h index 1737eac85..20842cc9d 100644 --- a/include/cc_ublox/message/RxmRtcmCommon.h +++ b/include/cc_ublox/message/RxmRtcmCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res1Common.h" diff --git a/include/cc_ublox/message/RxmSfrb.h b/include/cc_ublox/message/RxmSfrb.h index d5a04272b..b422fcb7e 100644 --- a/include/cc_ublox/message/RxmSfrb.h +++ b/include/cc_ublox/message/RxmSfrb.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-SFRB" message and its fields. diff --git a/include/cc_ublox/message/RxmSfrbCommon.h b/include/cc_ublox/message/RxmSfrbCommon.h index 8bebcd9fa..bb9fc4ea0 100644 --- a/include/cc_ublox/message/RxmSfrbCommon.h +++ b/include/cc_ublox/message/RxmSfrbCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmSfrbx.h b/include/cc_ublox/message/RxmSfrbx.h index 137868618..2836d8866 100644 --- a/include/cc_ublox/message/RxmSfrbx.h +++ b/include/cc_ublox/message/RxmSfrbx.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-SFRBX" message and its fields. diff --git a/include/cc_ublox/message/RxmSfrbxCommon.h b/include/cc_ublox/message/RxmSfrbxCommon.h index 7985d5b88..46679796d 100644 --- a/include/cc_ublox/message/RxmSfrbxCommon.h +++ b/include/cc_ublox/message/RxmSfrbxCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmSvsi.h b/include/cc_ublox/message/RxmSvsi.h index b07983d93..24b9a4541 100644 --- a/include/cc_ublox/message/RxmSvsi.h +++ b/include/cc_ublox/message/RxmSvsi.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-SVSI" message and its fields. diff --git a/include/cc_ublox/message/RxmSvsiCommon.h b/include/cc_ublox/message/RxmSvsiCommon.h index bbf867cf6..9a6ef5bd2 100644 --- a/include/cc_ublox/message/RxmSvsiCommon.h +++ b/include/cc_ublox/message/RxmSvsiCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/RxmSvsiPoll.h b/include/cc_ublox/message/RxmSvsiPoll.h index a71020a21..24523daab 100644 --- a/include/cc_ublox/message/RxmSvsiPoll.h +++ b/include/cc_ublox/message/RxmSvsiPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "RXM-SVSI (Poll)" message and its fields. diff --git a/include/cc_ublox/message/RxmSvsiPollCommon.h b/include/cc_ublox/message/RxmSvsiPollCommon.h index 4492df9e6..1780be381 100644 --- a/include/cc_ublox/message/RxmSvsiPollCommon.h +++ b/include/cc_ublox/message/RxmSvsiPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/SecSign.h b/include/cc_ublox/message/SecSign.h index 636f6f9c5..16a2cf03d 100644 --- a/include/cc_ublox/message/SecSign.h +++ b/include/cc_ublox/message/SecSign.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "SEC-SIGN" message and its fields. diff --git a/include/cc_ublox/message/SecSignCommon.h b/include/cc_ublox/message/SecSignCommon.h index 66fa1345e..4be4572c9 100644 --- a/include/cc_ublox/message/SecSignCommon.h +++ b/include/cc_ublox/message/SecSignCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/SecUniqid.h b/include/cc_ublox/message/SecUniqid.h index ff982a3a7..0a2e46276 100644 --- a/include/cc_ublox/message/SecUniqid.h +++ b/include/cc_ublox/message/SecUniqid.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "SEC-UNIQID" message and its fields. diff --git a/include/cc_ublox/message/SecUniqidCommon.h b/include/cc_ublox/message/SecUniqidCommon.h index 6f4d95626..aeb93c57a 100644 --- a/include/cc_ublox/message/SecUniqidCommon.h +++ b/include/cc_ublox/message/SecUniqidCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/SecUniqidPoll.h b/include/cc_ublox/message/SecUniqidPoll.h index 166a03751..f922eb537 100644 --- a/include/cc_ublox/message/SecUniqidPoll.h +++ b/include/cc_ublox/message/SecUniqidPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "SEC-UNIQID (Poll)" message and its fields. diff --git a/include/cc_ublox/message/SecUniqidPollCommon.h b/include/cc_ublox/message/SecUniqidPollCommon.h index da1dfa1d6..0ce4c1655 100644 --- a/include/cc_ublox/message/SecUniqidPollCommon.h +++ b/include/cc_ublox/message/SecUniqidPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimDosc.h b/include/cc_ublox/message/TimDosc.h index b9f6642a4..d97507750 100644 --- a/include/cc_ublox/message/TimDosc.h +++ b/include/cc_ublox/message/TimDosc.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-DOSC" message and its fields. diff --git a/include/cc_ublox/message/TimDoscCommon.h b/include/cc_ublox/message/TimDoscCommon.h index 396b11e6e..09b51706f 100644 --- a/include/cc_ublox/message/TimDoscCommon.h +++ b/include/cc_ublox/message/TimDoscCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimFchg.h b/include/cc_ublox/message/TimFchg.h index 2dcb74dd3..5d60fff91 100644 --- a/include/cc_ublox/message/TimFchg.h +++ b/include/cc_ublox/message/TimFchg.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-FCHG" message and its fields. diff --git a/include/cc_ublox/message/TimFchgCommon.h b/include/cc_ublox/message/TimFchgCommon.h index 2b7715fda..dc0433801 100644 --- a/include/cc_ublox/message/TimFchgCommon.h +++ b/include/cc_ublox/message/TimFchgCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimFchgPoll.h b/include/cc_ublox/message/TimFchgPoll.h index ba9cd4f1a..cc76d0526 100644 --- a/include/cc_ublox/message/TimFchgPoll.h +++ b/include/cc_ublox/message/TimFchgPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-FCHG (Poll)" message and its fields. diff --git a/include/cc_ublox/message/TimFchgPollCommon.h b/include/cc_ublox/message/TimFchgPollCommon.h index 6edad0746..d55686cd4 100644 --- a/include/cc_ublox/message/TimFchgPollCommon.h +++ b/include/cc_ublox/message/TimFchgPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimSmeas.h b/include/cc_ublox/message/TimSmeas.h index 7d6889eeb..5ba7be55a 100644 --- a/include/cc_ublox/message/TimSmeas.h +++ b/include/cc_ublox/message/TimSmeas.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-SMEAS" message and its fields. diff --git a/include/cc_ublox/message/TimSmeasCommon.h b/include/cc_ublox/message/TimSmeasCommon.h index b49e3439b..ae183c892 100644 --- a/include/cc_ublox/message/TimSmeasCommon.h +++ b/include/cc_ublox/message/TimSmeasCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimSvin.h b/include/cc_ublox/message/TimSvin.h index d56d9257d..8742092dc 100644 --- a/include/cc_ublox/message/TimSvin.h +++ b/include/cc_ublox/message/TimSvin.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-SVIN" message and its fields. diff --git a/include/cc_ublox/message/TimSvinCommon.h b/include/cc_ublox/message/TimSvinCommon.h index 1a69fdc32..9fa30c687 100644 --- a/include/cc_ublox/message/TimSvinCommon.h +++ b/include/cc_ublox/message/TimSvinCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimSvinPoll.h b/include/cc_ublox/message/TimSvinPoll.h index e8937456f..9721b2232 100644 --- a/include/cc_ublox/message/TimSvinPoll.h +++ b/include/cc_ublox/message/TimSvinPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-SVIN (Poll)" message and its fields. diff --git a/include/cc_ublox/message/TimSvinPollCommon.h b/include/cc_ublox/message/TimSvinPollCommon.h index 174172879..1fda10e85 100644 --- a/include/cc_ublox/message/TimSvinPollCommon.h +++ b/include/cc_ublox/message/TimSvinPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimTm2.h b/include/cc_ublox/message/TimTm2.h index afe231bab..2f3e9ade9 100644 --- a/include/cc_ublox/message/TimTm2.h +++ b/include/cc_ublox/message/TimTm2.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-TM2" message and its fields. diff --git a/include/cc_ublox/message/TimTm2Common.h b/include/cc_ublox/message/TimTm2Common.h index 1c272fe89..5ef3ca3ae 100644 --- a/include/cc_ublox/message/TimTm2Common.h +++ b/include/cc_ublox/message/TimTm2Common.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include diff --git a/include/cc_ublox/message/TimTm2Poll.h b/include/cc_ublox/message/TimTm2Poll.h index 3f82139db..67e419fc5 100644 --- a/include/cc_ublox/message/TimTm2Poll.h +++ b/include/cc_ublox/message/TimTm2Poll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-TM2 (Poll)" message and its fields. diff --git a/include/cc_ublox/message/TimTm2PollCommon.h b/include/cc_ublox/message/TimTm2PollCommon.h index f8e457957..8795621af 100644 --- a/include/cc_ublox/message/TimTm2PollCommon.h +++ b/include/cc_ublox/message/TimTm2PollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimTos.h b/include/cc_ublox/message/TimTos.h index bbd8db1ce..2ed441da1 100644 --- a/include/cc_ublox/message/TimTos.h +++ b/include/cc_ublox/message/TimTos.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-TOS" message and its fields. diff --git a/include/cc_ublox/message/TimTosCommon.h b/include/cc_ublox/message/TimTosCommon.h index af77d978e..ac8d67c74 100644 --- a/include/cc_ublox/message/TimTosCommon.h +++ b/include/cc_ublox/message/TimTosCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/DayCommon.h" diff --git a/include/cc_ublox/message/TimTp.h b/include/cc_ublox/message/TimTp.h index c204c1593..d94374f2d 100644 --- a/include/cc_ublox/message/TimTp.h +++ b/include/cc_ublox/message/TimTp.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-TP" message and its fields. diff --git a/include/cc_ublox/message/TimTpCommon.h b/include/cc_ublox/message/TimTpCommon.h index a6c5f8b94..d823eab55 100644 --- a/include/cc_ublox/message/TimTpCommon.h +++ b/include/cc_ublox/message/TimTpCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimTpPoll.h b/include/cc_ublox/message/TimTpPoll.h index 12c3b3c45..650b0b1ea 100644 --- a/include/cc_ublox/message/TimTpPoll.h +++ b/include/cc_ublox/message/TimTpPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-TP (Poll)" message and its fields. diff --git a/include/cc_ublox/message/TimTpPollCommon.h b/include/cc_ublox/message/TimTpPollCommon.h index 60ba21432..4b68a6b92 100644 --- a/include/cc_ublox/message/TimTpPollCommon.h +++ b/include/cc_ublox/message/TimTpPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimVcocal.h b/include/cc_ublox/message/TimVcocal.h index 993cb5ab4..eb972521a 100644 --- a/include/cc_ublox/message/TimVcocal.h +++ b/include/cc_ublox/message/TimVcocal.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-VCOCAL" message and its fields. diff --git a/include/cc_ublox/message/TimVcocalCommon.h b/include/cc_ublox/message/TimVcocalCommon.h index 5245950be..a635b2e0a 100644 --- a/include/cc_ublox/message/TimVcocalCommon.h +++ b/include/cc_ublox/message/TimVcocalCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res3Common.h" diff --git a/include/cc_ublox/message/TimVcocalExt.h b/include/cc_ublox/message/TimVcocalExt.h index 855f0b8d0..b0ce7470e 100644 --- a/include/cc_ublox/message/TimVcocalExt.h +++ b/include/cc_ublox/message/TimVcocalExt.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-VCOCAL (Extended)" message and its fields. diff --git a/include/cc_ublox/message/TimVcocalExtCommon.h b/include/cc_ublox/message/TimVcocalExtCommon.h index 207dd8974..90caffaa1 100644 --- a/include/cc_ublox/message/TimVcocalExtCommon.h +++ b/include/cc_ublox/message/TimVcocalExtCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res2Common.h" diff --git a/include/cc_ublox/message/TimVcocalPoll.h b/include/cc_ublox/message/TimVcocalPoll.h index 16a292fcb..f1fd7484b 100644 --- a/include/cc_ublox/message/TimVcocalPoll.h +++ b/include/cc_ublox/message/TimVcocalPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-VCOCAL (Poll)" message and its fields. diff --git a/include/cc_ublox/message/TimVcocalPollCommon.h b/include/cc_ublox/message/TimVcocalPollCommon.h index a6b54fbd3..0b89683ee 100644 --- a/include/cc_ublox/message/TimVcocalPollCommon.h +++ b/include/cc_ublox/message/TimVcocalPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimVcocalStop.h b/include/cc_ublox/message/TimVcocalStop.h index 90e624798..6c926a76d 100644 --- a/include/cc_ublox/message/TimVcocalStop.h +++ b/include/cc_ublox/message/TimVcocalStop.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-VCOCAL (Stop)" message and its fields. diff --git a/include/cc_ublox/message/TimVcocalStopCommon.h b/include/cc_ublox/message/TimVcocalStopCommon.h index 4aa982220..5894d0920 100644 --- a/include/cc_ublox/message/TimVcocalStopCommon.h +++ b/include/cc_ublox/message/TimVcocalStopCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/TimVrfy.h b/include/cc_ublox/message/TimVrfy.h index 499e96caf..f2bbea288 100644 --- a/include/cc_ublox/message/TimVrfy.h +++ b/include/cc_ublox/message/TimVrfy.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-VRFY" message and its fields. diff --git a/include/cc_ublox/message/TimVrfyCommon.h b/include/cc_ublox/message/TimVrfyCommon.h index 24c6c7eed..bc91baead 100644 --- a/include/cc_ublox/message/TimVrfyCommon.h +++ b/include/cc_ublox/message/TimVrfyCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/ItowCommon.h" diff --git a/include/cc_ublox/message/TimVrfyPoll.h b/include/cc_ublox/message/TimVrfyPoll.h index 72addccb3..13cebb3d8 100644 --- a/include/cc_ublox/message/TimVrfyPoll.h +++ b/include/cc_ublox/message/TimVrfyPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "TIM-VRFY (Poll)" message and its fields. diff --git a/include/cc_ublox/message/TimVrfyPollCommon.h b/include/cc_ublox/message/TimVrfyPollCommon.h index e88908bd8..d9d09373b 100644 --- a/include/cc_ublox/message/TimVrfyPollCommon.h +++ b/include/cc_ublox/message/TimVrfyPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/UpdSosAck.h b/include/cc_ublox/message/UpdSosAck.h index b412e17c9..91be4a9d8 100644 --- a/include/cc_ublox/message/UpdSosAck.h +++ b/include/cc_ublox/message/UpdSosAck.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "UPD-SOS (Ack)" message and its fields. diff --git a/include/cc_ublox/message/UpdSosAckCommon.h b/include/cc_ublox/message/UpdSosAckCommon.h index 77988288e..806261733 100644 --- a/include/cc_ublox/message/UpdSosAckCommon.h +++ b/include/cc_ublox/message/UpdSosAckCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res3Common.h" diff --git a/include/cc_ublox/message/UpdSosClear.h b/include/cc_ublox/message/UpdSosClear.h index 38fa3e829..ec297b7f6 100644 --- a/include/cc_ublox/message/UpdSosClear.h +++ b/include/cc_ublox/message/UpdSosClear.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "UPD-SOS (Clear)" message and its fields. diff --git a/include/cc_ublox/message/UpdSosClearCommon.h b/include/cc_ublox/message/UpdSosClearCommon.h index 5e63c6e04..ea61d59f9 100644 --- a/include/cc_ublox/message/UpdSosClearCommon.h +++ b/include/cc_ublox/message/UpdSosClearCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/UpdSosCreate.h b/include/cc_ublox/message/UpdSosCreate.h index faf143862..1749fab71 100644 --- a/include/cc_ublox/message/UpdSosCreate.h +++ b/include/cc_ublox/message/UpdSosCreate.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "UPD-SOS (Create)" message and its fields. diff --git a/include/cc_ublox/message/UpdSosCreateCommon.h b/include/cc_ublox/message/UpdSosCreateCommon.h index 2a0818b00..14b7eb528 100644 --- a/include/cc_ublox/message/UpdSosCreateCommon.h +++ b/include/cc_ublox/message/UpdSosCreateCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/UpdSosPoll.h b/include/cc_ublox/message/UpdSosPoll.h index 2794556a4..e5bb56198 100644 --- a/include/cc_ublox/message/UpdSosPoll.h +++ b/include/cc_ublox/message/UpdSosPoll.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "UPD-SOS (Poll)" message and its fields. diff --git a/include/cc_ublox/message/UpdSosPollCommon.h b/include/cc_ublox/message/UpdSosPollCommon.h index b115b392f..9231dc5ac 100644 --- a/include/cc_ublox/message/UpdSosPollCommon.h +++ b/include/cc_ublox/message/UpdSosPollCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of diff --git a/include/cc_ublox/message/UpdSosRestored.h b/include/cc_ublox/message/UpdSosRestored.h index 3216f6629..feb69e68e 100644 --- a/include/cc_ublox/message/UpdSosRestored.h +++ b/include/cc_ublox/message/UpdSosRestored.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of "UPD-SOS (Restored)" message and its fields. diff --git a/include/cc_ublox/message/UpdSosRestoredCommon.h b/include/cc_ublox/message/UpdSosRestoredCommon.h index acff6576c..415c79122 100644 --- a/include/cc_ublox/message/UpdSosRestoredCommon.h +++ b/include/cc_ublox/message/UpdSosRestoredCommon.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains common template parameters independent functionality of @@ -6,9 +6,7 @@ #pragma once -#include #include -#include #include #include #include "cc_ublox/field/Res3Common.h" diff --git a/include/cc_ublox/options/BareMetalDefaultOptions.h b/include/cc_ublox/options/BareMetalDefaultOptions.h index 6072abbc9..6438aa994 100644 --- a/include/cc_ublox/options/BareMetalDefaultOptions.h +++ b/include/cc_ublox/options/BareMetalDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of protocol bare metal default options. diff --git a/include/cc_ublox/options/ClientDefaultOptions.h b/include/cc_ublox/options/ClientDefaultOptions.h index eda7eccdd..ce75f4f40 100644 --- a/include/cc_ublox/options/ClientDefaultOptions.h +++ b/include/cc_ublox/options/ClientDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of protocol client default options. diff --git a/include/cc_ublox/options/DataViewDefaultOptions.h b/include/cc_ublox/options/DataViewDefaultOptions.h index 5ce15d6b6..d6cc3cc1b 100644 --- a/include/cc_ublox/options/DataViewDefaultOptions.h +++ b/include/cc_ublox/options/DataViewDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of protocol data view default options. diff --git a/include/cc_ublox/options/DefaultOptions.h b/include/cc_ublox/options/DefaultOptions.h index 42989dd2a..25baf9abe 100644 --- a/include/cc_ublox/options/DefaultOptions.h +++ b/include/cc_ublox/options/DefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of protocol default options. diff --git a/include/cc_ublox/options/ServerDefaultOptions.h b/include/cc_ublox/options/ServerDefaultOptions.h index 3c113fa36..613fd3b44 100644 --- a/include/cc_ublox/options/ServerDefaultOptions.h +++ b/include/cc_ublox/options/ServerDefaultOptions.h @@ -1,4 +1,4 @@ -// Generated by commsdsl2comms v5.1.2 +// Generated by commsdsl2comms v5.1.3 /// @file /// @brief Contains definition of protocol server default options.