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

Description of a set of devices. More...

#include <tsUNT.h>

Inheritance diagram for ts::UNT::Devices:
Collaboration diagram for ts::UNT::Devices:

Public Member Functions

 Devices (const AbstractTable *table)
 Basic constructor.
 
 Devices (const AbstractTable *table, const Devices &other)
 Basic copy-like constructor.
 
Devicesoperator= (const Devices &other)=default
 Assignment operator.
 

Public Attributes

CompatibilityDescriptorList compatibilityDescriptor {}
 The entries of the compatibilityDescriptor.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
PlatformList platforms
 The list of platforms.
 

Detailed Description

Description of a set of devices.

Constructor & Destructor Documentation

◆ Devices() [1/2]

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

Basic constructor.

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

◆ Devices() [2/2]

ts::UNT::Devices::Devices ( const AbstractTable table,
const Devices 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=()

Devices & ts::UNT::Devices::operator= ( const Devices 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: