mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
9 lines
223 B
C++
9 lines
223 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
#include <cstdint>
|
|
|
|
void decodeMSGNat(std::vector<uint8_t> data, std::string pro_output_file);
|
|
|
|
void decodeAVHRRNat(std::vector<uint8_t> data, std::string pro_output_file);
|