add more stuff

This commit is contained in:
jackyu66git
2025-07-11 01:57:21 +08:00
parent 5d58de1b6b
commit 4f98924295
5 changed files with 572 additions and 77 deletions
+4 -10
View File
@@ -104,17 +104,11 @@ class ChanLun():
if klc.end_klu:
if klc.end_klu.idx == index:
klc_index += 1
if klc.klc_fx_type == Chan_KLC_FX.TOP1 or klc.klc_fx_type == Chan_KLC_FX.TOP2:
if klc.bb_out:
state_list.append("10")
else:
state_list.append("00")
if klc.klc_fx_type == Chan_KLC_FX.TOP4:
state_list.append("10")
#print(klc.start_time, klc.end_time, klc.klc_fx_type)
elif klc.klc_fx_type == Chan_KLC_FX.BOTTOM1 or klc.klc_fx_type == Chan_KLC_FX.BOTTOM2:
if klc.bb_out:
state_list.append("-10")
else:
state_list.append("00")
elif klc.klc_fx_type == Chan_KLC_FX.BOTTOM4:
state_list.append("-10")
#print(klc.start_time, klc.end_time, klc.klc_fx_type)
else:
state_list.append("00")