|
SatDump 2.0.0-alpha-520736c72
|
Struct representing a CCSDS Space Packet header. More...
#include <ccsds.h>
Public Member Functions | |
| CCSDSHeader (uint8_t *rawi) | |
| CCSDSHeader (const CCSDSHeader &v) noexcept | |
| void | encodeHDR () |
| CCSDSHeader & | operator= (const CCSDSHeader &v) noexcept |
Public Attributes | |
| uint8_t | raw [6] |
| uint8_t | version |
| bool | type |
| bool | secondary_header_flag |
| uint16_t | apid |
| uint8_t | sequence_flag |
| uint16_t | packet_sequence_count |
| uint16_t | packet_length |
Struct representing a CCSDS Space Packet header.