TSDuck v3.43-4441
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::LTST::Source Class Reference

Description of a data source. More...

#include <tsLTST.h>

Inheritance diagram for ts::LTST::Source:
Collaboration diagram for ts::LTST::Source:

Public Member Functions

 Source (const AbstractTable *table)
 Constructor.
 
 Source (const AbstractTable *table, const Source &other)
 Basic copy-like constructor.
 
 Source (const AbstractTable *table, Source &&other)
 Basic move-like constructor.
 

Public Attributes

DataList data
 List of data events.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
uint16_t source_id = 0
 Source id.
 

Detailed Description

Description of a data source.

Constructor & Destructor Documentation

◆ Source() [1/3]

ts::LTST::Source::Source ( const AbstractTable table)
inlineexplicit

Constructor.

Parameters
[in]tableParent LTST.

◆ Source() [2/3]

ts::LTST::Source::Source ( const AbstractTable table,
const Source other 
)

Basic copy-like constructor.

Parameters
[in]tableParent table.
[in]otherAnother instance to copy.

◆ Source() [3/3]

ts::LTST::Source::Source ( const AbstractTable table,
Source &&  other 
)

Basic move-like constructor.

Parameters
[in]tableParent table.
[in,out]otherAnother instance to move.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::AttachedEntry::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: