32 #ifndef ROSFLIGHT_FIRMWARE_ROSFLIGHT_H 33 #define ROSFLIGHT_FIRMWARE_ROSFLIGHT_H 93 #endif // ROSFLIGHT_FIRMWARE_ROSFLIGHT_H
static constexpr size_t num_param_listeners_
CommManager comm_manager_
ParamListenerInterface *const param_listeners_[num_param_listeners_]
uint32_t get_loop_time_us()
void run()
Main loop for the ROSflight autopilot flight stack.
StateManager state_manager_
CommandManager command_manager_
void init()
Main initialization routine for the ROSflight autopilot flight stack.
ROSflight(Board &board, CommLinkInterface &comm_link)