![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include "test/ut/Tester.hpp"
Go to the source code of this file.
Macros | |
#define | CMD_TEST_INVOKE_DECL(TYPE) void invoke##TYPE##Command(NATIVE_INT_TYPE portNum, Fw::CmdArgBuffer& buf); |
#define | CMD_TEST_INVOKE_DECLS |
#define | CMD_TEST_INVOKE_DECLS_ASYNC |
#define | CMD_TEST_DECL(TYPE, ASYNC) void test##ASYNC##Command(NATIVE_INT_TYPE portNum, FppTest::Types::TYPE& data); |
#define | CMD_TEST_DECLS |
#define | CMD_TEST_DECLS_ASYNC |
#define | CMD_TEST_INVOKE_DEFS |
#define | CMD_TEST_INVOKE_DEFS_ASYNC |
#define | CMD_TEST_DEFS(ASYNC) |
#define CMD_TEST_DECL | ( | TYPE, | |
ASYNC ) void test##ASYNC##Command(NATIVE_INT_TYPE portNum, FppTest::Types::TYPE& data); |
Definition at line 37 of file CmdTests.hpp.
#define CMD_TEST_DECLS |
Definition at line 39 of file CmdTests.hpp.
#define CMD_TEST_DECLS_ASYNC |
Definition at line 48 of file CmdTests.hpp.
#define CMD_TEST_DEFS | ( | ASYNC | ) |
Definition at line 141 of file CmdTests.hpp.
#define CMD_TEST_INVOKE_DECL | ( | TYPE | ) | void invoke##TYPE##Command(NATIVE_INT_TYPE portNum, Fw::CmdArgBuffer& buf); |
Definition at line 19 of file CmdTests.hpp.
#define CMD_TEST_INVOKE_DECLS |
Definition at line 21 of file CmdTests.hpp.
#define CMD_TEST_INVOKE_DECLS_ASYNC |
Definition at line 29 of file CmdTests.hpp.
#define CMD_TEST_INVOKE_DEFS |
Definition at line 61 of file CmdTests.hpp.
#define CMD_TEST_INVOKE_DEFS_ASYNC |
Definition at line 86 of file CmdTests.hpp.