![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
Functions | |
template<typename ArrayType > | |
void | setDefaultVals (typename ArrayType::ElementType(&a)[ArrayType::SIZE]) |
template<typename ArrayType > | |
void | setTestVals (typename ArrayType::ElementType(&a)[ArrayType::SIZE]) |
template<typename ArrayType > | |
ArrayType | getMultiElementConstructedArray (typename ArrayType::ElementType(&a)[ArrayType::SIZE]) |
template<typename ArrayType > | |
U32 | getSerializedSize (typename ArrayType::ElementType(&a)[ArrayType::SIZE]) |
ArrayType FppTest::Array::getMultiElementConstructedArray | ( | typename ArrayType::ElementType(&) | a[ArrayType::SIZE] | ) |
U32 FppTest::Array::getSerializedSize | ( | typename ArrayType::ElementType(&) | a[ArrayType::SIZE] | ) |
Definition at line 43 of file ArrayTest.hpp.
void FppTest::Array::setDefaultVals | ( | typename ArrayType::ElementType(&) | a[ArrayType::SIZE] | ) |
Definition at line 29 of file ArrayTest.hpp.
void FppTest::Array::setTestVals | ( | typename ArrayType::ElementType(&) | a[ArrayType::SIZE] | ) |