Struct FelixClientThreadExtension520::BlockDecoderStats
Defined in File felix_client_thread_extension520.hpp
Nested Relationships
This struct is a nested type of Class FelixClientThreadExtension520.
Struct Documentation
-
struct BlockDecoderStats
Statistics for the block decoder.
This structure contains statistics about the block decoder, such as the number of processed blocks, dropped blocks, invalid data blocks, invalid header blocks, out-of-sequence blocks, and corrupted streams.
Public Members
-
std::uint64_t processed_blocks = {}
Number of processed blocks.
-
std::uint64_t dropped_blocks = {}
Number of dropped blocks.
-
std::uint64_t invalid_data_blocks = {}
Number of blocks with invalid data.
-
std::uint64_t invalid_header_blocks = {}
Number of blocks with invalid header.
-
std::uint64_t oos_blocks = {}
Number of blocks with out-of-sequence data.
-
std::uint64_t corrupted_streams = {}
Number of chunks with corrupted streams.
-
std::uint64_t processed_blocks = {}