From f63798727f06bbb60ecd02cd40220b108ee6d98d Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 5 Apr 2023 14:06:38 +0200 Subject: [PATCH] Added helper getProt() --- include/datIf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/datIf.h b/include/datIf.h index e5f7a35..9a20cb5 100644 --- a/include/datIf.h +++ b/include/datIf.h @@ -315,6 +315,9 @@ private slots: public: T_datif(QWidget *parent = nullptr); + T_prot *getProt() { return myDCIF; } + T_prot const *getProt() const { return myDCIF; } + void resetChain(void); char isPortOpen(void); void sendWRcommand(uint16_t nxtAsCmd);