PX4 Firmware
PX4 Autopilot Software http://px4.io
mavlink_log.cpp File Reference
#include <drivers/drv_hrt.h>
#include <px4_platform_common/posix.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <uORB/topics/mavlink_log.h>
#include "mavlink_log.h"
Include dependency graph for mavlink_log.cpp:

Go to the source code of this file.

Functions

__EXPORT void mavlink_vasprintf (int severity, orb_advert_t *mavlink_log_pub, const char *fmt,...)
 

Function Documentation

◆ mavlink_vasprintf()

__EXPORT void mavlink_vasprintf ( int  severity,
orb_advert_t mavlink_log_pub,
const char *  fmt,
  ... 
)

Definition at line 51 of file mavlink_log.cpp.

References hrt_absolute_time(), orb_advertise_queue(), ORB_ID, orb_publish(), mavlink_log_s::severity, mavlink_log_s::text, and mavlink_log_s::timestamp.

Here is the call graph for this function: