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


Public Member Functions | |
| Device (const AbstractTable *table) | |
| Basic constructor. | |
| Device (const AbstractTable *table, const Device &other) | |
| Basic copy-like constructor. | |
| Device & | operator= (const Device &other) |
| Assignment operator. | |
Public Attributes | |
| DescriptorList | operational_descs |
| Operational descriptor loop, describes the operations on the target device. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
| DescriptorList | target_descs |
| Target descriptor loop, describes the target device. | |
Description of a device.
|
explicit |
Basic constructor.
| [in] | table | Parent table. A descriptor list is always attached to a table. |
| ts::INT::Device::Device | ( | const AbstractTable * | table, |
| const Device & | 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.