ardupilot/libraries/AP_BattMonitor
Lucas De Marchi f36e8d9c05 AP_HAL_Linux: remove AP_HAL_Linux_Namespace header
This centralized namespace header encourages centralizing things on
umbrella headers that are a pain to maintain. Force each part of
AP_HAL_Linux to include what is used.

While at it, do some whitespace cleanups and minor changes to adhere to
coding style.
2016-07-29 20:25:03 -03:00
..
examples/AP_BattMonitor_test waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
AP_BattMonitor.cpp AP_BattMonitor: move vehicle dependant code to be c-file only, not header 2016-07-25 18:10:57 -07:00
AP_BattMonitor.h AP_BattMonitor: move vehicle dependant code to be c-file only, not header 2016-07-25 18:10:57 -07:00
AP_BattMonitor_Analog.cpp AP_BattMonitor: use millis/micros/panic functions 2015-11-20 12:29:45 +09:00
AP_BattMonitor_Analog.h AP_BattMonitor: remove support for flymaple 2016-05-23 21:49:45 -03:00
AP_BattMonitor_Backend.cpp AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_Backend.h AP_BattMonitor: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
AP_BattMonitor_Bebop.cpp AP_HAL_Linux: remove AP_HAL_Linux_Namespace header 2016-07-29 20:25:03 -03:00
AP_BattMonitor_Bebop.h AP_BattMonitor: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
AP_BattMonitor_SMBus.h AP_BattMonitor: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
AP_BattMonitor_SMBus_I2C.cpp AP_BattMonitor: AP_BattMonitor_SMBus: fix after conversion to I2CDevice 2016-07-22 13:10:51 -03:00
AP_BattMonitor_SMBus_I2C.h AP_BattMonitor: AP_BattMonitor_SMBus: fix after conversion to I2CDevice 2016-07-22 13:10:51 -03:00
AP_BattMonitor_SMBus_PX4.cpp AP_BattMonitor_SMBus: set AP_Notify powering_off flag 2016-04-21 10:04:37 +10:00
AP_BattMonitor_SMBus_PX4.h AP_BattMonitor: replace header guard with pragma once 2016-02-18 14:52:34 -02:00