8#ifndef ACTIVELOGGERIMPL_HPP_
9#define ACTIVELOGGERIMPL_HPP_
11#include <Svc/ActiveLogger/ActiveLoggerComponentAc.hpp>
30 void SET_EVENT_FILTER_cmdHandler(
33 ActiveLogger_FilterSeverity filterLevel,
34 ActiveLogger_Enabled filterEnabled);
36 void SET_ID_FILTER_cmdHandler(
40 ActiveLogger_Enabled idFilterEnabled
43 void DUMP_FILTER_STATE_cmdHandler(
56 struct t_filterState {
57 ActiveLogger_Enabled enabled;
58 } m_filterState[ActiveLogger_FilterSeverity::NUM_CONSTANTS];
@ TELEM_ID_FILTER_SIZE
Size of telemetry ID filter.
PlatformIntType NATIVE_INT_TYPE
virtual ~ActiveLoggerImpl()
destructor
void init(NATIVE_INT_TYPE queueDepth, NATIVE_INT_TYPE instance)
initialization function