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

Metadata for a received frame. More...

#include <radio.hpp>

Public Attributes

float rssi
float edv
 Not currently in use.
uint32_t len
 The frame length.

Detailed Description

Metadata for a received frame.

Definition at line 272 of file radio.hpp.

Member Data Documentation

◆ edv

float satnogs::comms::lib::radio::rx_info::edv

Not currently in use.

Definition at line 277 of file radio.hpp.

◆ len

uint32_t satnogs::comms::lib::radio::rx_info::len

The frame length.

Definition at line 278 of file radio.hpp.

◆ rssi

float satnogs::comms::lib::radio::rx_info::rssi

RSSI of the frame in dB. Can be NaN if the RSSI cannot be calculated

Definition at line 275 of file radio.hpp.


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