add scanning todo

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@51 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.0.1
Frank Singleton, VK3FCS 2000-07-29 23:15:25 +00:00
rodzic 06cbb5f509
commit 50a0eaa132
1 zmienionych plików z 5 dodań i 2 usunięć

7
TODO
Wyświetl plik

@ -8,15 +8,18 @@ GENERAL PROJECT TODO
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 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. 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 9. If read from rig takes > "n" seconds, then no longer
block on read, just return error. block on read, just return error.
10. Improve Makefiles
11. Add some scanning routines