TSDuck v3.40-4105
MPEG Transport Stream Toolkit
|
Representation of a non-geostationary satellite position. More...
#include <tsSAT.h>
Classes | |
class | v3_satellite_time |
Satellite time (V3). More... | |
class | v3_satellite_type |
Satellite type (V3). More... | |
Public Member Functions | |
satellite_position_v3_info_type ()=default | |
Default constructor. | |
satellite_position_v3_info_type (PSIBuffer &buf) | |
Read-in constructor. | |
virtual void | deserialize (PSIBuffer &buf) override |
This method deserializes (populates) the attributes of a geostationary satellite. | |
virtual bool | fromXML (const xml::Element *element) override |
This method populates this object from XML attributes and sub-element. | |
virtual void | serialize (PSIBuffer &buf) const override |
This method serializes the attributes of a geostationary satellite. | |
virtual void | toXML (xml::Element *root) override |
This method converts this object to XML by populating necessary attributes and sub-elements into the provided element. | |
Representation of a non-geostationary satellite position.
|
inline |
Read-in constructor.
[in,out] | buf | Deserialization buffer. |
|
overridevirtual |
This method populates this object from XML attributes and sub-element.
[in] | element | The element whose attributes and sub-elements are parsed to construct this object |
Implements ts::SAT::SAT_base.
|
overridevirtual |
This method converts this object to XML by populating necessary attributes and sub-elements into the provided element.
[in,out] | root | The element whose attributes and sub-elements are added to to represent values in this object |
Implements ts::SAT::SAT_base.
|
overridevirtual |
This method serializes the attributes of a geostationary satellite.
[in,out] | buf | A PSIBuffer with the appropriate size for the section payload. |
Implements ts::SAT::SAT_base.
|
overridevirtual |
This method deserializes (populates) the attributes of a geostationary satellite.
[in,out] | buf | Deserialization buffer. Read the descriptor payload from buf. The end of read is the end of the binary payload. If any kind of error is reported in the buffer or if the payload is not completely read, the deserialization is considered as invalid. |
Implements ts::SAT::SAT_base.