aboutsummaryrefslogtreecommitdiff
path: root/include/General.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-11-27 10:30:29 -0600
committerJohn Klug <john.klug@multitech.com>2023-11-27 10:30:29 -0600
commitaa172072fd91a48cf0c14d20e6dd733d43b7c951 (patch)
tree91d23f7e99a9059d74f3d4e11e769f96470b35ea /include/General.h
parenta826d13ae7b3e20648566ddecca23bd6fe8f856b (diff)
parentee0e497a8fdb840bf63018372d101a0396913b15 (diff)
downloadmts-io-sysfs-aa172072fd91a48cf0c14d20e6dd733d43b7c951.tar.gz
mts-io-sysfs-aa172072fd91a48cf0c14d20e6dd733d43b7c951.tar.bz2
mts-io-sysfs-aa172072fd91a48cf0c14d20e6dd733d43b7c951.zip
Merge branch 'sv/digital-io' into 'master'
Sv/digital io See merge request !14
Diffstat (limited to 'include/General.h')
-rw-r--r--include/General.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/General.h b/include/General.h
index 5e32f0b..4429b3d 100644
--- a/include/General.h
+++ b/include/General.h
@@ -72,6 +72,10 @@ typedef unsigned int uint; // 32 bit - even on 64 bit machines
#define RESET_SHORT_CMD "reset_short_handler"
#define RESET_LONG_CMD "reset_long_handler"
#define KILL_SIGNAL "kill -l "
+#define STORED_DIGITAL_OUTPUTS_STATE_FILE "/var/config/pin_states.json"
+#define KEY_EXTIO "extIo"
+#define KEY_DOUTPUTS "dOutputs"
+#define KEY_DINPUTS "dInputs"
enum HardwareType {
HARDWARE_MTCDT,