Firmware
Macros | Functions
test_file2.c File Reference

File write test. More...

#include <px4_defines.h>
#include <sys/stat.h>
#include <dirent.h>
#include <stdio.h>
#include <stddef.h>
#include <unistd.h>
#include <fcntl.h>
#include <perf/perf_counter.h>
#include <string.h>
#include <stdlib.h>
#include <px4_getopt.h>
#include "tests_main.h"

Macros

#define FLAG_FSYNC   1
 
#define FLAG_LSEEK   2
 
#define LOG_PATH   PX4_STORAGEDIR
 

Functions

int test_file2 (int argc, char *argv[])
 

Detailed Description

File write test.