JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
Console.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 jevois
 

Functions

bool jevois::isInputDevice (int fd)
 Indicate whether this fd (which should be from /dev/input/eventX) is keyboard, mouse, etc. More...
 
int jevois::getConsoleFd ()
 Get a file descriptor to the console. More...
 
int jevois::getActiveTTY ()
 Get current active tty. More...
 
void jevois::muteKeyboard (int tty, int &kb_mode)
 Prevent keystrokes from reaching the tty. More...
 
void jevois::unMuteKeyboard (int tty, int kb_mode)
 Restore the keyboard mode for given tty. More...