API Documentation =================== This package is split into multiple submodules: - :py:mod:`spacepackets.ccsds`: Contains CCSDS specific code. This includes the CCSDS space packet helpers and the CCSDS time implementations in the :py:mod:`spacepackets.ccsds.time` module. - :py:mod:`spacepackets.cfdp`: Contains packet implementations related to the CCSDS File Delivery Protocol - :py:mod:`spacepackets.ecss`: Contains packet implementations related to the ECSS PUS standard. - :py:mod:`spacepackets.uslp`: Contains packet implementations related to the USLP standard. To avoid specifying packet configuration which generally stays the same repeatedly, some parameters can also be set via ``conf`` modules inside each subpackage. This package also uses the :py:mod:`logging` package to emit warnings. .. toctree:: :maxdepth: 3 api/generic api/ccsds api/ccsds_time api/ecss api/cfdp api/cfdp_pdu api/uslp api/countdown api/seqcount api/util