N4 Flight Software
N4
Flight software used for the N4 flight computers
Loading...
Searching...
No Matches
state_machine.h
1
#ifndef STATE_MACHINE_H
2
#define STATE_MACHINE_H
3
4
#include "
defs.h
"
5
6
class
State_machine
{
7
8
public
:
9
int32_t checkState(
float
,
float
);
10
};
11
12
int32_t State_machine::checkState(
float
,
float
){
13
return
PRE_FLIGHT;
14
}
15
16
#endif
State_machine
Definition
state_machine.h:6
defs.h
necessary miscellaneous defines for various tasks and functions
n4-flight-software
include
state_machine.h
Generated by
1.13.1