kopia lustrzana https://github.com/Hamlib/Hamlib
(cherry picked from commit a815179c68
)
Hamlib-4.0
rodzic
86ce977b12
commit
40f48ea32c
|
@ -1934,6 +1934,7 @@ struct rig_cache {
|
||||||
// Most rigs have MainA and MainB
|
// Most rigs have MainA and MainB
|
||||||
// Dual VFO rigs can have SubA and SubB too
|
// Dual VFO rigs can have SubA and SubB too
|
||||||
// For dual VFO rigs simplex operations are all done on MainA/MainB -- ergo this abstraction
|
// For dual VFO rigs simplex operations are all done on MainA/MainB -- ergo this abstraction
|
||||||
|
freq_t freqCurr; // VFO_CURR
|
||||||
freq_t freqMainA; // VFO_A, VFO_MAIN, and VFO_MAINA
|
freq_t freqMainA; // VFO_A, VFO_MAIN, and VFO_MAINA
|
||||||
freq_t freqMainB; // VFO_B, VFO_SUB, and VFO_MAINB
|
freq_t freqMainB; // VFO_B, VFO_SUB, and VFO_MAINB
|
||||||
freq_t freqMainC; // VFO_C (future MainC?)
|
freq_t freqMainC; // VFO_C (future MainC?)
|
||||||
|
|
Ładowanie…
Reference in New Issue