MythTV  master
Classes | Variables
eldutils.h File Reference
#include <cstdint>
#include <QString>
#include "libmyth/mythexp.h"
Include dependency graph for eldutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eld
 
struct  eld::cea_sad
 
struct  eld::eld_data
 

Variables

static constexpr uint8_t ELD_FIXED_BYTES { 20 }
 
static constexpr size_t ELD_MAX_SAD { 16 }
 
static constexpr uint8_t PRINT_RATES_ADVISED_BUFSIZE { 80 }
 
static constexpr uint8_t PRINT_BITS_ADVISED_BUFSIZE { 16 }
 
static constexpr uint8_t PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE { 80 }
 

Variable Documentation

◆ ELD_FIXED_BYTES

constexpr uint8_t ELD_FIXED_BYTES { 20 }
staticconstexpr

Definition at line 30 of file eldutils.h.

Referenced by eld::update_eld().

◆ ELD_MAX_SAD

constexpr size_t ELD_MAX_SAD { 16 }
staticconstexpr

Definition at line 31 of file eldutils.h.

◆ PRINT_RATES_ADVISED_BUFSIZE

constexpr uint8_t PRINT_RATES_ADVISED_BUFSIZE { 80 }
staticconstexpr

Definition at line 33 of file eldutils.h.

◆ PRINT_BITS_ADVISED_BUFSIZE

constexpr uint8_t PRINT_BITS_ADVISED_BUFSIZE { 16 }
staticconstexpr

Definition at line 34 of file eldutils.h.

◆ PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE

constexpr uint8_t PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE { 80 }
staticconstexpr

Definition at line 35 of file eldutils.h.