w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitRL11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitRL11.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2014-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.1 use std::shared_ptr instead of boost
8// 2014-06-08 561 1.0 Initial version
9// ---------------------------------------------------------------------------
10
11
16#ifndef included_Retro_RtclRw11UnitRL11
17#define included_Retro_RtclRw11UnitRL11 1
18
21
22#include "RtclRw11UnitDisk.hpp"
23#include "RtclRw11UnitBase.hpp"
24
25namespace Retro {
26
27 class RtclRw11UnitRL11 : public RtclRw11UnitBase<Rw11UnitRL11,Rw11UnitDisk,
28 RtclRw11UnitDisk> {
29 public:
30 RtclRw11UnitRL11(Tcl_Interp* interp,
31 const std::string& unitcmd,
32 const std::shared_ptr<Rw11UnitRL11>& spunit);
34
35 protected:
36 };
37
38} // end namespace Retro
39
40//#include "RtclRw11UnitRL11.ipp"
41
42#endif
Implemenation (all inline) of RtclRw11UnitBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47