![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Prm/ParamValidEnumAc.hpp>Go to the source code of this file.
Macros | |
| #define | FW_PARAM_OK(paramValid) (((paramValid) == Fw::ParamValid::DEFAULT) || ((paramValid) == Fw::ParamValid::VALID)) |
| #define FW_PARAM_OK | ( | paramValid | ) | (((paramValid) == Fw::ParamValid::DEFAULT) || ((paramValid) == Fw::ParamValid::VALID)) |
Check whether a parameter value is usable
A parameter value is usable when it was successfully loaded from the parameter database or when its default value was applied.
Definition at line 22 of file ParamValid.hpp.