w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitDisk.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitDisk.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 Rw11UnitDisk& ObjUV(); inherit from RtclRw11Unit
8// 2013-04-19 507 1.0 Initial version
9// 2013-02-22 490 0.1 First draft
10// ---------------------------------------------------------------------------
11
12
17#ifndef included_Retro_RtclRw11UnitDisk
18#define included_Retro_RtclRw11UnitDisk 1
19
21
22#include "RtclRw11Unit.hpp"
23
24namespace Retro {
25
27 public:
28 RtclRw11UnitDisk(const std::string& type);
30
31 virtual Rw11UnitDisk& ObjUV() = 0;
32
33 protected:
34 void SetupGetSet();
35
36 };
37
38} // end namespace Retro
39
40//#include "RtclRw11UnitDisk.ipp"
41
42#endif
virtual Rw11UnitDisk & ObjUV()=0
void SetupGetSet()
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47