APM:Libraries
|
#include <AP_BoardLED.h>
Public Member Functions | |
bool | init (void) |
void | update (void) |
Public Member Functions inherited from NotifyDevice | |
virtual | ~NotifyDevice () |
virtual void | handle_led_control (mavlink_message_t *msg) |
virtual void | handle_play_tune (mavlink_message_t *msg) |
Private Attributes | |
uint8_t | _counter |
Additional Inherited Members | |
Public Attributes inherited from NotifyDevice | |
const AP_Notify * | pNotify |
Definition at line 25 of file AP_BoardLED.h.
|
virtual |
Implements NotifyDevice.
Definition at line 168 of file AP_BoardLED.cpp.
Referenced by setup().
|
virtual |
Implements NotifyDevice.
Definition at line 169 of file AP_BoardLED.cpp.
|
private |
Definition at line 36 of file AP_BoardLED.h.