1 #ifndef UTILITY_COUNTER_H_
2 #define UTILITY_COUNTER_H_
8 #include <src_user/Settings/System/anomaly_logger_define.h>
11 #include "../System/ApplicationManager/app_info.h"
12 #include "../System/AnomalyLogger/anomaly_logger.h"
13 #include "../TlmCmd/common_cmd_packet.h"
18 UTIL_COUNTER_RES00 = 0,
56 unsigned int threshold;
57 unsigned char anomaly_active;
58 } UTIL_COUNTER_counter;
62 UTIL_COUNTER_counter cnt[UTIL_COUNTER_MAX];
65 extern const UtilityCounter*
const utility_counter;
67 AppInfo UTIL_COUNTER_create_app(
void);