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

Describes the fields to parse on a file. More...

#include <dvb-file.h>

Data Fields

unsigned int prop
 
const char ** table
 
unsigned int size
 
int mult_factor
 
int has_default_value
 
int default_value
 

Detailed Description

Describes the fields to parse on a file.

Parameters
propName of the DVBv5 or libdvbv5 property field
tableName of a translation table for string to int conversion
sizeSize of the translation table
mult_factorMultiply factor - Used, for example, to multiply the symbol rate read from a DVB-S table by 1000.
has_default_valueIt is different than zero when the property can be optional. In this case, the next field should be present
default_valueDefault value for the optional field

Definition at line 161 of file dvb-file.h.

Field Documentation

int dvb_parse_table::default_value

Definition at line 167 of file dvb-file.h.

int dvb_parse_table::has_default_value

Definition at line 166 of file dvb-file.h.

int dvb_parse_table::mult_factor

Definition at line 165 of file dvb-file.h.

unsigned int dvb_parse_table::prop

Definition at line 162 of file dvb-file.h.

unsigned int dvb_parse_table::size

Definition at line 164 of file dvb-file.h.

const char** dvb_parse_table::table

Definition at line 163 of file dvb-file.h.


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