w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitStream.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitStream.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2017-04-08 870 1.1 use Rw11UnitStream& ObjUV(); inh from RtclRw11Unit
8// 2013-05-01 513 1.0 Initial version
9// ---------------------------------------------------------------------------
10
11
16#ifndef included_Retro_RtclRw11UnitStream
17#define included_Retro_RtclRw11UnitStream 1
18
20
21#include "RtclRw11Unit.hpp"
22
23namespace Retro {
24
26 public:
27 RtclRw11UnitStream(const std::string& type);
29
30 virtual Rw11UnitStream& ObjUV() = 0;
31
32 protected:
33 void SetupGetSet();
34
35 };
36
37} // end namespace Retro
38
39//#include "RtclRw11UnitStream.ipp"
40
41#endif
virtual Rw11UnitStream & ObjUV()=0
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47