summaryrefslogtreecommitdiff
path: root/riff/DUT.h
diff options
context:
space:
mode:
Diffstat (limited to 'riff/DUT.h')
-rw-r--r--riff/DUT.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/riff/DUT.h b/riff/DUT.h
index 98ddd1b..2303458 100644
--- a/riff/DUT.h
+++ b/riff/DUT.h
@@ -27,6 +27,9 @@
#include <string>
#include <vector>
+#define MAX_LCD_LONGDESC 512
+#define MAX_LCD_SHORTDESC 128
+
/**
* @brief Class that wraps all parameters related to the connected device.
*
@@ -118,6 +121,7 @@ private:
bool shutdown_;
static void* ExecutionThreadFunction(void* arg);
void executeSequence();
+ void displayLCDError(uint32 errorno);
};
/* @} */