lbandrtk 2.1.0.0
|
LBAND RTK Click CFG-PMP: Point to multipoint (PMP) configuration object. More...
#include <lbandrtk.h>
Data Fields | |
uint32_t | center_freq |
uint16_t | search_window |
uint8_t | use_service_id |
uint16_t | service_id |
uint16_t | data_rate |
uint8_t | use_descrambler |
uint16_t | descrambler_init |
uint8_t | use_prescrambling |
uint32_t | unique_word_high |
uint32_t | unique_word_low |
LBAND RTK Click CFG-PMP: Point to multipoint (PMP) configuration object.
This is the configuration for the L-band point to multipoint (PMP) receiver.
uint32_t center_freq |
The center frequency for the receiver can be set from 1525000000 to 1559000000 Hz.
uint16_t data_rate |
The data rate of the received data in bps.
uint16_t descrambler_init |
Set the intialisation value for the descrambler.
uint16_t search_window |
Search window can be set from 0 to 65535 Hz. It is +/- this value from the center frequency set by CENTER_FREQUENCY.
uint16_t service_id |
Defines the expected service ID.
uint32_t unique_word_high |
Defines value of unique word (higher 4 bytes).
uint32_t unique_word_low |
Defines value of unique word (lower 4 bytes).
uint8_t use_descrambler |
Enables/disables the descrambler.
uint8_t use_prescrambling |
Enables/disables the prescrambling.
uint8_t use_service_id |
Enable/disable service ID check to confirm the correct service is received.