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
ParamTests.hpp File Reference

Go to the source code of this file.

Macros

#define PARAM_CMD_TEST_DECL(TYPE)   void testParamCommand(NATIVE_INT_TYPE portNum, FppTest::Types::TYPE& data);
 
#define PARAM_CMD_TEST_DECLS
 

Macro Definition Documentation

◆ PARAM_CMD_TEST_DECL

#define PARAM_CMD_TEST_DECL ( TYPE)    void testParamCommand(NATIVE_INT_TYPE portNum, FppTest::Types::TYPE& data);

Definition at line 17 of file ParamTests.hpp.

◆ PARAM_CMD_TEST_DECLS

#define PARAM_CMD_TEST_DECLS
Value:
PARAM_CMD_TEST_DECL(BoolParam) \
PARAM_CMD_TEST_DECL(U32Param) \
PARAM_CMD_TEST_DECL(PrmStringParam) \
PARAM_CMD_TEST_DECL(EnumParam) \
PARAM_CMD_TEST_DECL(ArrayParam) \
PARAM_CMD_TEST_DECL(StructParam)
#define PARAM_CMD_TEST_DECL(TYPE)

Definition at line 19 of file ParamTests.hpp.