Jan Breuer
2015-03-18 323ec66d62f19673e66762fe25585746d3b2a5e0
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_