diff options
| author | Ján Sučan <sucanjan@fit.cvut.cz> | 2017-05-10 15:13:29 +0200 |
|---|---|---|
| committer | Ján Sučan <sucanjan@fit.cvut.cz> | 2017-05-10 15:13:29 +0200 |
| commit | 02e24f0f533fe904c3a5275c4060c10c38d7c17a (patch) | |
| tree | 19d05c60e3d6a6782c4712de960a8f6705054063 /ExitCodes.hpp | |
Uvodny commit, subory su rovnake ako na CD prilozenom k vytlacenemu texu bakalarskej prace, naviac je pridany len subor LICENCIA
Diffstat (limited to 'ExitCodes.hpp')
| -rwxr-xr-x | ExitCodes.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ExitCodes.hpp b/ExitCodes.hpp new file mode 100755 index 0000000..6c903d3 --- /dev/null +++ b/ExitCodes.hpp @@ -0,0 +1,12 @@ +#ifndef EXIT_CODES_HPP +#define EXIT_CODES_HPP 1 + +#define EXIT_MAIN_NOOP 1 +#define EXIT_USER_CONFIG 2 +#define EXIT_MAIN_FILE_INOUT 3 +#define EXIT_MAIN_PROG_VERIFY 4 +#define EXIT_MAIN_SIGNAL 5 +#define EXIT_MCU 6 +#define EXIT_SERIAL_PORT 7 + +#endif |
