F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ActiveLoggerImplCfg.hpp
Go to the documentation of this file.
1 /*
2  * ActiveLoggerImplCfg.hpp
3  *
4  * Created on: Apr 16, 2015
5  * Author: tcanham
6  */
7 
8 #ifndef ACTIVELOGGER_ACTIVELOGGERIMPLCFG_HPP_
9 #define ACTIVELOGGER_ACTIVELOGGERIMPLCFG_HPP_
10 
11 // set default filters
12 
13 enum {
20 };
21 
22 
23 enum {
25 };
26 
27 #endif /* ACTIVELOGGER_ACTIVELOGGERIMPLCFG_HPP_ */
ACTIVITY LO events are filtered at input.
ACTIVITY HI events are filtered at input.
DIAGNOSTIC events are filtered at input.
COMMAND events are filtered at input.
WARNING HI events are filtered at input.
Size of telemetry ID filter.
WARNING LO events are filtered at input.