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

RX configuration parameters. More...

#include <radio.hpp>

Public Attributes

uint32_t freq
 The desired RX frequency to set.
uint8_t preamble_len
 The length of the preamble in bytes.
uint32_t sync
 The synchronization word.
fsk_conf fsk
 FSK parameters.
rf_frontend::rx_gain_params gain
 Gain settings to set.
rf_frontend::filter filter
 Hardware filter selection.

Detailed Description

RX configuration parameters.

Definition at line 298 of file radio.hpp.

Member Data Documentation

◆ filter

rf_frontend::filter satnogs::comms::lib::radio::rx_conf::filter

Hardware filter selection.

Definition at line 306 of file radio.hpp.

◆ freq

uint32_t satnogs::comms::lib::radio::rx_conf::freq

The desired RX frequency to set.

Definition at line 301 of file radio.hpp.

◆ fsk

fsk_conf satnogs::comms::lib::radio::rx_conf::fsk

FSK parameters.

Definition at line 304 of file radio.hpp.

◆ gain

rf_frontend::rx_gain_params satnogs::comms::lib::radio::rx_conf::gain

Gain settings to set.

Definition at line 305 of file radio.hpp.

◆ preamble_len

uint8_t satnogs::comms::lib::radio::rx_conf::preamble_len

The length of the preamble in bytes.

Definition at line 302 of file radio.hpp.

◆ sync

uint32_t satnogs::comms::lib::radio::rx_conf::sync

The synchronization word.

Definition at line 303 of file radio.hpp.


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