1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-02 19:09:48 +03:00
ben-wpan/tools/include
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.h tools/: the great removal of atrf_interrupt 2011-06-20 21:10:41 -03:00
cwtest.h tools/: rearranged cwtest/atrf-path to be more clear about reset and do re-init 2011-06-13 14:24:59 -03:00
daemon.h tools/lib/: new helper function for daemonification 2011-05-18 13:34:26 -03:00
getkey.h tools/: moved get_key from atrf-path/gui.c to libatrf, for sharing 2011-07-04 20:29:22 -03:00
misctxrx.h tools/: major overhaul of wait_for_interrupt; uses atrf_interrupt_wait now 2011-06-20 20:08:42 -03:00
netio.h tools/: added network (TCP) I/O helper functions 2011-04-10 17:28:09 -03:00
usbopen.h libatrf: new function usb_rescan to force next open_usb to scan tree again 2011-05-11 03:22:53 -03:00