libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
dvb_sat_lnb Struct Reference

Stores the information of a LNBf. More...

#include <dvb-sat.h>

Collaboration diagram for dvb_sat_lnb:

Data Fields

const char * name
 
const char * alias
 
unsigned lowfreq
 
unsigned highfreq
 
unsigned rangeswitch
 
struct dvbsat_freqrange freqrange [2]
 

Detailed Description

Stores the information of a LNBf.

Parameters
namelong name of the LNBf type
aliasshort name for the LNBf type
lowfreqLow frequency Intermediate Frequency of the LNBf, in kHz
highfreqHigh frequency Intermediate frequency of the LNBf, in kHz
rangeswitchFor LNBf that has multiple frequency ranges controlled by a voltage change, specify the start frequency where the second range will be applied.
freqrangeContains the range(s) of frequencies supported by a given LNBf.

The LNBf (low-noise block downconverter) is a type of amplifier that is installed inside the parabolic dishes. It converts the antenna signal to an Intermediate Frequency. Several Ku-band LNBf have more than one IF. The lower IF is stored at lowfreq, the higher IF at highfreq. The exact setup for those structs actually depend on the model of the LNBf, and its usage.

Definition at line 73 of file dvb-sat.h.

Field Documentation

const char* dvb_sat_lnb::alias
Examples:
dvbv5-scan.c.

Definition at line 75 of file dvb-sat.h.

struct dvbsat_freqrange dvb_sat_lnb::freqrange[2]

Definition at line 80 of file dvb-sat.h.

unsigned dvb_sat_lnb::highfreq

Definition at line 76 of file dvb-sat.h.

unsigned dvb_sat_lnb::lowfreq

Definition at line 76 of file dvb-sat.h.

const char* dvb_sat_lnb::name

Definition at line 74 of file dvb-sat.h.

unsigned dvb_sat_lnb::rangeswitch

Definition at line 78 of file dvb-sat.h.


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