ost::TTYSession(3) | Library Functions Manual | ost::TTYSession(3) |
ost::TTYSession - The TTYSession aggragates a TTYStream and a Common C++ Thread which is assumed to be the execution context that will be used to perform actual I/O operations.
#include <serial.h>
Inherits ost::Thread, and ost::TTYStream.
TTYSession (const char *name, int pri=0, int stack=0)
Create TTY stream that will be managed by it's own thread. virtual
~TTYSession ()
The TTYSession aggragates a TTYStream and a Common C++ Thread which is assumed to be the execution context that will be used to perform actual I/O operations.
This class is very anagolous to TCPSession.
Author
This class is very anagolous to TCPSession.
Create TTY stream that will be managed by it's own thread.
Parameters
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Sun Dec 27 2020 | GNU CommonC++ |