QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
libevents_includes.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdlib>
4#include <cstdarg>
5
6#include <QtCore/QLoggingCategory>
7
9
10void qgc_events_parser_debug_printf(const char *fmt, ...);
11
12//#define LIBEVENTS_PARSER_DEBUG_PRINTF qgc_events_parser_debug_printf
13#define LIBEVENTS_DEBUG_PRINTF qgc_events_parser_debug_printf
14
15#include <MAVLinkLib.h>
16
17#include "protocol/receive.h"
18#include "parse/health_and_arming_checks.h"
19#include "parse/parser.h"
20#include "generated/events_generated.h"
Q_DECLARE_LOGGING_CATEGORY(AndroidSerialLog)
void qgc_events_parser_debug_printf(const char *fmt,...)
Definition logging.cpp:7