PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/log.h>
#include <px4_platform_common/module.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <termios.h>
#include <systemlib/err.h>
Go to the source code of this file.
Functions | |
__EXPORT int | dumpfile_main (int argc, char *argv[]) |
static void | print_usage (void) |
Definition in file dumpfile.c.
int dumpfile_main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 64 of file dumpfile.c.
References f(), print_usage(), and write().
|
static |
Definition at line 54 of file dumpfile.c.
Referenced by dumpfile_main().