kopia lustrzana https://github.com/Hamlib/Hamlib
* defined some argument common lengths
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@250 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.0
rodzic
c1ea0bff1f
commit
24504f6598
|
@ -6,7 +6,7 @@
|
||||||
* used by the ICOM "CI-V" interface.
|
* used by the ICOM "CI-V" interface.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: icom_defs.h,v 1.5 2000-10-23 19:48:12 f4cfe Exp $
|
* $Id: icom_defs.h,v 1.6 2000-10-29 16:27:37 f4cfe Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -43,6 +43,14 @@
|
||||||
|
|
||||||
#define S_NONE -1
|
#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
|
* Cn controller commands
|
||||||
* Notes:
|
* Notes:
|
||||||
|
|
Ładowanie…
Reference in New Issue