44 #ifndef STATE_MACHINE_H_
45 #define STATE_MACHINE_H_
51 #include "scheduler.h"
53 #include "mavlink_waypoint_handler.h"
54 #include "simulation.h"
97 task_return_t state_machine_set_mav_mode_n_state(
state_machine_t* state_machine);
111 #endif // STATE_MACHINE_H_
The configuration structure of the remote.
Definition: remote.h:150
state_t * state
Pointer to the state structure.
Definition: state_machine.h:67
simulation_model_t * sim_model
Pointer to the simulation structure.
Definition: state_machine.h:68
The simulation model structure definition.
Definition: simulation.h:99
int8_t motor_state
State of the motors to switch on and off.
Definition: state_machine.h:64
uint8_t channel_switches
State of the switches of the remote.
Definition: state_machine.h:62
remote_t * remote
Pointer to the remote structure.
Definition: state_machine.h:69
mavlink_waypoint_handler_t * waypoint_handler
Pointer to the mavlink waypoint handler structure.
Definition: state_machine.h:66
The state structure.
Definition: state.h:79
signal_quality_t rc_check
State of the remote (receiving signal or not)
Definition: state_machine.h:63
Defines the state machine structure.
Definition: state_machine.h:60
Definition: mavlink_waypoint_handler.h:83