|
void | _print_assert (const char *msg, const char *test, const char *file, int line) |
|
void | _print_compare (const char *msg, const char *v1_text, int v1, const char *v2_text, int v2, const char *file, int line) |
|
int | _tests_run {0} |
| The number of individual unit tests run.
|
|
int | _tests_failed {0} |
| The number of unit tests which failed.
|
|
int | _tests_passed {0} |
| The number of unit tests which passed.
|
|
int | _assertions {0} |
| Total number of assertions tested by all unit tests.
|
|
§ receive_message_handler_burst()
void MavlinkFtpTest::receive_message_handler_burst |
( |
const mavlink_file_transfer_protocol_t * |
ftp_req, |
|
|
void * |
worker_data |
|
) |
| |
|
static |
Static method used as callback from MavlinkFTP for stream download testing.
This method will be called by MavlinkFTP when it needs to send a message out on Mavlink.
§ receive_message_handler_generic()
void MavlinkFtpTest::receive_message_handler_generic |
( |
const mavlink_file_transfer_protocol_t * |
ftp_req, |
|
|
void * |
worker_data |
|
) |
| |
|
static |
Static method used as callback from MavlinkFTP for generic use.
This method will be called by MavlinkFTP when it needs to send a message out on Mavlink.
The documentation for this class was generated from the following files: