SysIo  1.9.0
Embedded Library and tools
term.h
1 
9 #ifndef _SYSIO_TERM_H_
10 #define _SYSIO_TERM_H_
11 #include <sysio/defs.h>
12 #ifdef __cplusplus
13  extern "C" {
14 #endif
15 /* ========================================================================== */
16 #include <stdio.h>
17 
25 /* internal public functions ================================================ */
26 
32 int kbhit (void);
33 
43 int raw (bool state);
44 
54 int noecho (bool state);
55 
60 /* ========================================================================== */
61 #ifdef __cplusplus
62  }
63 #endif
64 #endif /* _SYSIO_TERM_H_ defined */
int raw(bool state)
Activation mode raw de l&#39;entrée standard L&#39;activation du mode raw désactive l&#39;attente d&#39;un ENTER pour...
int noecho(bool state)
Activation mode sans echo de l&#39;entrée standard L&#39;activation du mode raw désactive l&#39;attente d&#39;un ENTE...
int kbhit(void)
Test si touche appuyée au clavier Le mode raw doit activer avec raw() pour ne pas bloquer en attente ...