mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 01:30:36 +08:00
Battery: move member initialization values to class declaration
This commit is contained in:
committed by
Lorenz Meier
parent
3917eb2d00
commit
83ac74367c
@@ -53,13 +53,6 @@ Battery::Battery() :
|
||||
_low_thr(this, "LOW_THR"),
|
||||
_crit_thr(this, "CRIT_THR"),
|
||||
_emergency_thr(this, "EMERGEN_THR"),
|
||||
_voltage_filtered_v(-1.f),
|
||||
_current_filtered_a(-1.f),
|
||||
_discharged_mah(0.f),
|
||||
_discharged_mah_loop(0.f),
|
||||
_remaining_voltage(1.f),
|
||||
_remaining(2.f),
|
||||
_scale(1.f),
|
||||
_warning(battery_status_s::BATTERY_WARNING_NONE),
|
||||
_last_timestamp(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user