![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/PassiveRateGroup/PassiveRateGroup.hpp>
Definition at line 30 of file PassiveRateGroup.hpp.
|
explicit |
PassiveRateGroupImpl constructor.
The constructor of the class clears all the flags and copies the contents of the context array to private storage.
compName | Name of the component |
Definition at line 20 of file PassiveRateGroup.cpp.
Svc::PassiveRateGroup::~PassiveRateGroup | ( | ) |
PassiveRateGroupImpl destructor.
The destructor of the class is empty
Definition at line 24 of file PassiveRateGroup.cpp.
void Svc::PassiveRateGroup::configure | ( | NATIVE_INT_TYPE | contexts[], |
NATIVE_INT_TYPE | numContexts | ||
) |
PassiveRateGroupImpl initialization function.
PassiveRateGroup configuration function
The configuration function takes an array of context values to pass to members of the rate group.
contexts | Array of integers that contain the context values that will be sent to each member component. The index of the array corresponds to the output port number. |
numContexts | The number of elements in the context array. |
Definition at line 26 of file PassiveRateGroup.cpp.