added changes to pyclient, attention: only main_copy functional for now, will have to integrate

This commit is contained in:
lkoester
2023-02-09 15:39:29 +01:00
parent 42f30cd9a0
commit 357c96806c
4 changed files with 409 additions and 4 deletions

View File

@ -248,6 +248,7 @@ class TcHandler(TcHandlerBase):
self.verif_wrapper = verif_wrapper
self.queue_helper = DefaultPusQueueHelper(
queue_wrapper=None,
tc_sched_timestamp_len=7,
seq_cnt_provider=seq_count_provider,
)