kopia lustrzana https://github.com/Hamlib/Hamlib
added typedef enum ptt_type_e ptt_type_t;
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@150 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.0
rodzic
6e2c1585c5
commit
ec7ff3971f
11
common/rig.h
11
common/rig.h
|
@ -5,7 +5,7 @@
|
||||||
* will be used for obtaining rig capabilities.
|
* will be used for obtaining rig capabilities.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: rig.h,v 1.12 2000-09-21 06:44:44 f4cfe Exp $ *
|
* $Id: rig.h,v 1.13 2000-09-24 03:37:57 javabear Exp $ *
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -118,7 +118,10 @@ enum vfo_e {
|
||||||
RIG_VFO_TX,
|
RIG_VFO_TX,
|
||||||
RIG_VFO_SUB,
|
RIG_VFO_SUB,
|
||||||
RIG_VFO_SAT_RX,
|
RIG_VFO_SAT_RX,
|
||||||
RIG_VFO_SAT_TX
|
RIG_VFO_SAT_TX,
|
||||||
|
RIG_VFO_A,
|
||||||
|
RIG_VFO_B,
|
||||||
|
RIG_VFO_C,
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -129,6 +132,8 @@ enum ptt_e {
|
||||||
RIG_PTT_ON
|
RIG_PTT_ON
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef enum ptt_e ptt_t;
|
||||||
|
|
||||||
enum ptt_type_e {
|
enum ptt_type_e {
|
||||||
RIG_PTT_BUILTIN = 0, /* PTT controlable through remote interface */
|
RIG_PTT_BUILTIN = 0, /* PTT controlable through remote interface */
|
||||||
RIG_PTT_SERIAL, /* PTT accessed through CTS/RTS */
|
RIG_PTT_SERIAL, /* PTT accessed through CTS/RTS */
|
||||||
|
@ -137,7 +142,7 @@ enum ptt_type_e {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
typedef enum ptt_e ptt_t;
|
typedef enum ptt_type_e ptt_type_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These are activated functions.
|
* These are activated functions.
|
||||||
|
|
Ładowanie…
Reference in New Issue