dxp 3-4
|
00001 #ifndef NDDXP_H 00002 #define NDDXP_H 00003 00004 #ifdef __cplusplus 00005 extern "C" 00006 { 00007 #endif 00008 00009 int NDDxpConfig(const char *portName, int nChannels, int maxBuffers, size_t maxMemory); 00010 00011 #ifdef __cplusplus 00012 } 00013 #endif 00014 00015 #endif