TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
A class to register additional XML model files to merge with the main model for tables and descriptors. More...
#include <tsPSIRepository.h>
Public Member Functions | |
RegisterXML (const UString &filename) | |
Register an additional XML model file containing definitions for tables and descriptors. | |
A class to register additional XML model files to merge with the main model for tables and descriptors.
The registration is performed using constructors. Thus, it is possible to perform a registration in the declaration of a static object.
ts::PSIRepository::RegisterXML::RegisterXML | ( | const UString & | filename | ) |
Register an additional XML model file containing definitions for tables and descriptors.
This file will be merged with the main model.
[in] | filename | Name of the XML model file. This should be a simple file name, without directory. This file will be searched in the same directory as the executable, then in all directories from $TSPLUGINS_PATH, then from $LD_LIBRARY_PATH (Linux only), then from $PATH. |