check transfer
0.1
Check data transfer for SDAccell OpenCL application
host_util
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
();
IPC_getTickCount
long IPC_getTickCount()
Definition:
ipc.cpp:66
IPC_getche
int IPC_getche(void)
Definition:
ipc.cpp:48
IPC_delay
void IPC_delay(int ms)
Definition:
ipc.cpp:16
IPC_getch
int IPC_getch(void)
Definition:
ipc.cpp:26
IPC_kbhit
int IPC_kbhit(void)
Definition:
ipc.cpp:55
Generated by
1.8.13