|
Firmware
|
Tests for the data manager. More...
#include <px4_config.h>#include <px4_posix.h>#include <sys/types.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <arch/board/board.h>#include <drivers/drv_board_led.h>#include <drivers/drv_hrt.h>#include <semaphore.h>#include "tests_main.h"#include "dataman/dataman.h"Macros | |
| #define | NUM_MISSIONS_TEST 50 |
| #define | DM_MAX_DATA_SIZE sizeof(struct mission_s) |
Functions | |
| int | test_dataman (int argc, char *argv[]) |
Tests for the data manager.
1.8.12