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
InternalInterfaceTests.hpp File Reference
#include "test/ut/Tester.hpp"

Go to the source code of this file.

Macros

#define INTERNAL_INT_TEST_DECL(TYPE)   void testInternalInterface(FppTest::Types::TYPE& data);
 
#define INTERNAL_INT_TEST_DECLS
 

Macro Definition Documentation

◆ INTERNAL_INT_TEST_DECL

#define INTERNAL_INT_TEST_DECL ( TYPE)    void testInternalInterface(FppTest::Types::TYPE& data);

Definition at line 19 of file InternalInterfaceTests.hpp.

◆ INTERNAL_INT_TEST_DECLS

#define INTERNAL_INT_TEST_DECLS
Value:
INTERNAL_INT_TEST_DECL(PrimitiveParams) \
INTERNAL_INT_TEST_DECL(InternalInterfaceStringParams) \
INTERNAL_INT_TEST_DECL(EnumParam) \
INTERNAL_INT_TEST_DECL(ArrayParam) \
INTERNAL_INT_TEST_DECL(StructParam)
#define INTERNAL_INT_TEST_DECL(TYPE)

Definition at line 21 of file InternalInterfaceTests.hpp.