Nakuja Flight Computer Testing and Simulation Engine (NaFCTSE) 1.0
A testing and verification tool for the Nakuja Rocket Project flight computers
Loading...
Searching...
No Matches
defines.h
1#ifndef DEFINES_H
2#define DEFINES_H
3#include <QtTypes>
4
6enum APP_STATES {
7 HANDSHAKE = 0,
8 NOMINAL,
9 RUNNING,
10 SYSTEM_CHECK
11};
12
13extern int current_app_state;
14
15
16#endif // DEFINES_H