14 #ifndef SVC_PASSIVERATEGROUP_IMPL_HPP 15 #define SVC_PASSIVERATEGROUP_IMPL_HPP 74 "Use configure(const PassiveRateGroup::ContextArray& contexts) instead");
98 void CLEAR_STATISTICS_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq)
override;
109 std::atomic<U32> m_maxTime;
RawTimeSource
Timer source selection for RawTime.
PassiveRateGroup(const char *compName)
PassiveRateGroupImpl constructor.
Platform's default timer (maintains current behavior)
FwIdType FwOpcodeType
The type of a command opcode.
static constexpr FwIndexType CONNECTION_COUNT_MAX
Auto-generated base for PassiveRateGroup component.
void configure(const ContextArray &contexts, const Os::RawTimeSource rawTimeSource=Os::RAWTIME_DEFAULT)
PassiveRateGroupImpl initialization function.
DEPRECATED(void configure(const U32 contexts[], const FwIndexType numContexts), "Use configure(const PassiveRateGroup::ContextArray& contexts) instead")
PassiveRateGroup configuration function.
PlatformIndexType FwIndexType
friend class PassiveRateGroupTester
~PassiveRateGroup()
PassiveRateGroupImpl destructor.
RateGroupDivider component implementation.