![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
#include <tsCellListDescriptor.h>
Public Member Functions | |
| Subcell ()=default | |
| Default constructor. | |
Public Attributes | |
| uint8_t | cell_id_extension = 0 |
| Cell id extension. | |
| uint16_t | subcell_extent_of_latitude = 0 |
| 12 bits, subcell extend of latitude in units of 90 deg / 2^15. | |
| uint16_t | subcell_extent_of_longitude = 0 |
| 12 bits, subcell extend of longitude in units of 180 deg / 2^15. | |
| int16_t | subcell_latitude = 0 |
| Subcell latitude in units of 90 deg / 2^15. | |
| int16_t | subcell_longitude = 0 |
| Subcell longitude in units of 180 deg / 2^15. | |
Subcell entry.