point_one::fusion_engine::messages::LBandConfig Struct Reference

Detailed Description

L-band demodulator configuration parameters.

Definition at line 2555 of file configuration.h.

#include <point_one/fusion_engine/messages/configuration.h>

Public Attributes

double center_frequency_hz = 1555492500.0
 The center frequency of the L-band beam (Hz). More...
 
uint16_t descrambler_init = 0x6969
 The initialization value for the descrambling vector. More...
 
bool filter_data_by_service_id = true
 If true, only output data frames with the configured service ID. More...
 
uint16_t pmp_data_rate_bps = 4800
 Data rate of the provider (bps). More...
 
uint16_t pmp_service_id = 0x5555
 Service ID of the provider. More...
 
uint64_t pmp_unique_word = 0xE15AE893E15AE893ull
 Unique word of the provider. More...
 
float search_window_hz = 2000.0
 The size of the signal acquisition search space (in Hz) around the center frequency. More...
 
bool use_descrambler = true
 Enable/disable the descrambler. More...
 

Member Data Documentation

◆ center_frequency_hz

double point_one::fusion_engine::messages::LBandConfig::center_frequency_hz = 1555492500.0

The center frequency of the L-band beam (Hz).

Definition at line 2559 of file configuration.h.

◆ descrambler_init

uint16_t point_one::fusion_engine::messages::LBandConfig::descrambler_init = 0x6969

The initialization value for the descrambling vector.

Definition at line 2589 of file configuration.h.

◆ filter_data_by_service_id

bool point_one::fusion_engine::messages::LBandConfig::filter_data_by_service_id = true

If true, only output data frames with the configured service ID.

Otherwise, output all decoded frames.

Definition at line 2574 of file configuration.h.

◆ pmp_data_rate_bps

uint16_t point_one::fusion_engine::messages::LBandConfig::pmp_data_rate_bps = 4800

Data rate of the provider (bps).

Definition at line 2586 of file configuration.h.

◆ pmp_service_id

uint16_t point_one::fusion_engine::messages::LBandConfig::pmp_service_id = 0x5555

Service ID of the provider.

Definition at line 2580 of file configuration.h.

◆ pmp_unique_word

uint64_t point_one::fusion_engine::messages::LBandConfig::pmp_unique_word = 0xE15AE893E15AE893ull

Unique word of the provider.

Definition at line 2583 of file configuration.h.

◆ search_window_hz

float point_one::fusion_engine::messages::LBandConfig::search_window_hz = 2000.0

The size of the signal acquisition search space (in Hz) around the center frequency.

For example, a value of 6000 will search +/- 3 kHz around the center frequency.

Definition at line 2568 of file configuration.h.

◆ use_descrambler

bool point_one::fusion_engine::messages::LBandConfig::use_descrambler = true

Enable/disable the descrambler.

Definition at line 2577 of file configuration.h.


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