QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
LibEvents.h File Reference
#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,...)
 

Macro Definition Documentation

◆ LIBEVENTS_DEBUG_PRINTF

#define LIBEVENTS_DEBUG_PRINTF   qgc_events_debug_printf

Definition at line 9 of file LibEvents.h.

◆ LIBEVENTS_PARSER_DEBUG_PRINTF

#define LIBEVENTS_PARSER_DEBUG_PRINTF   qgc_events_parser_debug_printf

Definition at line 10 of file LibEvents.h.

Function Documentation

◆ qgc_events_debug_printf()

void qgc_events_debug_printf ( const char *  fmt,
  ... 
)

Definition at line 8 of file LibEvents.cc.

◆ qgc_events_parser_debug_printf()

void qgc_events_parser_debug_printf ( const char *  fmt,
  ... 
)

Definition at line 23 of file LibEvents.cc.