F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FppTest::Enum Namespace Reference

Functions

template<typename EnumType >
EnumType::T getDefaultValue ()
 
template<typename EnumType >
EnumType::T getValidValue ()
 
template<typename EnumType >
EnumType::T getInvalidValue ()
 

Function Documentation

◆ getDefaultValue()

template<typename EnumType >
EnumType::T FppTest::Enum::getDefaultValue ( )

Definition at line 29 of file EnumTest.hpp.

◆ getInvalidValue()

template<typename EnumType >
EnumType::T FppTest::Enum::getInvalidValue ( )

Definition at line 46 of file EnumTest.hpp.

◆ getValidValue()

template<typename EnumType >
EnumType::T FppTest::Enum::getValidValue ( )

Definition at line 35 of file EnumTest.hpp.