![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Description of a set of devices. More...
#include <tsUNT.h>


Public Member Functions | |
| Devices (const AbstractTable *table) | |
| Basic constructor. | |
| Devices (const AbstractTable *table, const Devices &other) | |
| Basic copy-like constructor. | |
| Devices & | operator= (const Devices &other)=default |
| Assignment operator. | |
Public Attributes | |
| DSMCCCompatibilityDescriptor | compatibilityDescriptor {} |
| The entries of the compatibilityDescriptor. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
| PlatformList | platforms |
| The list of platforms. | |
Description of a set of devices.
|
explicit |
Basic constructor.
| [in] | table | Parent table. A descriptor list is always attached to a table. |
| ts::UNT::Devices::Devices | ( | const AbstractTable * | table, |
| const Devices & | other | ||
| ) |
Basic copy-like constructor.
| [in] | table | Parent table. A descriptor list is always attached to a table. |
| [in] | other | Another instance to copy. |
Assignment operator.
The parent table remains unchanged.
| [in] | other | Another instance to copy. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.