diff options
Diffstat (limited to 'src/InputInterface.h')
-rw-r--r-- | src/InputInterface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/InputInterface.h b/src/InputInterface.h index 739ca3f..b582c33 100644 --- a/src/InputInterface.h +++ b/src/InputInterface.h @@ -31,4 +31,7 @@ class InputInterface { * runtime_error. */ virtual void prepare(void) = 0; + + /*! Return true if the input detected some sort of fault */ + virtual bool fault_detected(void) const = 0; }; |