![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
#include <tsCellListDescriptor.h>
Public Member Functions | |
| Cell ()=default | |
| Default constructor. | |
Public Attributes | |
| uint16_t | cell_extent_of_latitude = 0 |
| 12 bits, cell extend of latitude in units of 90 deg / 2^15. | |
| uint16_t | cell_extent_of_longitude = 0 |
| 12 bits, cell extend of longitude in units of 180 deg / 2^15. | |
| uint16_t | cell_id = 0 |
| Cell id. | |
| int16_t | cell_latitude = 0 |
| Cell latitude in units of 90 deg / 2^15. | |
| int16_t | cell_longitude = 0 |
| Cell longitude in units of 180 deg / 2^15. | |
| SubcellList | subcells {} |
| List of subcells. | |
Cell entry.