![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Keyboard StateKb derived state class implementation. More...
#include <sys/select.h>#include <stdio.h>#include <unistd.h>#include <stdarg.h>#include <libgen.h>#include <fcntl.h>#include <termios.h>#include <sstream>#include <string>#include <map>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/appkit/Random.h"#include "rnr/appkit/State.h"#include "rnr/appkit/StateKb.h"Go to the source code of this file.
Classes | |
| struct | StateKb |
Functions | |
| static void | fdset_nowarn (int fd, fd_set *pset) |
| FD_SET() wrapper with no annoying warnings. More... | |
Keyboard StateKb derived state class implementation.
Definition in file StateKb.cxx.
|
inlinestatic |
FD_SET() wrapper with no annoying warnings.
| fd | File descriptor to add to set. |
| pset | Pointer to fd set. |
Definition at line 89 of file StateKb.cxx.
Referenced by rnr::StateKb::receiveEvent().