check transfer  0.1
Check data transfer for SDAccell OpenCL application
ipc.h
Go to the documentation of this file.
1 
2 int IPC_getch(void);
3 
4 int IPC_getche(void);
5 
6 int IPC_kbhit(void);
7 
8 void IPC_delay(int ms);
9 
10 long IPC_getTickCount();
long IPC_getTickCount()
Definition: ipc.cpp:66
int IPC_getche(void)
Definition: ipc.cpp:48
void IPC_delay(int ms)
Definition: ipc.cpp:16
int IPC_getch(void)
Definition: ipc.cpp:26
int IPC_kbhit(void)
Definition: ipc.cpp:55