mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
9 lines
130 B
C++
9 lines
130 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
/*
|
|
CCSDS Derandomizer, adapted from SatHelper
|
|
*/
|
|
|
|
void derand_ccsds(uint8_t *data, int length);
|