F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
11 m_ticks(0),m_rollover(1)
22 this->getNum_CycleOut_OutputPorts());
29 if (dividers[entry] != 0) {
51 if (this->isConnected_CycleOut_OutputPort(entry)) {
NATIVE_INT_TYPE m_dividers[NUM_CYCLEOUT_OUTPUT_PORTS]
divider array
NATIVE_INT_TYPE m_ticks
tick counter
RateGroupDivider component implementation.
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
void init(void)
RateGroupDriverImpl initialization function.
NATIVE_INT_TYPE m_rollover
rollover counter
Serializable class for carrying timer values.
Auto-generated base for RateGroupDriver component.
void init(void)
Object initializer.
PRIVATE Svc::TimerVal & cycleStart
~RateGroupDriverImpl(void)
RateGroupDriverImpl destructor.
RateGroupDriverImpl(const char *compName, NATIVE_INT_TYPE dividers[], NATIVE_INT_TYPE numDividers)
RateGroupDriverImpl constructor.
Declares ISF basic types.
int NATIVE_INT_TYPE
native integer type declaration