w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitRHRP.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitRHRP.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2015-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2018-12-07 1078 1.2 use std::shared_ptr instead of boost
8// 2017-04-08 870 1.1 inherit from RtclRw11UnitBase
9// 2015-05-14 680 1.0 Initial version
10// 2015-03-21 659 0.1 First draft
11// ---------------------------------------------------------------------------
12
13
18#ifndef included_Retro_RtclRw11UnitRHRP
19#define included_Retro_RtclRw11UnitRHRP 1
20
23
24#include "RtclRw11UnitDisk.hpp"
25#include "RtclRw11UnitBase.hpp"
26
27namespace Retro {
28
29 class RtclRw11UnitRHRP : public RtclRw11UnitBase<Rw11UnitRHRP,Rw11UnitDisk,
30 RtclRw11UnitDisk> {
31 public:
32 RtclRw11UnitRHRP(Tcl_Interp* interp,
33 const std::string& unitcmd,
34 const std::shared_ptr<Rw11UnitRHRP>& spunit);
36
37 protected:
38 };
39
40} // end namespace Retro
41
42//#include "RtclRw11UnitRHRP.ipp"
43
44#endif
Implemenation (all inline) of RtclRw11UnitBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47