TSDuck v3.38-3696
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::CellListDescriptor::Cell Struct Reference

Cell entry. More...

#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.
 

Detailed Description

Cell entry.


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