OpenCores
URL https://opencores.org/ocsvn/connect-6/connect-6/trunk

Subversion Repositories connect-6

[/] [connect-6/] [trunk/] [CONNECT6_CMDLINE/] [util.h] - Rev 5

Compare with Previous | Blame | View Log

/*  util.cpp
    June 9, 2011
    Some helper functions.
 
    Much of the code below is borrowed from Alastair Smith's program
    from the 2010 FPT Othello competition
 
    By Kevin Nam
*/
 
#ifndef _UTILS_H
#define _UTILS_H
 
using namespace std;
 
#include <stdio.h>
#include <iostream>
#include <stdlib.h>
#include <math.h>
#include <string>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
//#include "commondefs.h"
 
/*********************** Portable random number generators *******************/
 
void setup_port(int fd);
int select_com_port(int argc, char **argv);
char select_AI_colour (int argc, char **argv);
int char_to_int (char c);
void wait(double seconds);
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.