Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
Interface for electrical status: supply voltage, current, battery status, etc. More...
#include "std.h"
#include "generated/airframe.h"
Go to the source code of this file.
Data Structures | |
struct | Electrical |
Macros | |
#define | LOW_BAT_LEVEL 10.5 |
low battery level in Volts (for 3S LiPo) More... | |
#define | CRITIC_BAT_LEVEL 9.8 |
critical battery level in Volts (for 3S LiPo) More... | |
Functions | |
void | electrical_init (void) |
void | electrical_periodic (void) |
Variables | |
struct Electrical | electrical |
Interface for electrical status: supply voltage, current, battery status, etc.
Definition in file electrical.h.
struct Electrical |
Definition at line 44 of file electrical.h.
#define CRITIC_BAT_LEVEL 9.8 |
critical battery level in Volts (for 3S LiPo)
Definition at line 41 of file electrical.h.
Referenced by electrical_periodic().
#define LOW_BAT_LEVEL 10.5 |
low battery level in Volts (for 3S LiPo)
Definition at line 36 of file electrical.h.
Referenced by electrical_periodic(), and max7456_periodic().
void electrical_init | ( | void | ) |
Definition at line 100 of file electrical.c.
References adc_buf_channel(), ADC_CHANNEL_CURRENT, ADC_CHANNEL_VSUPPLY, Electrical::bat_critical, Electrical::bat_low, Electrical::charge, Electrical::current, CURRENT_ESTIMATION_NONLINEARITY, DEFAULT_AV_NB_SAMPLE, Electrical::energy, and Electrical::vsupply.
Referenced by init_fbw(), and main_init().
void electrical_periodic | ( | void | ) |
Definition at line 123 of file electrical.c.
References autopilot_throttle_killed(), BAT_CHECKER_DELAY, Electrical::bat_critical, Electrical::bat_low, Electrical::charge, commands, CRITIC_BAT_LEVEL, Electrical::current, ELECTRICAL_PERIODIC_FREQ, Electrical::energy, LOW_BAT_LEVEL, MAX_PPRZ, MilliAmpereOfAdc, MIN_BAT_LEVEL, period_to_hour, VoltageOfAdc, and Electrical::vsupply.
Referenced by handle_periodic_tasks(), handle_periodic_tasks_fbw(), and sim_periodic_task().
struct Electrical electrical |
Definition at line 66 of file electrical.c.
Referenced by actuators_bebop_commit(), actuators_disco_commit(), bat_checker_periodic(), bat_read(), bat_voltage_ardrone2_periodic(), battery_monitor_read_bus(), ezcurrent_read_event(), failsafe_check(), generic_com_periodic(), gsm_send_report_continue(), guidance_h_module_run(), guidance_v_module_run(), handle_battery(), hott_update_eam_msg(), intermcu_send_status(), mavlink_send_battery_status(), mavlink_send_sys_status(), max7456_periodic(), nps_electrical_run_step(), rpm_sensor_send_motor(), send_energy(), send_fbw_status(), send_imu_mag_current(), send_status(), and update_bat().