start groundwork for new TM downlink arch

This commit is contained in:
2023-03-09 01:32:27 +01:00
parent c1b43bb504
commit 21899d663e
24 changed files with 379 additions and 266 deletions

14
mission/tmtc/tmFilters.h Normal file
View File

@ -0,0 +1,14 @@
#ifndef MISSION_TMTC_FILTERS_H_
#define MISSION_TMTC_FILTERS_H_
#include <mission/tmtc/PusPacketFilter.h>
namespace filters {
PusPacketFilter hkFilter();
PusPacketFilter miscFilter();
PusPacketFilter okFilter();
PusPacketFilter notOkFilter();
} // namespace filters
#endif /* MISSION_TMTC_FILTERS_H_ */