TSDuck v3.40-3965
MPEG Transport Stream Toolkit
|
Description of a platform. More...
#include <tsUNT.h>
Public Member Functions | |
Platform (const AbstractTable *table) | |
Basic constructor. | |
Platform (const AbstractTable *table, const Platform &other) | |
Basic copy-like constructor. | |
Platform & | operator= (const Platform &other)=default |
Assignment operator. | |
Public Attributes | |
DescriptorList | operational_descs |
Operational descriptor loop, describes the operations on the target platform. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
DescriptorList | target_descs |
Target descriptor loop, describes the target platform. | |
Description of a platform.
|
explicit |
Basic constructor.
[in] | table | Parent table. A descriptor list is always attached to a table. |
ts::UNT::Platform::Platform | ( | const AbstractTable * | table, |
const Platform & | other | ||
) |
Basic copy-like constructor.
[in] | table | Parent table. A descriptor list is always attached to a table. |
[in] | other | Another instance to copy. |
Assignment operator.
The parent table remains unchanged.
[in] | other | Another instance to copy. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.