PX4 Firmware
PX4 Autopilot Software http://px4.io
mavlink_messages.h File Reference

MAVLink 1.0 message formatters definition. More...

#include "mavlink_stream.h"
Include dependency graph for mavlink_messages.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StreamListItem
 

Functions

const char * get_stream_name (const uint16_t msg_id)
 
MavlinkStreamcreate_mavlink_stream (const char *stream_name, Mavlink *mavlink)
 
void get_mavlink_navigation_mode (const struct vehicle_status_s *const status, uint8_t *mavlink_base_mode, union px4_custom_mode *custom_mode)
 

Detailed Description

MAVLink 1.0 message formatters definition.

Author
Anton Babushkin anton.nosp@m..bab.nosp@m.ushki.nosp@m.n@me.nosp@m..com

Definition in file mavlink_messages.h.

Function Documentation

◆ create_mavlink_stream()

MavlinkStream* create_mavlink_stream ( const char *  stream_name,
Mavlink mavlink 
)

Definition at line 5142 of file mavlink_messages.cpp.

Referenced by Mavlink::configure_stream(), and StreamListItem::StreamListItem().

Here is the caller graph for this function:

◆ get_mavlink_navigation_mode()

◆ get_stream_name()

const char* get_stream_name ( const uint16_t  msg_id)

Definition at line 5130 of file mavlink_messages.cpp.

Referenced by MavlinkReceiver::set_message_interval(), and StreamListItem::StreamListItem().

Here is the caller graph for this function: