1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 03:25:09 +03:00
ben-wpan/tools/atrf-path
Werner Almesberger 56f8b2d038 tools/: moved get_key from atrf-path/gui.c to libatrf, for sharing
The old "raw" function becomes get_key_init. Calling get_key_init is
only necessary if one wants to control the moment standard input is
switched to raw mode. If get_key is invoked without a prior call to
get_key_init, it will initialize automatically.

- atrf-path/gui.c (raw, main): renamed "raw" to get_key_init
- atrf-path/gui.c (old_term, restore_term, get_key_init, get_key):
  moved to include/getkey.h and lib/getkey.c
- lib/getkey.c (get_key_init, get_key): made calling get_key_init
  optional
- lib/Makefile (OBJS): added getkey.o
2011-07-04 20:29:22 -03:00
..
atrf-path.c tools/: rearranged cwtest/atrf-path to be more clear about reset and do re-init 2011-06-13 14:24:59 -03:00
genpathprof atrf-path/genpathprof: profile generator 2011-04-13 21:13:26 -03:00
gui.c tools/: moved get_key from atrf-path/gui.c to libatrf, for sharing 2011-07-04 20:29:22 -03:00
gui.h atrf-path: added pass/fail indication (in the GUI, accept the result with P/F) 2011-04-13 20:24:50 -03:00
Makefile atrf-path: added basic graphical output 2011-04-12 22:52:39 -03:00
plot atrf-path: added min/max values and corrected averaging algorithm 2011-04-12 20:53:17 -03:00
profile.example atrf-path/genpathprof: profile generator 2011-04-13 21:13:26 -03:00
sweep.h tools/atrf-path: added interactive dumping with D 2011-05-28 12:03:23 -03:00