Added helper getProt()

This commit is contained in:
Gerhard Hoffmann 2023-04-05 14:06:38 +02:00
parent 898f0a4af8
commit f63798727f

View File

@ -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);