|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Electrical status (bat voltage) for NPS. More...
This graph shows which files directly or indirectly include this file: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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| struct NpsElectrical nps_electrical |
Definition at line 31 of file nps_electrical.c.
Referenced by nps_electrical_init(), and nps_electrical_run_step().