Space Packet definition.
More...
#include <cstdint>
#include <vector>
Go to the source code of this file.
◆ crcCheckCCITT()
Check a CCSDS Packet's CCITT CRC (if present)
- Parameters
-
- Returns
- true if valid
◆ crcCheckHLDC32()
Check a CCSDS Packet's HDLC CRC-32 (if present)
- Parameters
-
- Returns
- true if valid
◆ crcCheckVerticalParity()
| bool ccsds::crcCheckVerticalParity |
( |
CCSDSPacket & | pkt | ) |
|
Check a CCSDS Packet's Verical Parity (if present)
- Parameters
-
- Returns
- true if valid
◆ parseCCSDSHeader()
| CCSDSHeader ccsds::parseCCSDSHeader |
( |
uint8_t * | header | ) |
|
Parse a CCSDS Header.
- Parameters
-
| header | pointer to a CCSDS header in a buffer |