Provides the descriptors for the DVB-T terrestrial delivery system descriptor.
More...
Go to the source code of this file.
|
const unsigned | dvbt_bw [] |
| converts from internal representation into bandwidth in Hz More...
|
|
const unsigned | dvbt_modulation [] |
| converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API. More...
|
|
const unsigned | dvbt_hierarchy [] |
| converts from the descriptor's hierarchy into enum fe_hierarchy, as defined by DVBv5 API. More...
|
|
const unsigned | dvbt_code_rate [] |
| converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API. More...
|
|
const uint32_t | dvbt_interval [] |
| converts from internal representation into enum fe_guard_interval, as defined at DVBv5 API. More...
|
|
const unsigned | dvbt_transmission_mode [] |
| converts from the descriptor's transmission mode into enum fe_transmit_mode, as defined by DVBv5 API. More...
|
|
Provides the descriptors for the DVB-T terrestrial delivery system descriptor.
- Copyright
- GNU Lesser General Public License version 2.1 (LGPLv2.1)
- Author
- Mauro Carvalho Chehab
-
Andre Roth
- Relevant specs
- The descriptor described herein is defined at:
- Bug Report
- Please submit bug reports and patches to linux.nosp@m.-med.nosp@m.ia@vg.nosp@m.er.k.nosp@m.ernel.nosp@m..org
Definition in file desc_terrestrial_delivery.h.
◆ dvb_desc_terrestrial_delivery_init()
int dvb_desc_terrestrial_delivery_init |
( |
struct dvb_v5_fe_parms * |
parms, |
|
|
const uint8_t * |
buf, |
|
|
struct dvb_desc * |
desc |
|
) |
| |
Initializes and parses the DVB-T terrestrial delivery system descriptor.
- Parameters
-
parms | struct dvb_v5_fe_parms pointer to the opened device |
buf | buffer containing the descriptor's raw data |
desc | pointer to struct dvb_desc to be allocated and filled |
This function initializes and makes sure that all fields will follow the CPU endianness. Due to that, the content of the buffer may change.
Currently, no memory is allocated internally.
- Returns
- On success, it returns the size of the allocated struct. A negative value indicates an error.
◆ dvbt_bw
converts from internal representation into bandwidth in Hz
◆ dvbt_code_rate
const unsigned dvbt_code_rate[] |
|
extern |
converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API.
◆ dvbt_hierarchy
const unsigned dvbt_hierarchy[] |
|
extern |
converts from the descriptor's hierarchy into enum fe_hierarchy, as defined by DVBv5 API.
◆ dvbt_interval
const uint32_t dvbt_interval[] |
|
extern |
converts from internal representation into enum fe_guard_interval, as defined at DVBv5 API.
◆ dvbt_modulation
const unsigned dvbt_modulation[] |
|
extern |
converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API.
◆ dvbt_transmission_mode
const unsigned dvbt_transmission_mode[] |
|
extern |
converts from the descriptor's transmission mode into enum fe_transmit_mode, as defined by DVBv5 API.