Iztok Jeras
2015-10-07 ede8aee02d4991fbe70ff76af3903f797e0e4c9f
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _SCPI_SERVER_H_
#define _SCPI_SERVER_H_
 
 
#include <stdint.h>
 
void scpi_server_init(void);
 
void SCPI_AddError(int16_t err);
void SCPI_RequestControl(void);
 
 
#endif /* _SCPI_SERVER_H_ */