* more stuff to do

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@445 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-03-20 22:16:53 +00:00
rodzic 7933f49405
commit 45d4efcb58
1 zmienionych plików z 14 dodań i 7 usunięć

21
TODO
Wyświetl plik

@ -12,23 +12,28 @@ GENERAL PROJECT TODO
our libs. (any GTK wiz's out here ..) our libs. (any GTK wiz's out here ..)
8. More safe checking during function calls (in rig_* wrappers). 8. More safe checking during function calls (in rig_* wrappers).
11. Add some scanning routines 11. Add some scanning routines [ 1.1.2? ]
13. ~/.hamlibrc and /etc/hamlibrc preferences file 13. ~/.hamlibrc and /etc/hamlibrc preferences file
14. Write the list of all functions that should be in the API, 14. Write the list of all functions that should be in the API
see common/API_Candidates file.
15. Handle retransmissions (no more than n) if timeout (->backends) 15. Handle retransmissions (no more than n) if timeout (->backends)
16. Write .spec (rpm) and .deb (debian) package files 16. Write .spec (rpm) and .deb (debian) package files
18. rewrite the post_write_delay. Active delay is a waste of cycles! 18. rewrite the post_write_delay. Active delay is a waste of cycles! [need test]
19. specify how to access Reverse modes (CWR, RTTYW). through set_mode? 19. specify how to access Reverse modes (CWR, RTTYW). through set_mode?
20. rework API include files to support C++ (__BEGIN_DECLS/__END_DECLS, etc.) 20. adapt API include files to support C++ (__BEGIN_DECLS/__END_DECLS, etc.)
21. grab cygwin and test portability under Win32 (what about MacOS?) 21. grab cygwin and test portability under Win32 (what about MacOS?)
22. handle nicely different versions of same rig coming for
ITU region1/region2 ham band (-> freq ranges in capabilities)
23. add support in the API for additional filters, DSP bandpass control 23. add support in the API for additional filters, DSP bandpass control
24. Should Hamlib (the library itself) be LGPL'ed ? 24. Should Hamlib (the library itself) be LGPL'ed ?
25. Write aclocal .m4 macro helpers for autoconf support
26. Write rig simulator so no hardware is involved with Hamlib testing
27. complete memory bank support
28. add rig_srch_ctcss, rig_srch_dcs, set_split_mode, get_split_mode, rig_send_cw
29. emulate get_stuff (caching) if backend has no support for it
30. Write perl/python/etc. modules
31. Add some antenna tuner support
32.
DONE DONE
---- ----
@ -53,3 +58,5 @@ DONE
18. Get CVS updates mailed to our hamlib-cvs-digest list 18. Get CVS updates mailed to our hamlib-cvs-digest list
22. handle nicely different versions of same rig coming for
ITU region1/region2 ham band (-> freq ranges in capabilities)