![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
Namespaces | |
namespace | Array |
namespace | Enum |
namespace | String |
namespace | Types |
namespace | Utils |
Functions | |
template<typename EnumType > | |
void | setEnumValArray (typename EnumType::T(&a)[EnumType::NUM_CONSTANTS+1]) |
template<> | |
void | setEnumValArray< Explicit > (Explicit::T(&a)[Explicit::NUM_CONSTANTS+1]) |
template<> | |
void | setEnumValArray< Interval > (Interval::T(&a)[Interval::NUM_CONSTANTS+1]) |
template<typename EnumType > | |
void | setEnumStrArray (std::string(&a)[EnumType::NUM_CONSTANTS+1]) |
template<> | |
void | setEnumStrArray< Explicit > (std::string(&a)[Explicit::NUM_CONSTANTS+1]) |
template<> | |
void | setEnumStrArray< Interval > (std::string(&a)[Interval::NUM_CONSTANTS+1]) |
void FppTest::setEnumStrArray | ( | std::string(&) | a[EnumType::NUM_CONSTANTS+1] | ) |
Definition at line 57 of file EnumToStringTest.cpp.
void FppTest::setEnumStrArray< Explicit > | ( | std::string(&) | a[Explicit::NUM_CONSTANTS+1] | ) |
Definition at line 67 of file EnumToStringTest.cpp.
void FppTest::setEnumStrArray< Interval > | ( | std::string(&) | a[Interval::NUM_CONSTANTS+1] | ) |
Definition at line 75 of file EnumToStringTest.cpp.
void FppTest::setEnumValArray | ( | typename EnumType::T(&) | a[EnumType::NUM_CONSTANTS+1] | ) |
Definition at line 29 of file EnumToStringTest.cpp.
void FppTest::setEnumValArray< Explicit > | ( | Explicit::T(&) | a[Explicit::NUM_CONSTANTS+1] | ) |
Definition at line 36 of file EnumToStringTest.cpp.
void FppTest::setEnumValArray< Interval > | ( | Interval::T(&) | a[Interval::NUM_CONSTANTS+1] | ) |
Definition at line 44 of file EnumToStringTest.cpp.