start groundwork for new TM downlink arch
This commit is contained in:
14
mission/tmtc/tmFilters.h
Normal file
14
mission/tmtc/tmFilters.h
Normal 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_ */
|
Reference in New Issue
Block a user