ardupilot/libraries/AP_Notify
Lucas De Marchi 9764bb2452 AP_Notify: use functor macros
Functor is not yet being used but let's make is macro fallback to the
previous Delegate implementation for easy of transition between the two.
2015-05-26 13:46:54 +10:00
..
examples AP_Notify: fix for HAL_SITL rename 2015-05-05 09:45:56 +10:00
AP_BoardLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
AP_BoardLED.h AP_Notify: fix for HAL_SITL rename 2015-05-05 09:45:56 +10:00
AP_Notify.cpp Notify: disable oreoled by default 2015-03-02 16:58:14 +09:00
AP_Notify.h Notify: minor format fix 2015-04-27 12:10:17 +09:00
Buzzer.cpp Notify: remove GPS glitch notification 2015-03-13 16:40:41 +09:00
Buzzer.h Notify: remove GPS glitch notification 2015-03-13 16:40:41 +09:00
ExternalLED.cpp Notify: remove GPS glitch notification 2015-03-13 16:40:41 +09:00
ExternalLED.h Notify: remove reliance on Led class 2014-12-26 13:06:24 +09:00
NavioLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED_I2C.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED_I2C.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NotifyDevice.h Notify: add support for handle_led_control 2015-03-02 16:58:06 +09:00
OreoLED_PX4.cpp AP_Notify: use functor macros 2015-05-26 13:46:54 +10:00
OreoLED_PX4.h OreoLED_PX4: available only on PX4 2015-03-02 16:58:17 +09:00
RGBLed.cpp Notify: remove GPS glitch notification 2015-03-13 16:40:41 +09:00
RGBLed.h Notify: remove reliance on Led class 2014-12-26 13:06:24 +09:00
ToneAlarm_Linux.cpp Notify: remove GPS glitch notification 2015-03-13 16:40:41 +09:00
ToneAlarm_Linux.h Notify: remove GPS glitch notification 2015-03-13 16:40:41 +09:00
ToneAlarm_PX4.cpp Notify: ToneAlarm fix to stopping continuous tones 2015-04-13 17:44:45 +09:00
ToneAlarm_PX4.h Notify: rename lost_copter to vehicle_lost 2015-04-13 17:44:44 +09:00
ToshibaLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED_I2C.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED_I2C.h AP_Notify: added missing files 2013-08-30 13:01:35 +10:00
ToshibaLED_PX4.cpp AP_Notify: use functor macros 2015-05-26 13:46:54 +10:00
ToshibaLED_PX4.h AP_Notify: avoid suspend_timer_procs() by using atomic updates in ToshibaLED_PX4 2014-08-22 21:13:11 +10:00
VRBoard_LED.cpp AP_Notify: use RGB driver for board led in VRBRAIN boards. 2015-02-02 08:43:59 +11:00
VRBoard_LED.h AP_Notify: use RGB driver for board led in VRBRAIN boards. 2015-02-02 08:43:59 +11:00