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

#include <ubx.h>

Collaboration diagram for ubx_payload_rx_mon_rf_t:

Classes

struct  ubx_payload_rx_mon_rf_block_t
 

Public Attributes

uint8_t version
 
uint8_t nBlocks
 number of RF blocks included More...
 
uint8_t reserved1 [2]
 
ubx_payload_rx_mon_rf_block_t block [1]
 only read out the first block More...
 

Detailed Description

Definition at line 531 of file ubx.h.

Member Data Documentation

◆ block

ubx_payload_rx_mon_rf_block_t ubx_payload_rx_mon_rf_t::block[1]

only read out the first block

Definition at line 553 of file ubx.h.

Referenced by GPSDriverUBX::payloadRxDone().

◆ nBlocks

uint8_t ubx_payload_rx_mon_rf_t::nBlocks

number of RF blocks included

Definition at line 533 of file ubx.h.

◆ reserved1

uint8_t ubx_payload_rx_mon_rf_t::reserved1[2]

Definition at line 534 of file ubx.h.

◆ version

uint8_t ubx_payload_rx_mon_rf_t::version

Definition at line 532 of file ubx.h.


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