![]() |
F´ Flight Software - C/C++ Documentation
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 86 of file TestUtils.hpp.
#define ASSERT_LAST_CMD_COMP | ( | comp, | |
cmd, | |||
status | |||
) |
Definition at line 88 of file TestUtils.hpp.
#define ASSERT_LAST_EVENT | ( | name, | |
... | |||
) |
Definition at line 114 of file TestUtils.hpp.
#define ASSERT_LAST_PORT_OUT | ( | port, | |
... | |||
) |
Definition at line 128 of file TestUtils.hpp.
#define ASSERT_LAST_TLM | ( | name, | |
value | |||
) |
Definition at line 101 of file TestUtils.hpp.
#define SEND_CMD | ( | cmd, | |
status, | |||
... | |||
) | SEND_CMD_COMP(TEST_COMP, cmd, status, ##__VA_ARGS__) |
Definition at line 52 of file TestUtils.hpp.
#define SEND_CMD_COMP | ( | comp, | |
cmd, | |||
status, | |||
... | |||
) |
Definition at line 54 of file TestUtils.hpp.
#define SEND_CMD_COMP_NO_EXPECT | ( | comp, | |
cmd, | |||
... | |||
) |
Definition at line 70 of file TestUtils.hpp.
#define SEND_CMD_NO_EXPECT | ( | cmd, | |
... | |||
) | SEND_CMD_COMP_NO_EXPECT(TEST_COMP, cmd, ##__VA_ARGS__) |
Definition at line 68 of file TestUtils.hpp.