Skip to content

Commit

Permalink
Fixing generation of the protocol transport message by the commsdsl2t…
Browse files Browse the repository at this point in the history
…ools_qt.
  • Loading branch information
arobenko committed Dec 25, 2024
1 parent 4e33899 commit 22229c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commsdsl2tools_qt/src/ToolsQtFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ std::string ToolsQtFrame::toolsProtTransportMsgReadFuncInternal(const commsdsl::

static const std::string Templ =
"template <typename TIter>\n"
"comms::ErrorStatus read(TIter& iter, std::size_t len)\n"
"comms::ErrorStatus doRead(TIter& iter, std::size_t len)\n"
"{\n"
" len -= #^#OFFSET#$#;\n"
" auto es = Base::template doReadUntilAndUpdateLen<#^#IDX#$#>(iter, len);\n"
Expand Down

0 comments on commit 22229c9

Please sign in to comment.