allow use from C++

This commit is contained in:
Jeff Hill
2001-09-20 17:25:30 +00:00
parent d80c01f2b2
commit ba36f44354

View File

@@ -1,12 +1,21 @@
#ifdef __cplusplus
extern "C" {
#endif
enum appendNumberFlag {appendNumber, dontAppendNumber};
int catime ( char *channelName, unsigned channelCount, enum appendNumberFlag appNF );
int acctst ( char *pname, unsigned channelCount, unsigned repititionCount );
void caConnTest ( const char *pNameIn, unsigned channelCountIn, double delayIn );
#define CATIME_OK 0
#define CATIME_ERROR -1
#ifdef __cplusplus
}
#endif
void caConnTest ( const char *pNameIn, unsigned channelCountIn, double delayIn );