TSDuck v3.40-4120
MPEG Transport Stream Toolkit
|
Representation of BIOP::ModuleInfo structure. More...
#include <tsDSMCCUserToNetworkMessage.h>
Public Member Functions | |
Module (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
uint32_t | block_timeout = 0 |
Time out value in microseconds that may be used to time out the reception of the next Block after a Block has been acquired. | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
uint32_t | min_block_time = 0 |
Indicates the minimum time period that exists between the delivery of two subsequent Blocks of the Module. | |
uint16_t | module_id = 0 |
Identifies the module. | |
uint32_t | module_size = 0 |
Length of the module in bytes. | |
uint32_t | module_timeout = 0 |
Time out value in microseconds that may be used to time out the acquisition of all Blocks of the Module. | |
uint8_t | module_version = 0 |
Identifies the version of the module. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
std::list< Tap > | taps {} |
List of Taps. | |
Representation of BIOP::ModuleInfo structure.
|
explicit |
Constructor.
[in] | table | Parent DSMCCUserToNetworkMessage Table. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.