logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ost::TTYSession - The TTYSession aggragates a TTYStream and a Common C++ Thread which is assumed to be

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                              ost::TTYSession(3)

Constructor & Destructor Documentation

ost::TTYSession::TTYSession(constchar*name,intpri=0,intstack=0)
       Create TTY stream that will be managed by it's own thread.

       Parametersname of tty device to open.
           pri execution priority.
           stack allocation needed on some platforms.

   virtualost::TTYSession::~TTYSession()[virtual]

Detailed Description

       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
           David Sugar dyfet@ostel.com

       This class is very anagolous to TCPSession.

Name

       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.

Synopsis

       #include <serial.h>

       Inherits ost::Thread, and ost::TTYStream.

   PublicMemberFunctionsTTYSession (const char *name, int pri=0, int stack=0)
           Create TTY stream that will be managed by it's own thread.
       virtual ~TTYSession ()

   AdditionalInheritedMembers

See Also