|
AudioScience HPI Version_4.24.1
|
Information about a DAB service. More...
#include <hpi.h>
Data Fields | |
| uint32_t | id |
| Service global ID, big-endian order. | |
| uint8_t | info1 |
| SrvLinking Info Flag[6]; Pty[5:1]; P/D Flag[0]. | |
| uint8_t | info2 |
| local[7]; CAId[6:4]; NUM_COMP[3:0] | |
| uint8_t | info3 |
| SlCharset[3:0]. | |
| uint8_t | num_components |
| extracted from info2, max 15 | |
| char | label [DAB_LABEL_LEN] |
| label for service. | |
| struct hpi_dab_service_component | components [DAB_MAX_COMPONENTS] |
| Array of num_components basic component information. | |
Information about a DAB service.
| uint32_t hpi_dab_service_info::id |
Service global ID, big-endian order.
| uint8_t hpi_dab_service_info::info1 |
SrvLinking Info Flag[6]; Pty[5:1]; P/D Flag[0].
| uint8_t hpi_dab_service_info::info2 |
local[7]; CAId[6:4]; NUM_COMP[3:0]
| uint8_t hpi_dab_service_info::info3 |
SlCharset[3:0].
extracted from info2, max 15
| char hpi_dab_service_info::label[DAB_LABEL_LEN] |
label for service.
(not a zero-terminated string)
| struct hpi_dab_service_component hpi_dab_service_info::components[DAB_MAX_COMPONENTS] |
Array of num_components basic component information.
1.7.3