F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
RateGroupDriver.hpp File Reference

RateGroupDivider component implementation. More...

Go to the source code of this file.

Classes

class  Svc::RateGroupDriver
 Implementation class for RateGroupDriver. More...
 
class  Svc::RateGroupDriver::Divider
 Struct describing a divider. More...
 
class  Svc::RateGroupDriver::DividerSet
 Struct containing an array of dividers. More...
 

Namespaces

 Svc
 

Detailed Description

RateGroupDivider component implementation.

Author
T. Canham

This component implements a divider function. A primary tick is invoked via the CycleIn port. The divider array then divides down the tick into CycleOut ports. The ports are called at the rate of input rate/divider[port]

Definition in file RateGroupDriver.hpp.