mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
17 lines
319 B
C
17 lines
319 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <vector>
|
||
|
|
namespace metopsg
|
||
|
|
{
|
||
|
|
namespace instruments
|
||
|
|
{
|
||
|
|
namespace mwr
|
||
|
|
{
|
||
|
|
class MWRReader
|
||
|
|
{
|
||
|
|
private:
|
||
|
|
std::vector<typename Tp>
|
||
|
|
};
|
||
|
|
} // namespace mwr
|
||
|
|
} // namespace instruments
|
||
|
|
} // namespace metopsg
|