17 #ifndef SVC_RATEGROUPDRIVER_HPP 18 #define SVC_RATEGROUPDRIVER_HPP Divider()
Initializes divisor and offset to 0 (unused)
FwSizeType divisor
Divisor.
PlatformSizeType FwSizeType
Divider(FwSizeType divisorIn, FwSizeType offsetIn)
Initializes divisor and offset to passed-in pair.
PlatformIndexType FwIndexType
Auto-generated base for RateGroupDriver component.
void configure(const DividerSet ÷rsSet)
RateGroupDriver configuration function.
C++-compatible configuration header for fprime configuration.
RateGroupDriver(const char *compName)
RateGroupDriver constructor.
Implementation class for RateGroupDriver.
Struct describing a divider.
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.