[Hamlib-cvs-digest] CVS: hamlib/icom icom_defs.h,1.5,1.6
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2000-10-29 16:27:39
|
Update of /cvsroot/hamlib/hamlib/icom In directory slayer.i.sourceforge.net:/tmp/cvs-serv24022 Modified Files: icom_defs.h Log Message: * defined some argument common lengths Index: icom_defs.h =================================================================== RCS file: /cvsroot/hamlib/hamlib/icom/icom_defs.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** icom_defs.h 2000/10/23 19:48:12 1.5 --- icom_defs.h 2000/10/29 16:27:37 1.6 *************** *** 44,47 **** --- 44,55 ---- #define S_NONE -1 + + /* + * Arguments length in bytes + */ + #define CHAN_NB_LEN 2 + #define BANK_NB_LEN 2 + #define OFFS_LEN 3 + /* * Cn controller commands |