|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <cstdlib>#include <cstdarg>#include <QtCore/QLoggingCategory>#include <MAVLinkLib.h>#include "protocol/receive.h"#include "parse/health_and_arming_checks.h"#include "parse/parser.h"#include "generated/events_generated.h"
Include dependency graph for libevents_includes.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_parser_debug_printf |
Functions | |
| void | qgc_events_parser_debug_printf (const char *fmt,...) |
| #define LIBEVENTS_DEBUG_PRINTF qgc_events_parser_debug_printf |
Definition at line 13 of file libevents_includes.h.
| void qgc_events_parser_debug_printf | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 7 of file logging.cpp.