TSDuck v3.43-4424
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsFeatures.h File Reference

Repository of dynamically registered features. More...

Classes

class  ts::Features
 Repository of dynamically registered features. More...
 
class  ts::Features::Register
 A class to register a feature of the application. More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Macros

#define TS_REGISTER_FEATURE(...)
 Registration of a feature for which commands may check support level and version.
 

Detailed Description

Repository of dynamically registered features.

Macro Definition Documentation

◆ TS_REGISTER_FEATURE

#define TS_REGISTER_FEATURE (   ...)

Registration of a feature for which commands may check support level and version.

Same parameters as ts::Features::Register constructors.