TSDuck v3.40-4126
MPEG Transport Stream Toolkit
|
Satellite metadata (V3). More...
#include <tsSAT.h>
Public Member Functions | |
v3_satellite_metadata_type ()=default | |
Default constructor. | |
v3_satellite_metadata_type (PSIBuffer &buf, bool usable_start_time_flag, bool usable_stop_time_flag) | |
Read-in constructor. | |
Public Attributes | |
std::optional< uint8_t > | interpolation_degree {} |
3 bits. the recommended order of the interpolation | |
std::optional< uint8_t > | interpolation_type {} |
3 bits. the recommended interpolation method (in InterpolationTypes enumeration) | |
v3_satellite_time | total_start_time {} |
start of the total time span covered by the ephemeris data and optional covariance data | |
v3_satellite_time | total_stop_time {} |
end of the total time span covered by the ephemeris data and optional covariance data | |
std::optional< v3_satellite_time > | usable_start_time {} |
start of the time span covered by the ephemeris data | |
std::optional< v3_satellite_time > | usable_stop_time {} |
end of the time span covered by the ephemeris data | |
Satellite metadata (V3).
|
inline |
Read-in constructor.
[in,out] | buf | Deserialization buffer. |
[in] | usable_start_time_flag | Start time flag. |
[in] | usable_stop_time_flag | Stop time flag. |