|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <cstdlib>#include <cstdarg>#include <MAVLinkLib.h>#include "protocol/receive.h"#include "parse/health_and_arming_checks.h"#include "generated/events_generated.h"
Include dependency graph for LibEvents.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | LIBEVENTS_DEBUG_PRINTF qgc_events_debug_printf |
| #define | LIBEVENTS_PARSER_DEBUG_PRINTF qgc_events_parser_debug_printf |
Functions | |
| void | qgc_events_debug_printf (const char *fmt,...) |
| void | qgc_events_parser_debug_printf (const char *fmt,...) |
| #define LIBEVENTS_DEBUG_PRINTF qgc_events_debug_printf |
Definition at line 9 of file LibEvents.h.
| #define LIBEVENTS_PARSER_DEBUG_PRINTF qgc_events_parser_debug_printf |
Definition at line 10 of file LibEvents.h.
| void qgc_events_debug_printf | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 8 of file LibEvents.cc.
| void qgc_events_parser_debug_printf | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 23 of file LibEvents.cc.