JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
SCAN_cf_commands.h
Go to the documentation of this file.
1/*******************************************
2* SCAN_cf_commands.h *
3* header for SCAN_interface, *
4* which provides codes for *
5* SCAN commands through the IP socket *
6* *
7* KDP Mar 2004 *
8********************************************/
9
10
11
12// Define SCAN commands
13#define SCAN_GET_DATA 1001
14#define SCAN_SET_DATA 1002
15#define SCAN_GET_STATUS 1003
16#define SCAN_SET_STATUS 1004
17