PX4 Firmware
PX4 Autopilot Software http://px4.io
mavlink_command_sender.cpp File Reference

Mavlink commands sender with support for retransmission. More...

#include "mavlink_command_sender.h"
#include <px4_platform_common/log.h>
Include dependency graph for mavlink_command_sender.cpp:

Go to the source code of this file.

Macros

#define CMD_DEBUG(FMT, ...)   PX4_LOG_NAMED_COND("cmd sender", _debug_enabled, FMT, ##__VA_ARGS__)
 

Detailed Description

Mavlink commands sender with support for retransmission.

Author
Julian Oes julia.nosp@m.n@oe.nosp@m.s.ch

Definition in file mavlink_command_sender.cpp.

Macro Definition Documentation

◆ CMD_DEBUG

#define CMD_DEBUG (   FMT,
  ... 
)    PX4_LOG_NAMED_COND("cmd sender", _debug_enabled, FMT, ##__VA_ARGS__)