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

Description of an event source. More...

#include <tsAEIT.h>

Inheritance diagram for ts::AEIT::Source:
Collaboration diagram for ts::AEIT::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

EventList events
 List of events.
 
uint16_t source_id = 0
 Source id.
 

Detailed Description

Description of an event source.

Constructor & Destructor Documentation

◆ Source() [1/3]

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

Constructor.

Parameters
[in]tableParent AEIT.

◆ Source() [2/3]

ts::AEIT::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::AEIT::Source::Source ( const AbstractTable table,
Source &&  other 
)

Basic move-like constructor.

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

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