F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the source code of this file.
Macros | |
#define | SEND_CMD(cmd, status, ...) SEND_CMD_COMP(TEST_COMP, cmd, status, ## __VA_ARGS__) |
#define | SEND_CMD_COMP(comp, cmd, status, ...) |
#define | SEND_CMD_NO_EXPECT(cmd, ...) SEND_CMD_COMP_NO_EXPECT(TEST_COMP, cmd, ## __VA_ARGS__) |
#define | SEND_CMD_COMP_NO_EXPECT(comp, cmd, ...) |
#define | ASSERT_LAST_CMD(cmd, status) ASSERT_LAST_CMD_COMP(TEST_COMP, cmd, status) |
#define | ASSERT_LAST_CMD_COMP(comp, cmd, status) |
#define | ASSERT_LAST_TLM(name, value) |
#define | ASSERT_LAST_EVENT(name, ...) |
#define | ASSERT_LAST_PORT_OUT(port, ...) |
#define ASSERT_LAST_CMD | ( | cmd, | |
status | |||
) | ASSERT_LAST_CMD_COMP(TEST_COMP, cmd, status) |
Definition at line 89 of file TestUtils.hpp.
#define ASSERT_LAST_CMD_COMP | ( | comp, | |
cmd, | |||
status | |||
) |
Definition at line 92 of file TestUtils.hpp.
#define ASSERT_LAST_EVENT | ( | name, | |
... | |||
) |
Definition at line 118 of file TestUtils.hpp.
#define ASSERT_LAST_PORT_OUT | ( | port, | |
... | |||
) |
Definition at line 132 of file TestUtils.hpp.
#define ASSERT_LAST_TLM | ( | name, | |
value | |||
) |
Definition at line 105 of file TestUtils.hpp.
#define SEND_CMD | ( | cmd, | |
status, | |||
... | |||
) | SEND_CMD_COMP(TEST_COMP, cmd, status, ## __VA_ARGS__) |
Definition at line 53 of file TestUtils.hpp.
#define SEND_CMD_COMP | ( | comp, | |
cmd, | |||
status, | |||
... | |||
) |
Definition at line 56 of file TestUtils.hpp.
#define SEND_CMD_COMP_NO_EXPECT | ( | comp, | |
cmd, | |||
... | |||
) |
Definition at line 73 of file TestUtils.hpp.
#define SEND_CMD_NO_EXPECT | ( | cmd, | |
... | |||
) | SEND_CMD_COMP_NO_EXPECT(TEST_COMP, cmd, ## __VA_ARGS__) |
Definition at line 70 of file TestUtils.hpp.