JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
cfSock_types.h
Go to the documentation of this file.
1/* cfSock_types.h - header used by both server of cfSock and */
2/* GreenMonster defines codes to specify the types of commands. */
3/* Unique codes here will specify unique calls make by cfSockSer, which */
4/* will then be handled by a separate library dedicated to serving the */
5/* config utility calls for that object type. This will make cfSockCli */
6/* and cfSockSer independent of various commands to be issued. */
7
8
9#define COMMAND_HAPTB 1000
10#define COMMAND_BMW 2000
11#define COMMAND_FDBK 3000
12#define COMMAND_HAPADC 4000
13#define COMMAND_SCAN 5000
14