- LG: added distinction between analog cable and analog antenna channels for legacy binary files (xxMODEL00001.TLL)

- fixed lots of unit tests for LG legacy formats
This commit is contained in:
Horst Beham
2021-09-05 04:36:56 +02:00
parent 70138d5ac5
commit ef5834fac0
32 changed files with 617 additions and 598 deletions

View File

@@ -30,16 +30,22 @@ struct TLL_HotelSettings
enum TLL_SignalSource : byte
{
Analog_T = 0,
DVB_T = 1,
Analog = 2,
Analog_C = 2,
DVB_C = 3,
DVB_S = 7
};
enum LH_SignalSource : byte
{
Antenna = 2,
Cable = 3
//Antenna = 2,
//Cable = 3
Analog_T = 0,
DVB_T = 1,
Analog_C = 2,
DVB_C = 3,
DVB_S = 7
};
enum TLL_EditFlags : byte