OpenMPTL - Helper Library
C++ Microprocessor Template Library
|
Simulate a terminal (Tp) on stdin/stdout, by starting rx/tx threads directly manipulating the fifo of Tp::stream_device_type. More...
#include <terminal_sim.hpp>
Public Member Functions | |
stdio_terminal (reg_reaction const &r) | |
template<typename rx_trigger_regmask_type , typename tx_trigger_regmask_type > | |
void | react (void) |
For use in reg_reaction::react().
NOTE: The threads use std::cin and std::cout without mutexes!
|
inline |
|
inline |