w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RlinkChannel.ipp
Go to the documentation of this file.
1// $Id: RlinkChannel.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-02-23 492 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14// all method definitions in namespace Retro
15namespace Retro {
16
17//------------------------------------------+-----------------------------------
19
21{
22 return *fspConn;
23}
24
25//------------------------------------------+-----------------------------------
27
29{
30 return fContext;
31}
32
33} // end namespace Retro
RlinkContext & Context()
FIXME_docs.
RlinkConnect & Connect()
FIXME_docs.
std::shared_ptr< RlinkConnect > fspConn
ptr to connect
RlinkContext fContext
stat check and errcnt context
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47