ECP-VELOC Components
User documentation for all components
Main Page
Components
All Files
home
runner
work
component-user-docs
component-user-docs
component-user-docs
axl
src
axl_async_datawarp.h
Go to the documentation of this file.
1
#ifndef AXL_ASYNC_DATAWARP_H
2
#define AXL_ASYNC_DATAWARP_H
3
9
int
axl_async_start_datawarp
(
int
id
);
11
int
axl_async_complete_datawarp
(
int
id
);
12
int
axl_async_stop_datawarp
(
int
id
);
13
int
axl_async_test_datawarp
(
int
id
);
14
int
axl_async_wait_datawarp
(
int
id
);
15
int
axl_async_init_datawarp
(
void
);
16
int
axl_async_finalize_datawarp
(
void
);
18
#endif //AXL_ASYNC_DATAWARP_H
axl_async_start_datawarp
int axl_async_start_datawarp(int id)
axl_async_finalize_datawarp
int axl_async_finalize_datawarp(void)
axl_async_stop_datawarp
int axl_async_stop_datawarp(int id)
axl_async_wait_datawarp
int axl_async_wait_datawarp(int id)
axl_async_init_datawarp
int axl_async_init_datawarp(void)
axl_async_test_datawarp
int axl_async_test_datawarp(int id)
axl_async_complete_datawarp
int axl_async_complete_datawarp(int id)
Generated by
1.8.17