N4 Flight Software
N4
Flight software used for the N4 flight computers
Loading...
Searching...
No Matches
states.h
Go to the documentation of this file.
1
6
#ifndef STATES_H
7
#define STATES_H
8
9
typedef
enum
{
10
PRE_FLIGHT_GROUND = 0,
11
POWERED_FLIGHT,
12
COASTING,
13
APOGEE,
14
DROGUE_DEPLOY,
15
DROGUE_DESCENT,
16
MAIN_DEPLOY,
17
MAIN_DESCENT,
18
POST_FLIGHT_GROUND
19
} ARMED_FLIGHT_STATE;
20
21
#endif
n4-flight-software
src
states.h
Generated by
1.13.1