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