17 #ifndef SVC_RATEGROUPDRIVER_HPP 18 #define SVC_RATEGROUPDRIVER_HPP friend class RateGroupDriverImplTester
Divider()
Initializes divisor and offset to 0 (unused)
PlatformSizeType FwSizeType
FwSizeType divisor
Divisor.
Divider(FwSizeType divisorIn, FwSizeType offsetIn)
Initializes divisor and offset to passed-in pair.
Auto-generated base for RateGroupDriver component.
void configure(const DividerSet ÷rsSet)
RateGroupDriver configuration function.
RateGroupDriver(const char *compName)
RateGroupDriver constructor.
Implementation class for RateGroupDriver.
Struct describing a divider.
PlatformIndexType FwIndexType
Divider dividers[Svc::RateGroupDriver::DIVIDER_SIZE]
Dividers.
~RateGroupDriver()
RateGroupDriverImpl destructor.
RateGroupDivider component implementation.
static const FwIndexType DIVIDER_SIZE
Size of the divider table, provided as a constants to users passing the table in. ...
Struct containing an array of dividers.