w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11VirtTermTcp.ipp
Go to the documentation of this file.
1// $Id: Rw11VirtTermTcp.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2013-04-20 508 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14#include "Rw11VirtTermTcp.hpp"
15
21// all method definitions in namespace Retro
22namespace Retro {
23
24//------------------------------------------+-----------------------------------
26
27inline bool Rw11VirtTermTcp::Connected() const
28{
29 return fFd > 2;
30}
31
32} // end namespace Retro
bool Connected() const
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47