Jan Breuer
2013-10-21 1c02f18e5b718da36a5d78d29434fea282c67cc4
examples/common/scpi-def.h
@@ -3,6 +3,10 @@
#include "scpi/scpi.h"
#ifdef  __cplusplus
extern "C" {
#endif
extern scpi_t scpi_context;
size_t SCPI_Write(scpi_t * context, const char * data, size_t len);
@@ -15,5 +19,9 @@
scpi_result_t SCPI_SystemCommTcpipControlQ(scpi_t * context);
#ifdef  __cplusplus
}
#endif
#endif // __SCPI_DEF_H_