check transfer
0.1
Check data transfer for SDAccell OpenCL application
|
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <limits.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <error.h>
#include <time.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Functions | |
void | IPC_delay (int ms) |
int | IPC_getch (void) |
int | IPC_getche (void) |
long | IPC_getTickCount () |
int | IPC_kbhit (void) |
void IPC_delay | ( | int | ms | ) |
int IPC_getch | ( | void | ) |
Definition at line 26 of file ipc.cpp.
Referenced by IPC_getche(), and main().
int IPC_getche | ( | void | ) |
Definition at line 48 of file ipc.cpp.
References IPC_getch().
long IPC_getTickCount | ( | ) |