|
libdvbv5
1.16.3
Library to work with Digital TV devices on Linux
|
Provides interfaces to deal with DVB Satellite systems. More...
#include "dvb-v5-std.h"

Go to the source code of this file.
Data Structures | |
| struct | dvb_sat_lnb |
| Stores the information of a LNBf. More... | |
| struct | dvb_sat_lnb::dvbsat_freqrange |
Functions | |
| int | dvb_sat_search_lnb (const char *name) |
| search for a LNBf entry More... | |
| int | dvb_print_lnb (int index) |
| prints the contents of a LNBf entry at STDOUT. More... | |
| void | dvb_print_all_lnb (void) |
| Prints all LNBf entries at STDOUT. More... | |
| const struct dvb_sat_lnb * | dvb_sat_get_lnb (int index) |
| gets a LNBf entry at its internal database More... | |
| const char * | dvb_sat_get_lnb_name (int index) |
| gets a LNBf entry at its internal database More... | |
| int | dvb_sat_set_parms (struct dvb_v5_fe_parms *parms) |
| sets the satellite parameters More... | |
| int | dvb_sat_real_freq (struct dvb_v5_fe_parms *p, int freq) |
| return the real satellite frequency More... | |
Provides interfaces to deal with DVB Satellite systems.
Definition in file dvb-sat.h.
1.8.13