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

#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.
float gain
 TX gain.

Detailed Description

Definition at line 309 of file radio.hpp.

Member Data Documentation

◆ freq

uint32_t satnogs::comms::lib::radio::tx_conf::freq

The desired RX frequency to set.

Definition at line 312 of file radio.hpp.

◆ fsk

fsk_conf satnogs::comms::lib::radio::tx_conf::fsk

FSK parameters.

Definition at line 315 of file radio.hpp.

◆ gain

float satnogs::comms::lib::radio::tx_conf::gain

TX gain.

Definition at line 316 of file radio.hpp.

◆ preamble_len

uint8_t satnogs::comms::lib::radio::tx_conf::preamble_len

The length of the preamble in bytes.

Definition at line 313 of file radio.hpp.

◆ sync

uint32_t satnogs::comms::lib::radio::tx_conf::sync

The synchronization word.

Definition at line 314 of file radio.hpp.


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