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
6
enum
APP_STATES {
7
HANDSHAKE = 0,
8
NOMINAL,
9
RUNNING,
10
SYSTEM_CHECK
11
};
12
13
extern
int
current_app_state;
14
15
16
#endif
// DEFINES_H
app
NaFCSE
defines.h
Generated by
1.13.1