Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Data Structures | |
struct | NpsElectrical |
Functions | |
void | nps_electrical_init (void) |
void | nps_electrical_run_step (double time) |
Variables | |
struct NpsElectrical | nps_electrical |
Electrical status (bat voltage) for NPS.
Definition in file nps_electrical.h.
struct NpsElectrical |
Definition at line 30 of file nps_electrical.h.
Data Fields | ||
---|---|---|
float | supply_voltage |
void nps_electrical_init | ( | void | ) |
Definition at line 33 of file nps_electrical.c.
References nps_electrical, and NpsElectrical::supply_voltage.
Referenced by nps_autopilot_init().
void nps_electrical_run_step | ( | double | time | ) |
Definition at line 44 of file nps_electrical.c.
References electrical, nps_electrical, NpsElectrical::supply_voltage, and Electrical::vsupply.
Referenced by nps_autopilot_run_step().
struct NpsElectrical nps_electrical |
Definition at line 31 of file nps_electrical.c.
Referenced by nps_electrical_init(), and nps_electrical_run_step().