TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::DCCSCT::Update Class Reference

Description of an update. More...

#include <tsDCCSCT.h>

Inheritance diagram for ts::DCCSCT::Update:
Collaboration diagram for ts::DCCSCT::Update:

Public Member Functions

 Update (const AbstractTable *table, UpdateType type=UpdateType(0))
 Constructor.
 

Public Attributes

uint16_t dcc_county_location_code = 0
 10 bits. When update_type == new_county.
 
ATSCMultipleString dcc_county_location_code_text {}
 When update_type == new_county.
 
uint8_t dcc_state_location_code = 0
 When update_type == new_state.
 
ATSCMultipleString dcc_state_location_code_text {}
 When update_type == new_state.
 
DescriptorList descs
 List of descriptors for this entry, publicly accessible.
 
uint8_t genre_category_code = 0
 When update_type == new_genre_category.
 
ATSCMultipleString genre_category_name_text {}
 When update_type == new_genre_category.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
uint8_t state_code = 0
 When update_type == new_county.
 
UpdateType update_type = UpdateType(0)
 Update type.
 

Detailed Description

Description of an update.

Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".

Constructor & Destructor Documentation

◆ Update()

ts::DCCSCT::Update::Update ( const AbstractTable table,
UpdateType  type = UpdateType(0) 
)
explicit

Constructor.

Parameters
[in]tableParent DCCSCT.
[in]typeUpdate type.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::EntryBase::order_hint
inherited

Preferred insertion index when serializing the table or NPOS if unspecified.

This is an informational hint which can be used or ignored.


The documentation for this class was generated from the following file: