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

Description of a device. More...

#include <tsINT.h>

Inheritance diagram for ts::INT::Device:
Collaboration diagram for ts::INT::Device:

Public Member Functions

 Device (const AbstractTable *table)
 Basic constructor.
 
 Device (const AbstractTable *table, const Device &other)
 Basic copy-like constructor.
 
Deviceoperator= (const Device &other)
 Assignment operator.
 

Public Attributes

DescriptorList operational_descs
 Operational descriptor loop, describes the operations on the target device.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
DescriptorList target_descs
 Target descriptor loop, describes the target device.
 

Detailed Description

Description of a device.

Constructor & Destructor Documentation

◆ Device() [1/2]

ts::INT::Device::Device ( const AbstractTable table)
explicit

Basic constructor.

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

◆ Device() [2/2]

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

Device & ts::INT::Device::operator= ( const Device other)

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: