*** empty log message ***

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@95 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.0
Stéphane Fillod, F8CFE 2000-09-16 01:08:32 +00:00
rodzic a1850049cf
commit 17fa2f0029
1 zmienionych plików z 6 dodań i 2 usunięć

8
PLAN
Wyświetl plik

@ -19,7 +19,7 @@ o support more than one rig per application (ie. generic code)
o support more than one rig per serial port (ie. Icoms)
o handle serial retransmission and timeouts would be nice
o i18n support if applicable
o software compensation for the actual radio oscillator frequency errors
o software compensation for the actual radio oscillator frequency errors(mode?)
o if avail., support events sent by the rig (eg. main freq has been changed,..)
o maybe add some misc functions like PTT signaling (through serial/parallel..)
o Well documented API, and Howto write a new backend
@ -68,7 +68,7 @@ Maybe we can distinguish between 3 states :
o freq ranges supported: rx/mode, tx/modes/power
o number of VFO, operations (set VFO separately, VFO A=B, switch, ..)
o freq granularity (resolution), tuning steps
o freq granularity (resolution), tuning steps (-> array)
o SCAN functions (start, stop, ..)
o Split (cross band, duplex, ...)
o RIT (+- KHz)
@ -80,6 +80,10 @@ o Number of antennas (which band ?) and selection
o available "set mode" items (ie. rig setup), and provide a way to modify them
o DSP ?
o max memory channel
o per rig timeout/retry (can be overriden)
o Write some memory channel handling (name, mode, freq/vfo, duplex, split, ..)
Any other ideas?