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

Go to the source code of this file.

Namespaces

namespace  jevois
 Main namespace for all JeVois classes and functions.
 

Functions

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