start ccsds wrapper
This commit is contained in:
parent
e296554827
commit
4b511d8d30
@ -47,6 +47,16 @@ from tmtccmd.cfdp.handler import DestHandler, SourceHandler
|
||||
LOGGER = get_console_logger()
|
||||
|
||||
|
||||
class CfdpCcsdsWrapper:
|
||||
def __init__(
|
||||
self,
|
||||
cfg: LocalEntityCfg,
|
||||
seq_cnt_provider: ProvidesSeqCount,
|
||||
remote_cfg: Sequence[RemoteEntityCfg],
|
||||
):
|
||||
self.handler = CfdpHandler(cfg, seq_cnt_provider, remote_cfg)
|
||||
|
||||
|
||||
class CfdpHandler(CfdpUserBase):
|
||||
def __init__(
|
||||
self,
|
||||
|
Loading…
Reference in New Issue
Block a user