QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
LibEvents.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdlib>
4#include <cstdarg>
5
6void qgc_events_debug_printf(const char *fmt, ...);
7void qgc_events_parser_debug_printf(const char *fmt, ...);
8
9#define LIBEVENTS_DEBUG_PRINTF qgc_events_debug_printf
10#define LIBEVENTS_PARSER_DEBUG_PRINTF qgc_events_parser_debug_printf
11
12#include <MAVLinkLib.h>
13
14#include "protocol/receive.h"
15#include "parse/health_and_arming_checks.h"
16#include "generated/events_generated.h"
void qgc_events_debug_printf(const char *fmt,...)
Definition LibEvents.cc:8
void qgc_events_parser_debug_printf(const char *fmt,...)
Definition LibEvents.cc:23