From: Stephane F. <f4...@us...> - 2000-10-16 22:36:00
|
Update of /cvsroot/hamlib/hamlib/icom In directory slayer.i.sourceforge.net:/tmp/cvs-serv5946 Modified Files: icom.h Log Message: new prototypes (*_level,*_channel) Index: icom.h =================================================================== RCS file: /cvsroot/hamlib/hamlib/icom/icom.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** icom.h 2000/10/10 21:58:31 1.5 --- icom.h 2000/10/16 22:35:57 1.6 *************** *** 54,58 **** int icom_set_ptt(RIG *rig, ptt_t ptt); int icom_get_ptt(RIG *rig, ptt_t *ptt); ! int icom_get_strength(RIG *rig, int *strength); int icom_decode_event(RIG *rig); --- 54,61 ---- int icom_set_ptt(RIG *rig, ptt_t ptt); int icom_get_ptt(RIG *rig, ptt_t *ptt); ! int icom_set_level(RIG *rig, setting_t set, value_t val); ! int icom_get_level(RIG *rig, setting_t set, value_t *val); ! int icom_set_channel(RIG *rig, const channel_t *chan); ! int icom_get_channel(RIG *rig, channel_t *chan); int icom_decode_event(RIG *rig); |