|
| 1 | +// Generated by commsdsl2tools_qt v7.0.0 |
| 2 | + |
| 3 | +#include "UbloxFrame.h" |
| 4 | + |
| 5 | +#include "cc_tools_qt/ToolsFrameBase.h" |
| 6 | +#include "cc_tools_qt_plugin/Message/cc_ublox/Message.h" |
| 7 | +#include "cc_tools_qt_plugin/Message/cc_ublox/factory/MsgFactory.h" |
| 8 | +#include "cc_tools_qt_plugin/Message/cc_ublox/frame/UbloxFrameTransportMessage.h" |
| 9 | +#include "cc_tools_qt_plugin/cc_ublox/Version.h" |
| 10 | +#include "cc_tools_qt_plugin/cc_ublox/options/DefaultOptions.h" |
| 11 | +#include "cc_ublox/frame/UbloxFrame.h" |
| 12 | + |
| 13 | +namespace cc_tools_qt_plugin |
| 14 | +{ |
| 15 | + |
| 16 | +namespace Message |
| 17 | +{ |
| 18 | + |
| 19 | +namespace cc_ublox |
| 20 | +{ |
| 21 | + |
| 22 | +namespace frame |
| 23 | +{ |
| 24 | + |
| 25 | +namespace |
| 26 | +{ |
| 27 | +using ProtUbloxFrame = |
| 28 | + ::cc_ublox::frame::UbloxFrame< |
| 29 | + cc_tools_qt_plugin::Message::cc_ublox::Message::ProtInterface, |
| 30 | + ::cc_ublox::input::AllMessages<cc_tools_qt_plugin::Message::cc_ublox::Message::ProtInterface, cc_tools_qt_plugin::cc_ublox::options::DefaultOptions>, |
| 31 | + cc_tools_qt_plugin::cc_ublox::options::DefaultOptions |
| 32 | + >; |
| 33 | +}// namespace |
| 34 | + |
| 35 | +class UbloxFrameImpl : public |
| 36 | + cc_tools_qt::ToolsFrameBase< |
| 37 | + cc_tools_qt_plugin::Message::cc_ublox::Message, |
| 38 | + ProtUbloxFrame, |
| 39 | + cc_tools_qt_plugin::Message::cc_ublox::factory::MsgFactory, |
| 40 | + cc_tools_qt_plugin::Message::cc_ublox::frame::UbloxFrameTransportMessage |
| 41 | + > |
| 42 | +{ |
| 43 | +}; |
| 44 | + |
| 45 | +UbloxFrame::UbloxFrame() : |
| 46 | + m_pImpl(new UbloxFrameImpl){ |
| 47 | +} |
| 48 | + |
| 49 | +UbloxFrame::~UbloxFrame() = default; |
| 50 | + |
| 51 | +cc_tools_qt::ToolsMessagesList UbloxFrame::readDataImpl(const cc_tools_qt::ToolsDataInfo& dataInfo, bool final) |
| 52 | +{ |
| 53 | + return m_pImpl->readData(dataInfo, final); |
| 54 | +} |
| 55 | + |
| 56 | +void UbloxFrame::updateMessageImpl(cc_tools_qt::ToolsMessage& msg) |
| 57 | +{ |
| 58 | + return m_pImpl->updateMessage(msg); |
| 59 | +} |
| 60 | + |
| 61 | +cc_tools_qt::ToolsMessagePtr UbloxFrame::createInvalidMessageImpl() |
| 62 | +{ |
| 63 | + return m_pImpl->createInvalidMessage(); |
| 64 | +} |
| 65 | + |
| 66 | +cc_tools_qt::ToolsMessagePtr UbloxFrame::createRawDataMessageImpl() |
| 67 | +{ |
| 68 | + return m_pImpl->createRawDataMessage(); |
| 69 | +} |
| 70 | + |
| 71 | +cc_tools_qt::ToolsMessagePtr UbloxFrame::createExtraInfoMessageImpl() |
| 72 | +{ |
| 73 | + return m_pImpl->createExtraInfoMessage(); |
| 74 | +} |
| 75 | + |
| 76 | +cc_tools_qt::ToolsMessagesList UbloxFrame::createAllMessagesImpl() |
| 77 | +{ |
| 78 | + return m_pImpl->createAllMessages(); |
| 79 | +} |
| 80 | + |
| 81 | +cc_tools_qt::ToolsMessagePtr UbloxFrame::createMessageImpl(const QString& idAsString, unsigned idx) |
| 82 | +{ |
| 83 | + return m_pImpl->createMessage(idAsString, idx); |
| 84 | +} |
| 85 | + |
| 86 | +} // namespace frame |
| 87 | + |
| 88 | +} // namespace cc_ublox |
| 89 | + |
| 90 | +} // namespace Message |
| 91 | + |
| 92 | +} // namespace cc_tools_qt_plugin |
0 commit comments