some work has been done, but there's more to do!

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

26
TODO
Wyświetl plik

@ -2,31 +2,35 @@ hamlib - (C) Frank Singleton 2000
GENERAL PROJECT TODO GENERAL PROJECT TODO
------------------- --------------------
1. Implement more interfaces 1. Implement more interfaces
2. Write More extensive Test Suites 2. Write More extensive Test Suites
3. Document API's 3. Document API's
4. Document Limitations/Assumptions. 4. Document Limitations/Assumptions.
5. Build top level Makefile for maintenance * started * 5. Build top level Makefile for maintenance [started]
6. Encourage people to build cool GUI's using 6. Encourage people to build cool GUI's using
our libs. (any GTK wiz's out here ..) our libs. (any GTK wiz's out here ..)
7. Move common routines to a common area 7. Move common routines to a common area
and avoid duplication. * started * and avoid duplication. [started]
8. More safe checking during function calls. 8. More safe checking during function calls.
9. If read from rig takes > "n" seconds, then no longer 10. Improve Makefiles (autoconf?)
block on read, just return error.
10. Improve Makefiles
11. Add some scanning routines 11. Add some scanning routines
12. Add general rig capabilities handling. see rig.h 12. Add general rig capabilities handling. see rig.h [ongoing]
13. ~/.hamlibrc preferences file 13. ~/.hamlibrc and /etc/hamlibrc preferences file
14. 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
DONE
----
9. If read from rig takes > "n" seconds, then no longer
block on read, just return error.