aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-29 13:13:07 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-29 13:13:07 +0100
commit8d453fb28dc7c07f0453d8d1063e5d2e72b9a320 (patch)
treeb7143d7595a797083da4fafe8334c2250404ce74 /inc
parentls still not working (diff)
downloadlowbat-gnu-8d453fb28dc7c07f0453d8d1063e5d2e72b9a320.tar.gz
lowbat-gnu-8d453fb28dc7c07f0453d8d1063e5d2e72b9a320.tar.bz2
lowbat-gnu-8d453fb28dc7c07f0453d8d1063e5d2e72b9a320.tar.xz
lowbat-gnu-8d453fb28dc7c07f0453d8d1063e5d2e72b9a320.tar.zst
lowbat-gnu-8d453fb28dc7c07f0453d8d1063e5d2e72b9a320.zip
oop rework in progress
Diffstat (limited to 'inc')
-rw-r--r--inc/jo_lowbat.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp
index fd00892..57da23a 100644
--- a/inc/jo_lowbat.hpp
+++ b/inc/jo_lowbat.hpp
@@ -2,9 +2,19 @@
#define JO_LOWBAT_HPP
#include <string>
+#include <cstdint>
using namespace std;
+class Lowbat {
+public:
+ uint8_t jo_testAcpi(void);
+ int jo_notify(const string);
+ int jo_speak(const string);
+ string jo_exec(const char*);
+private:
+};
+
int jo_notify(const string);
int jo_speak (const string);
string jo_exec (const char*);