15 lines
308 B
C++
15 lines
308 B
C++
#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_ */
|