libdvbv5
1.11.0
Library to work with Digital TV devices on Linux
|
Files | |
file | dvb-fe.h |
Provides interfaces to deal with DVB frontend. | |
file | dvb-v5-std.h |
Provides libdvbv5 defined properties for the frontend. | |
Data Structures | |
struct | dvb_v5_fe_parms |
Keeps data needed to handle the DVB frontend. More... | |
Macros | |
#define | MAX_DELIVERY_SYSTEMS |
Max number of delivery systems for a given frontend. More... | |
#define | DTV_USER_COMMAND_START |
Start number for libdvbv5 user commands. More... | |
#define | DTV_POLARIZATION |
Satellite polarization (for Satellite delivery systems) More... | |
#define | DTV_AUDIO_PID |
Audio PID. More... | |
#define | DTV_VIDEO_PID |
Video PID. More... | |
#define | DTV_SERVICE_ID |
MPEG TS service ID. More... | |
#define | DTV_CH_NAME |
Digital TV service name. More... | |
#define | DTV_VCHANNEL |
Digital TV channel number. More... | |
#define | DTV_SAT_NUMBER |
Number of the satellite (used on multi-dish Satellite systems) More... | |
#define | DTV_DISEQC_WAIT |
Extra time needed to wait for DiSeqC to complete, in ms. More... | |
#define | DTV_DISEQC_LNB |
LNBf name. More... | |
#define | DTV_FREQ_BPF |
SCR/Unicable band-pass filter frequency in kHz. More... | |
#define | DTV_PLS_CODE |
DVB-T2 PLS code. More... | |
#define | DTV_PLS_MODE |
DVB-T2 PLS mode. More... | |
#define | DTV_COUNTRY_CODE |
Country variant of international delivery system standard. More... | |
#define | DTV_MAX_USER_COMMAND |
Last user command. More... | |
#define | DTV_USER_NAME_SIZE |
Number of user commands. More... | |
#define | DTV_STAT_COMMAND_START |
Start number for libdvbv5 statistics commands. More... | |
#define | DTV_STATUS |
Lock status of a DTV frontend. More... | |
#define | DTV_BER |
Bit Error Rate. More... | |
#define | DTV_PER |
Packet Error Rate. More... | |
#define | DTV_QUALITY |
A quality indicator that represents if a locked channel provides a good, OK or poor signal. More... | |
#define | DTV_PRE_BER |
Bit Error Rate before Viterbi. More... | |
#define | DTV_MAX_STAT_COMMAND |
Last statistics command. More... | |
#define | DTV_STAT_NAME_SIZE |
Number of statistics commands. More... | |
#define | DTV_NUM_KERNEL_STATS |
Number of statistics commands provided by the Kernel. More... | |
#define | DTV_NUM_STATS_PROPS |
Total number of statistics commands. More... | |
Enumerations | |
enum | dvb_quality { DVB_QUAL_UNKNOWN, DVB_QUAL_POOR, DVB_QUAL_OK, DVB_QUAL_GOOD } |
Provides an estimation about the user's experience while watching to a given MPEG stream. More... | |
Functions | |
struct dvb_v5_fe_parms * | dvb_fe_dummy (void) |
Allocates a dummy frontend structure. More... | |
struct dvb_v5_fe_parms * | dvb_fe_open_flags (int adapter, int frontend, unsigned verbose, unsigned use_legacy_call, dvb_logfunc logfunc, int flags) |
Opens a frontend and allocates a structure to work with. More... | |
struct dvb_v5_fe_parms * | dvb_fe_open (int adapter, int frontend, unsigned verbose, unsigned use_legacy_call) |
Opens a frontend and allocates a structure to work with. More... | |
struct dvb_v5_fe_parms * | dvb_fe_open2 (int adapter, int frontend, unsigned verbose, unsigned use_legacy_call, dvb_logfunc logfunc) |
Opens a frontend and allocates a structure to work with. More... | |
void | dvb_fe_close (struct dvb_v5_fe_parms *parms) |
Closes the frontend and frees allocated resources. More... | |
const char * | dvb_cmd_name (int cmd) |
Returns the string name associated with a DVBv5 command. More... | |
const char *const * | dvb_attr_names (int cmd) |
Returns an string array with the valid string values associated with a DVBv5 command. More... | |
int | dvb_fe_retrieve_parm (const struct dvb_v5_fe_parms *parms, unsigned cmd, uint32_t *value) |
Retrieves the value of a DVBv5/libdvbv5 property. More... | |
int | dvb_fe_store_parm (struct dvb_v5_fe_parms *parms, unsigned cmd, uint32_t value) |
Stores the value of a DVBv5/libdvbv5 property. More... | |
int | dvb_set_sys (struct dvb_v5_fe_parms *parms, fe_delivery_system_t sys) |
Sets the delivery system. More... | |
int | dvb_add_parms_for_sys (struct dvb_v5_fe_parms *parms, fe_delivery_system_t sys) |
Make dvb properties reflect the current standard. More... | |
int | dvb_set_compat_delivery_system (struct dvb_v5_fe_parms *parms, uint32_t desired_system) |
Sets the delivery system. More... | |
void | dvb_fe_prt_parms (const struct dvb_v5_fe_parms *parms) |
Prints all the properties at the cache. More... | |
int | dvb_fe_set_parms (struct dvb_v5_fe_parms *parms) |
Prints all the properties at the cache. More... | |
int | dvb_fe_get_parms (struct dvb_v5_fe_parms *parms) |
Prints all the properties at the cache. More... | |
struct dtv_stats * | dvb_fe_retrieve_stats_layer (struct dvb_v5_fe_parms *parms, unsigned cmd, unsigned layer) |
Retrieve the stats for a DTV layer from cache. More... | |
int | dvb_fe_retrieve_stats (struct dvb_v5_fe_parms *parms, unsigned cmd, uint32_t *value) |
Retrieve the stats for a DTV layer from cache. More... | |
int | dvb_fe_get_stats (struct dvb_v5_fe_parms *parms) |
Retrieve the stats from the Kernel. More... | |
float | dvb_fe_retrieve_ber (struct dvb_v5_fe_parms *parms, unsigned layer, enum fecap_scale_params *scale) |
Retrieve the BER stats from cache. More... | |
float | dvb_fe_retrieve_per (struct dvb_v5_fe_parms *parms, unsigned layer) |
Retrieve the PER stats from cache. More... | |
enum dvb_quality | dvb_fe_retrieve_quality (struct dvb_v5_fe_parms *parms, unsigned layer) |
Retrieve the quality stats from cache. More... | |
int | dvb_fe_snprintf_eng (char *buf, int len, float val) |
Ancillary function to sprintf on ENG format. More... | |
int | dvb_fe_snprintf_stat (struct dvb_v5_fe_parms *parms, uint32_t cmd, char *display_name, int layer, char **buf, int *len, int *show_layer_name) |
Ancillary function to sprintf on ENG format. More... | |
int | dvb_fe_get_event (struct dvb_v5_fe_parms *parms) |
Get both status statistics and dvb parameters. More... | |
int | dvb_fe_sec_voltage (struct dvb_v5_fe_parms *parms, int on, int v18) |
DVB ioctl wrapper for setting SEC voltage. More... | |
int | dvb_fe_sec_tone (struct dvb_v5_fe_parms *parms, fe_sec_tone_mode_t tone) |
DVB ioctl wrapper for setting SEC tone. More... | |
int | dvb_fe_lnb_high_voltage (struct dvb_v5_fe_parms *parms, int on) |
DVB ioctl wrapper for setting LNBf high voltage. More... | |
int | dvb_fe_diseqc_burst (struct dvb_v5_fe_parms *parms, int mini_b) |
DVB ioctl wrapper for setting SEC DiSeqC tone burst to select between satellite A or B. More... | |
int | dvb_fe_diseqc_cmd (struct dvb_v5_fe_parms *parms, const unsigned len, const unsigned char *buf) |
DVB ioctl wrapper for setting SEC DiSeqC command. More... | |
int | dvb_fe_diseqc_reply (struct dvb_v5_fe_parms *parms, unsigned *len, char *buf, int timeout) |
DVB ioctl wrapper for getting SEC DiSEqC reply. More... | |
int | dvb_fe_is_satellite (uint32_t delivery_system) |
DVB Ancillary routine to check if a given Delivery system is satellite. More... | |
int | dvb_fe_set_default_country (struct dvb_v5_fe_parms *parms, const char *country) |
Set default country variant of delivery systems like ISDB-T. More... | |
#define DTV_AUDIO_PID |
Audio PID.
Definition at line 111 of file dvb-v5-std.h.
#define DTV_BER |
Bit Error Rate.
This is a parameter that it is derivated from two counters at the Kernel side
Definition at line 200 of file dvb-v5-std.h.
#define DTV_CH_NAME |
Digital TV service name.
Definition at line 113 of file dvb-v5-std.h.
#define DTV_COUNTRY_CODE |
Country variant of international delivery system standard.
in ISO 3166-1 two letter code.
Definition at line 121 of file dvb-v5-std.h.
#define DTV_DISEQC_LNB |
LNBf name.
Definition at line 117 of file dvb-v5-std.h.
#define DTV_DISEQC_WAIT |
Extra time needed to wait for DiSeqC to complete, in ms.
The minimal wait time is 15 ms. The time here will be added to the minimal time.
Definition at line 116 of file dvb-v5-std.h.
#define DTV_FREQ_BPF |
SCR/Unicable band-pass filter frequency in kHz.
Definition at line 118 of file dvb-v5-std.h.
#define DTV_MAX_STAT_COMMAND |
Last statistics command.
Definition at line 205 of file dvb-v5-std.h.
#define DTV_MAX_USER_COMMAND |
Last user command.
Definition at line 123 of file dvb-v5-std.h.
#define DTV_NUM_KERNEL_STATS |
Number of statistics commands provided by the Kernel.
Definition at line 210 of file dvb-v5-std.h.
#define DTV_NUM_STATS_PROPS |
Total number of statistics commands.
Definition at line 212 of file dvb-v5-std.h.
#define DTV_PER |
Packet Error Rate.
This is a parameter that it is derivated from two counters at the Kernel side
Definition at line 201 of file dvb-v5-std.h.
#define DTV_PLS_CODE |
DVB-T2 PLS code.
Not used internally. It is needed only for file conversion.
Definition at line 119 of file dvb-v5-std.h.
#define DTV_PLS_MODE |
DVB-T2 PLS mode.
Not used internally. It is needed only for file conversion.
Definition at line 120 of file dvb-v5-std.h.
#define DTV_POLARIZATION |
Satellite polarization (for Satellite delivery systems)
Definition at line 109 of file dvb-v5-std.h.
#define DTV_PRE_BER |
Bit Error Rate before Viterbi.
This is the error rate before applying the Forward Error Correction. This is a parameter that it is derivated from two counters at the Kernel side.
Definition at line 203 of file dvb-v5-std.h.
#define DTV_QUALITY |
A quality indicator that represents if a locked channel provides a good, OK or poor signal.
This is estimated considering the error rates, signal strengh and/or S/N ratio of the carrier.
Definition at line 202 of file dvb-v5-std.h.
#define DTV_SAT_NUMBER |
Number of the satellite (used on multi-dish Satellite systems)
Definition at line 115 of file dvb-v5-std.h.
#define DTV_SERVICE_ID |
MPEG TS service ID.
Definition at line 112 of file dvb-v5-std.h.
#define DTV_STAT_COMMAND_START |
Start number for libdvbv5 statistics commands.
Definition at line 197 of file dvb-v5-std.h.
#define DTV_STAT_NAME_SIZE |
Number of statistics commands.
Definition at line 207 of file dvb-v5-std.h.
#define DTV_STATUS |
Lock status of a DTV frontend.
This actually comes from the Kernel, but it uses a separate ioctl.
Definition at line 199 of file dvb-v5-std.h.
#define DTV_USER_COMMAND_START |
Start number for libdvbv5 user commands.
Definition at line 107 of file dvb-v5-std.h.
#define DTV_USER_NAME_SIZE |
Number of user commands.
Definition at line 125 of file dvb-v5-std.h.
#define DTV_VCHANNEL |
#define DTV_VIDEO_PID |
Video PID.
Definition at line 110 of file dvb-v5-std.h.
#define MAX_DELIVERY_SYSTEMS |
enum dvb_quality |
Provides an estimation about the user's experience while watching to a given MPEG stream.
DVB_QUAL_UNKNOWN | Quality could not be estimated, as the Kernel driver doesn't provide enough statistics |
DVB_QUAL_POOR | The signal reception is poor. Signal loss or packets can be lost too frequently. |
DVB_QUAL_OK | The signal reception is ok. Eventual artifacts could be expected, but it should work. |
DVB_QUAL_GOOD | The signal is good, and not many errors are happening. The user should have a good experience watching the stream. |
Enumerator | |
---|---|
DVB_QUAL_UNKNOWN | |
DVB_QUAL_POOR | |
DVB_QUAL_OK | |
DVB_QUAL_GOOD |
Definition at line 231 of file dvb-v5-std.h.
int dvb_add_parms_for_sys | ( | struct dvb_v5_fe_parms * | parms, |
fe_delivery_system_t | sys | ||
) |
Make dvb properties reflect the current standard.
parms | struct dvb_v5_fe_parms pointer to the opened device |
sys | delivery system to be selected |
This function prepares the properties cache for a given delivery system.
It is automatically called by dvb_set_sys(), and should not be normally called, except when dvb_fe_dummy() is used.
const char* const* dvb_attr_names | ( | int | cmd | ) |
Returns an string array with the valid string values associated with a DVBv5 command.
cmd | DVBv5 or libdvbv5 property |
const char* dvb_cmd_name | ( | int | cmd | ) |
Returns the string name associated with a DVBv5 command.
cmd | DVBv5 or libdvbv5 property |
This function gets an integer argument (cmd) and returns a string that corresponds to the name of that property.
void dvb_fe_close | ( | struct dvb_v5_fe_parms * | parms | ) |
Closes the frontend and frees allocated resources.
parms | struct dvb_v5_fe_parms pointer to the opened device |
int dvb_fe_diseqc_burst | ( | struct dvb_v5_fe_parms * | parms, |
int | mini_b | ||
) |
DVB ioctl wrapper for setting SEC DiSeqC tone burst to select between satellite A or B.
parms | struct dvb_v5_fe_parms pointer to the opened device |
mini_b | if different than zero, sends a 22 KHz tone burst to select satellite B. Otherwise, sends tone to select satellite A. |
Valid only on certain DISEqC arrangements.
If dvb_v5_fe_parms::lnb is set, this is controlled automatically.
int dvb_fe_diseqc_cmd | ( | struct dvb_v5_fe_parms * | parms, |
const unsigned | len, | ||
const unsigned char * | buf | ||
) |
DVB ioctl wrapper for setting SEC DiSeqC command.
parms | struct dvb_v5_fe_parms pointer to the opened device |
len | size of the DiSEqC command |
buf | DiSEqC command to be sent |
If dvb_v5_fe_parms::lnb is set, this is controlled automatically.
int dvb_fe_diseqc_reply | ( | struct dvb_v5_fe_parms * | parms, |
unsigned * | len, | ||
char * | buf, | ||
int | timeout | ||
) |
DVB ioctl wrapper for getting SEC DiSEqC reply.
parms | struct dvb_v5_fe_parms pointer to the opened device |
len | size of the DiSEqC command |
buf | DiSEqC command to be sent |
timeout | maximum time to receive the command, in ms. |
If dvb_v5_fe_parms::lnb is set, this is controlled automatically.
struct dvb_v5_fe_parms* dvb_fe_dummy | ( | void | ) |
Allocates a dummy frontend structure.
This is useful for some applications that may want to just use the frontend structure internally, without associating it with a real hardware
int dvb_fe_get_event | ( | struct dvb_v5_fe_parms * | parms | ) |
Get both status statistics and dvb parameters.
parms | struct dvb_v5_fe_parms pointer to the opened device |
That's similar of calling both dvb_fe_get_parms() and dvb_fe_get_stats().
int dvb_fe_get_parms | ( | struct dvb_v5_fe_parms * | parms | ) |
Prints all the properties at the cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
Gets the properties from the DVB hardware. The values will only reflect what's set at the hardware if the frontend is locked.
int dvb_fe_get_stats | ( | struct dvb_v5_fe_parms * | parms | ) |
Retrieve the stats from the Kernel.
parms | struct dvb_v5_fe_parms pointer to the opened device |
Updates the stats cache from the available stats at the Kernel.
int dvb_fe_is_satellite | ( | uint32_t | delivery_system | ) |
DVB Ancillary routine to check if a given Delivery system is satellite.
delivery_system | delivery system to be selected |
int dvb_fe_lnb_high_voltage | ( | struct dvb_v5_fe_parms * | parms, |
int | on | ||
) |
DVB ioctl wrapper for setting LNBf high voltage.
parms | struct dvb_v5_fe_parms pointer to the opened device |
on | a value different than zero indicates to produce lightly higher voltages instead of 13/18V, in order to compensate for long cables. |
struct dvb_v5_fe_parms* dvb_fe_open | ( | int | adapter, |
int | frontend, | ||
unsigned | verbose, | ||
unsigned | use_legacy_call | ||
) |
Opens a frontend and allocates a structure to work with.
adapter | Number of the adapter to open |
frontend | Number of the frontend to open |
verbose | Verbosity level of the messages that will be printed |
use_legacy_call | Force to use the DVBv3 calls, instead of using the DVBv5 API |
This function should be called before using any other function at the frontend library (or the other alternatives: dvb_fe_open2() or dvb_fe_dummy().
struct dvb_v5_fe_parms* dvb_fe_open2 | ( | int | adapter, |
int | frontend, | ||
unsigned | verbose, | ||
unsigned | use_legacy_call, | ||
dvb_logfunc | logfunc | ||
) |
Opens a frontend and allocates a structure to work with.
adapter | Number of the adapter to open |
frontend | Number of the frontend to open |
verbose | Verbosity level of the messages that will be printed |
use_legacy_call | Force to use the DVBv3 calls, instead of using the DVBv5 API |
logfunc | Callback function to be called when a log event happens. Can either store the event into a file or to print it at the TUI/GUI. |
This function should be called before using any other function at the frontend library (or the other alternatives: dvb_fe_open() or dvb_fe_dummy().
struct dvb_v5_fe_parms* dvb_fe_open_flags | ( | int | adapter, |
int | frontend, | ||
unsigned | verbose, | ||
unsigned | use_legacy_call, | ||
dvb_logfunc | logfunc, | ||
int | flags | ||
) |
Opens a frontend and allocates a structure to work with.
adapter | Number of the adapter to open |
frontend | Number of the frontend to open |
verbose | Verbosity level of the messages that will be printed |
use_legacy_call | Force to use the DVBv3 calls, instead of using the DVBv5 API |
logfunc | Callback function to be called when a log event happens. Can either store the event into a file or to print it at the TUI/GUI. If NULL, the library will use its internal handler. |
flags | Flags to be passed to open. Currently only two flags are supported: O_RDONLY or O_RDWR. Using O_NONBLOCK may hit unexpected issues. |
This function should be called before using any other function at the frontend library (or the other alternatives: dvb_fe_open() or dvb_fe_dummy().
In general, this is called using O_RDWR, except if all that it is wanted is to check the DVB frontend statistics.
void dvb_fe_prt_parms | ( | const struct dvb_v5_fe_parms * | parms | ) |
Prints all the properties at the cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
Used mostly for debugging issues.
float dvb_fe_retrieve_ber | ( | struct dvb_v5_fe_parms * | parms, |
unsigned | layer, | ||
enum fecap_scale_params * | scale | ||
) |
Retrieve the BER stats from cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
layer | DTV layer |
scale | retrieves the scale |
Gets the value for BER stats from stats cache, on a given layer. Layer 0 is always present. On DTV standards that doesn't have layers, it returns the same value as dvb_fe_retrieve_stats() for layer = 0.
For DTV standards with multiple layers, like ISDB, layer=1 is layer 'A', layer=2 is layer 'B' and layer=3 is layer 'C'. Please notice that not all frontends support per-layer stats. Also, the layer value is only valid if the layer exists at the original stream. Also, on such standards, layer 0 is typically a mean value of the layers, or a sum of events (if FE_SCALE_COUNTER).
For it to be valid, dvb_fe_get_stats() should be called first.
int dvb_fe_retrieve_parm | ( | const struct dvb_v5_fe_parms * | parms, |
unsigned | cmd, | ||
uint32_t * | value | ||
) |
Retrieves the value of a DVBv5/libdvbv5 property.
parms | struct dvb_v5_fe_parms pointer to the opened device |
cmd | DVBv5 or libdvbv5 property |
value | Pointer to an uint32_t where the value will be stored. |
This reads the value of a property stored at the cache. Before using it, a dvb_fe_get_parms() is likely required.
float dvb_fe_retrieve_per | ( | struct dvb_v5_fe_parms * | parms, |
unsigned | layer | ||
) |
Retrieve the PER stats from cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
layer | DTV layer |
Gets the value for BER stats from stats cache, on a given layer. Layer 0 is always present. On DTV standards that doesn't have layers, it returns the same value as dvb_fe_retrieve_stats() for layer = 0.
For DTV standards with multiple layers, like ISDB, layer=1 is layer 'A', layer=2 is layer 'B' and layer=3 is layer 'C'. Please notice that not all frontends support per-layer stats. Also, the layer value is only valid if the layer exists at the original stream. Also, on such standards, layer 0 is typically a mean value of the layers, or a sum of events (if FE_SCALE_COUNTER).
For it to be valid, dvb_fe_get_stats() should be called first.
enum dvb_quality dvb_fe_retrieve_quality | ( | struct dvb_v5_fe_parms * | parms, |
unsigned | layer | ||
) |
Retrieve the quality stats from cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
layer | DTV layer |
Gets a quality measure for a given layer. Layer 0 is always present. On DTV standards that doesn't have layers, it returns the same value as dvb_fe_retrieve_stats() for layer = 0.
For DTV standards with multiple layers, like ISDB, layer=1 is layer 'A', layer=2 is layer 'B' and layer=3 is layer 'C'. Please notice that not all frontends support per-layer stats. Also, the layer value is only valid if the layer exists at the original stream. Also, on such standards, layer 0 is typically a mean value of the layers, or a sum of events (if FE_SCALE_COUNTER).
For it to be valid, dvb_fe_get_stats() should be called first.
int dvb_fe_retrieve_stats | ( | struct dvb_v5_fe_parms * | parms, |
unsigned | cmd, | ||
uint32_t * | value | ||
) |
Retrieve the stats for a DTV layer from cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
cmd | DVBv5 or libdvbv5 property |
value | DTV value pointer |
Gets the value for one stats property for layer = 0.
For it to be valid, dvb_fe_get_stats() should be called first.
struct dtv_stats* dvb_fe_retrieve_stats_layer | ( | struct dvb_v5_fe_parms * | parms, |
unsigned | cmd, | ||
unsigned | layer | ||
) |
Retrieve the stats for a DTV layer from cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
cmd | DVBv5 or libdvbv5 property |
layer | DTV layer |
Gets the value for one stats cache, on a given layer. Layer 0 is always present. On DTV standards that doesn't have layers, it returns the same value as dvb_fe_retrieve_stats() for layer = 0.
For DTV standards with multiple layers, like ISDB, layer=1 is layer 'A', layer=2 is layer 'B' and layer=3 is layer 'C'. Please notice that not all frontends support per-layer stats. Also, the layer value is only valid if the layer exists at the original stream. Also, on such standards, layer 0 is typically a mean value of the layers, or a sum of events (if FE_SCALE_COUNTER).
For it to be valid, dvb_fe_get_stats() should be called first.
int dvb_fe_sec_tone | ( | struct dvb_v5_fe_parms * | parms, |
fe_sec_tone_mode_t | tone | ||
) |
DVB ioctl wrapper for setting SEC tone.
parms | struct dvb_v5_fe_parms pointer to the opened device |
tone | tone setting, as defined by DVB fe_sec_tone_mode_t type |
If dvb_v5_fe_parms::lnb is set, this is controlled automatically.
int dvb_fe_sec_voltage | ( | struct dvb_v5_fe_parms * | parms, |
int | on, | ||
int | v18 | ||
) |
DVB ioctl wrapper for setting SEC voltage.
parms | struct dvb_v5_fe_parms pointer to the opened device |
on | a value different than zero indicates to enable voltage on a Satellite Equipment Control (SEC) |
v18 | if on != 0, a value different than zero means 18 Volts; zero means 13 Volts. |
If dvb_v5_fe_parms::lnb is set, this is controlled automatically.
int dvb_fe_set_default_country | ( | struct dvb_v5_fe_parms * | parms, |
const char * | country | ||
) |
Set default country variant of delivery systems like ISDB-T.
parms | struct dvb_v5_fe_parms pointer to the opened device |
country | default country, in ISO 3166-1 two letter code. If NULL, default charset is guessed from locale environment variables. |
"COUNTRY" property in dvb_fe_set_parm() overrides the setting.
int dvb_fe_set_parms | ( | struct dvb_v5_fe_parms * | parms | ) |
Prints all the properties at the cache.
parms | struct dvb_v5_fe_parms pointer to the opened device |
Writes the properties stored at the DVB cache at the DVB hardware. At return, some properties could have a different value, as the frontend may not support the values set.
int dvb_fe_snprintf_eng | ( | char * | buf, |
int | len, | ||
float | val | ||
) |
Ancillary function to sprintf on ENG format.
buf | buffer to store the value |
len | buffer length |
val | value to be printed |
On ENG notation, the exponential value should be multiple of 3. This is good to display some values, like BER.
int dvb_fe_snprintf_stat | ( | struct dvb_v5_fe_parms * | parms, |
uint32_t | cmd, | ||
char * | display_name, | ||
int | layer, | ||
char ** | buf, | ||
int * | len, | ||
int * | show_layer_name | ||
) |
Ancillary function to sprintf on ENG format.
parms | struct dvb_v5_fe_parms pointer to the opened device |
cmd | DVBv5 or libdvbv5 property |
display_name | String with the name of the property to be shown |
layer | DTV Layer |
buf | buffer to store the value |
len | buffer length |
show_layer_name | a value different than zero shows the layer name, if the layer is bigger than zero. |
This function calls internally dvb_fe_retrieve_stats_layer(). It allows to print a DVBv5 statistics value into a string. An extra property is available (DTV_QUALITY) with prints either one of the values: Poor, Ok or Good, depending on the overall measures.
int dvb_fe_store_parm | ( | struct dvb_v5_fe_parms * | parms, |
unsigned | cmd, | ||
uint32_t | value | ||
) |
Stores the value of a DVBv5/libdvbv5 property.
parms | struct dvb_v5_fe_parms pointer to the opened device |
cmd | DVBv5 or libdvbv5 property |
value | Pointer to an uint32_t where the value will be stored. |
This stores the value of a property at the cache. The value will only be send to the hardware after calling dvb_fe_set_parms().
int dvb_set_compat_delivery_system | ( | struct dvb_v5_fe_parms * | parms, |
uint32_t | desired_system | ||
) |
Sets the delivery system.
parms | struct dvb_v5_fe_parms pointer to the opened device |
desired_system | delivery system to be selected |
This function changes the delivery system of the frontend. By default, the libdvbv5 will use the first available delivery system. If another delivery system is desirable, this function should be called before being able to store the properties for the new delivery system via dvb_fe_store_parm().
This function is an enhanced version of dvb_set_sys(). It has an special logic inside to work with Kernels that supports only DVBv3.
int dvb_set_sys | ( | struct dvb_v5_fe_parms * | parms, |
fe_delivery_system_t | sys | ||
) |
Sets the delivery system.
parms | struct dvb_v5_fe_parms pointer to the opened device |
sys | delivery system to be selected |
This function changes the delivery system of the frontend. By default, the libdvbv5 will use the first available delivery system. If another delivery system is desirable, this function should be called before being able to store the properties for the new delivery system via dvb_fe_store_parm().