#include <stdint.h>
#include <err.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <stdio.h>
#include <string.h>
#include "WProgram.h"
#include "../APM_BinComm.h"
Go to the source code of this file.
Functions | |
BinComm | comm (handlers,&port) |
unsigned int | millis (void) |
int | main (int argc, char *argv[]) |
Variables | |
BinComm::MessageHandler | handlers [] |
Stream | port |
int | port_fd |