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

Object metadata. More...

#include <uORB.h>

Collaboration diagram for orb_metadata:

Public Attributes

const char * o_name
 unique object name More...
 
const uint16_t o_size
 object size More...
 
const uint16_t o_size_no_padding
 object size w/o padding at the end (for logger) More...
 
const char * o_fields
 semicolon separated list of fields (with type) More...
 

Detailed Description

Object metadata.

Definition at line 50 of file uORB.h.

Member Data Documentation

◆ o_fields

const char* orb_metadata::o_fields

semicolon separated list of fields (with type)

Definition at line 54 of file uORB.h.

Referenced by px4::logger::Logger::add_topic(), px4::Replay::readAndAddSubscription(), and px4::logger::Logger::write_format().

◆ o_name

◆ o_size

◆ o_size_no_padding

const uint16_t orb_metadata::o_size_no_padding

object size w/o padding at the end (for logger)

Definition at line 53 of file uORB.h.

Referenced by px4::Replay::nextDataMessage(), and px4::Replay::readTopicDataToBuffer().


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