TSDuck v3.40-4120
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::PSIRepository::SignalizationClass Class Referenceabstract

Base description of a signalization class, common to tables and descriptors. More...

#include <tsPSIRepository.h>

Inheritance diagram for ts::PSIRepository::SignalizationClass:
Collaboration diagram for ts::PSIRepository::SignalizationClass:

Public Member Functions

virtual Standards getStandards () const =0
 Get the applicable standards for the table or descriptor.
 

Public Attributes

UString display_name {}
 Displayable name for that table or descriptor.
 
std::type_index index = NullIndex()
 RTTI type index for the C++ class.
 
UString xml_name {}
 XML name for that table or descriptor.
 

Detailed Description

Base description of a signalization class, common to tables and descriptors.

Member Function Documentation

◆ getStandards()

virtual Standards ts::PSIRepository::SignalizationClass::getStandards ( ) const
pure virtual

Get the applicable standards for the table or descriptor.

Returns
The set of applicable standards for the table or descriptor.

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