From d05d799d9774291f7bc15de4819510b457b20ffd Mon Sep 17 00:00:00 2001
From: Janis Streib <me@janis-streib.de>
Date: Tue, 01 Feb 2022 12:32:39 +0100
Subject: [PATCH] UPD: send enumare all sensors and check., if sensors are active

---
 src/G4Hub.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/G4Hub.h b/src/G4Hub.h
index 6187838..aef97f6 100644
--- a/src/G4Hub.h
+++ b/src/G4Hub.h
@@ -20,6 +20,7 @@
 	int GetId();
 	void SetPnoData(float* pno,int sen);
 	float (*GetPnoData())[6];
+	bool IsSenActive(int i);
 	CG4Hub();
 	virtual ~CG4Hub();
 

--
Gitblit v1.9.1