Skip to content

Commit 5c723d6

Browse files
committed
Release v3.0.4
2 parents 79be00c + a44c630 commit 5c723d6

646 files changed

Lines changed: 667 additions & 650 deletions

File tree

Some content is hidden

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

cc_tools_qt_plugin/Message/cc_ublox/Message.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#include "Message.h"
44

cc_tools_qt_plugin/Message/cc_ublox/Message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_ublox/factory/MsgFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#include "MsgFactory.h"
44

cc_tools_qt_plugin/Message/cc_ublox/factory/MsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_ublox/frame/UbloxFrame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#include "UbloxFrame.h"
44

cc_tools_qt_plugin/Message/cc_ublox/frame/UbloxFrame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_ublox/frame/UbloxFrameProtTransportMessage.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#pragma once
44

@@ -57,11 +57,11 @@ class UbloxFrameProtTransportMessage : public
5757
template <typename TIter>
5858
comms::ErrorStatus doRead(TIter& iter, std::size_t len)
5959
{
60-
len -= 2U;
61-
auto es = Base::template doReadUntilAndUpdateLen<4U>(iter, len);
60+
len -= 2;
61+
auto es = Base::template doReadUntilAndUpdateLen<4>(iter, len);
6262
if (es == comms::ErrorStatus::Success) {
63-
len += 2U;
64-
es = Base::template doReadFrom<4U>(iter, len);
63+
len += 2;
64+
es = Base::template doReadFrom<4>(iter, len);
6565
}
6666

6767
return es;

cc_tools_qt_plugin/Message/cc_ublox/frame/UbloxFrameTransportMessage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#include "UbloxFrameTransportMessage.h"
44

cc_tools_qt_plugin/Message/cc_ublox/frame/UbloxFrameTransportMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_ublox/message/AckAck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.1.0
1+
// Generated by commsdsl2tools_qt v7.3.0
22

33
#include "AckAck.h"
44

0 commit comments

Comments
 (0)