PX4 Firmware
PX4 Autopilot Software http://px4.io
ulog_message_info_header_s Struct Reference

#include <messages.h>

Collaboration diagram for ulog_message_info_header_s:

Public Attributes

uint16_t msg_size
 
uint8_t msg_type = static_cast<uint8_t>(ULogMessageType::INFO)
 
uint8_t key_len
 
char key [255]
 

Detailed Description

Definition at line 111 of file messages.h.

Member Data Documentation

◆ key

char ulog_message_info_header_s::key[255]

◆ key_len

uint8_t ulog_message_info_header_s::key_len

◆ msg_size

uint16_t ulog_message_info_header_s::msg_size

◆ msg_type

uint8_t ulog_message_info_header_s::msg_type = static_cast<uint8_t>(ULogMessageType::INFO)

The documentation for this struct was generated from the following file: