#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <iostream>
#include <unistd.h>
#include "roc/Board.h"
#include "roc/UdpBoard.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 18 of file UploadApp.cxx.
References roc::UdpBoard::checkUpload(), roc::Board::Close(), roc::Board::Connect(), roc::Board::restartRoc(), roc::UdpBoard::setConsoleOutput(), roc::UdpBoard::uploadBitfile(), and roc::UdpBoard::uploadSDfile().