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

first bytes of the file More...

#include <messages.h>

Collaboration diagram for ulog_file_header_s:

Public Attributes

uint8_t magic [8]
 
uint64_t timestamp
 

Detailed Description

first bytes of the file

Definition at line 56 of file messages.h.

Member Data Documentation

◆ magic

uint8_t ulog_file_header_s::magic[8]

Definition at line 57 of file messages.h.

Referenced by px4::logger::Logger::write_header().

◆ timestamp

uint64_t ulog_file_header_s::timestamp

Definition at line 58 of file messages.h.

Referenced by px4::logger::Logger::write_header().


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