dxp  3-4
NDDxp.h
Go to the documentation of this file.
1 #ifndef NDDXP_H
2 #define NDDXP_H
3 
4 #ifdef __cplusplus
5 extern "C"
6 {
7 #endif
8 
9 int NDDxpConfig(const char *portName, int nChannels, int maxBuffers, size_t maxMemory);
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 #endif
int NDDxpConfig(const char *portName, int nChannels, int maxBuffers, size_t maxMemory)
Definition: NDDxp.cpp:467