diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-09 16:02:56 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-09 16:02:56 +0100 |
commit | 35e0c0f16f58a7503045de5e047e029dd06983a2 (patch) | |
tree | c2cf5661ae346644cb1c3eee7aeb2eb9edabffc6 /monitor/mon.h | |
parent | f8c7333c7045ee9e4dae38933c29c6db12dd2501 (diff) | |
download | SystDigit-Projet-35e0c0f16f58a7503045de5e047e029dd06983a2.tar.gz SystDigit-Projet-35e0c0f16f58a7503045de5e047e029dd06983a2.zip |
Added FEED/FED signals in protocol.
Diffstat (limited to 'monitor/mon.h')
-rw-r--r-- | monitor/mon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/mon.h b/monitor/mon.h index 32d60c4..4430e5f 100644 --- a/monitor/mon.h +++ b/monitor/mon.h @@ -20,6 +20,7 @@ typedef struct { } t_input; typedef enum { + MS_PERROR, MS_FINISH, MS_RUN, MS_AUTO, |