TSDuck v3.38-3710
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::UNT::Platform Class Reference

Description of a platform. More...

#include <tsUNT.h>

Inheritance diagram for ts::UNT::Platform:
Collaboration diagram for ts::UNT::Platform:

Public Member Functions

 Platform (const AbstractTable *table)
 Basic constructor.
 
 Platform (const AbstractTable *table, const Platform &other)
 Basic copy-like constructor.
 
Platformoperator= (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.
 

Detailed Description

Description of a platform.

Constructor & Destructor Documentation

◆ Platform() [1/2]

ts::UNT::Platform::Platform ( const AbstractTable table)
explicit

Basic constructor.

Parameters
[in]tableParent table. A descriptor list is always attached to a table.

◆ Platform() [2/2]

ts::UNT::Platform::Platform ( const AbstractTable table,
const Platform other 
)

Basic copy-like constructor.

Parameters
[in]tableParent table. A descriptor list is always attached to a table.
[in]otherAnother instance to copy.

Member Function Documentation

◆ operator=()

Platform & ts::UNT::Platform::operator= ( const Platform other)
default

Assignment operator.

The parent table remains unchanged.

Parameters
[in]otherAnother instance to copy.
Returns
A reference to this object.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::EntryBase::order_hint
inherited

Preferred insertion index when serializing the table or NPOS if unspecified.

This is an informational hint which can be used or ignored.


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