#include <iostream>#include <string>#include <cstdlib>#include <cstdio>#include <sys/types.h>#include <unistd.h>#include "debug.hpp"#include <uavcan/protocol/file_server.hpp>#include <uavcan_linux/uavcan_linux.hpp>#include <uavcan_posix/basic_file_server_backend.hpp>#include <uavcan_posix/firmware_version_checker.hpp>
Go to the source code of this file.
Functions | |
| int | main (int argc, const char **argv) |
Definition at line 125 of file test_file_server.cpp.