- reworked UI

- fixed various issues with incorrect selection and program# assignment
This commit is contained in:
hbeham
2013-04-06 01:46:28 +02:00
parent f882df48c1
commit 961f3be305
28 changed files with 3645 additions and 2926 deletions

View File

@@ -13,6 +13,7 @@
public readonly int lnbCount;
public readonly int lnbLength;
public readonly int[] dvbsSubblockLength;
public readonly int dvbsBlockTotalLength;
public int LnbBlockHeaderSize = 12;
@@ -36,6 +37,9 @@
12 + dvbsMaxChannelCount/8 + dvbsMaxChannelCount*sizeOfChannelLinkedListEntry + dvbsMaxChannelCount * dvbsChannelLength, // channels
LnbBlockHeaderSize - 4 + lnbCount * lnbLength // sat/LNB-Config
};
foreach (int len in this.dvbsSubblockLength)
this.dvbsBlockTotalLength += len + 4;
}
/// <summary>