ngc 1.5.0
 
Loading...
Searching...
No Matches
api.h
Go to the documentation of this file.
1
10#ifndef NGC_CORE_RECEIVERS_API_H_
11#define NGC_CORE_RECEIVERS_API_H_
12
13#include <ngc/core/ngcbDrv.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
25 int NgcSelectReceiverApi(const char* device_name, ngcb_dma_api* api);
26
30 void NgcImportReceivers();
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* NGC_CORE_RECEIVERS_API_H_ */
37
void NgcImportReceivers()
Definition api.cpp:243
int NgcSelectReceiverApi(const char *device_name, ngcb_dma_api *api)
Definition api.cpp:239
Definition ngcbDrv.h:189