w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitTape.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitTape.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2015-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 Rw11UnitTape& ObjUV(); inherit from RtclRw11Unit
8// 2015-05-17 683 1.0 Initial version
9// ---------------------------------------------------------------------------
10
11
16#ifndef included_Retro_RtclRw11UnitTape
17#define included_Retro_RtclRw11UnitTape 1
18
20
21#include "RtclRw11Unit.hpp"
22
23namespace Retro {
24
26 public:
27 RtclRw11UnitTape(const std::string& type);
29
30 virtual Rw11UnitTape& ObjUV() = 0;
31
32 protected:
33 void SetupGetSet();
34
35
36 };
37
38} // end namespace Retro
39
40//#include "RtclRw11UnitTape.ipp"
41
42#endif
void SetupGetSet()
FIXME_docs.
virtual Rw11UnitTape & ObjUV()=0
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47