SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
satnogs::comms::lib::radio::rx_msg Class Reference

The RX message accompanied by its metadata. More...

#include <radio.hpp>

Public Attributes

uint8_t pdu [AT86RF215_MAX_PDU]
 Buffer to hold the received frame.
rx_info info
 Metadata.

Detailed Description

The RX message accompanied by its metadata.

Note
The maximum frame size is bounded by the FIFO of the AT86RF215 and it is 2047 bytes

Definition at line 288 of file radio.hpp.

Member Data Documentation

◆ info

rx_info satnogs::comms::lib::radio::rx_msg::info

Metadata.

Definition at line 292 of file radio.hpp.

◆ pdu

uint8_t satnogs::comms::lib::radio::rx_msg::pdu[AT86RF215_MAX_PDU]

Buffer to hold the received frame.

Definition at line 291 of file radio.hpp.


The documentation for this class was generated from the following file:
  • libsatnogs-comms/include/satnogs-comms-lib/radio.hpp