w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitDZ11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitDZ11.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2019-05-04 1146 1.0 Initial version
8// ---------------------------------------------------------------------------
9
10
15#ifndef included_Retro_RtclRw11UnitDZ11
16#define included_Retro_RtclRw11UnitDZ11 1
17
20
21#include "RtclRw11UnitTerm.hpp"
22#include "RtclRw11UnitBase.hpp"
23
24namespace Retro {
25
26 class RtclRw11UnitDZ11 : public RtclRw11UnitBase<Rw11UnitDZ11,Rw11UnitTerm,
27 RtclRw11UnitTerm> {
28 public:
29 RtclRw11UnitDZ11(Tcl_Interp* interp,
30 const std::string& unitcmd,
31 const std::shared_ptr<Rw11UnitDZ11>& spunit);
33
34 protected:
35 };
36
37} // end namespace Retro
38
39//#include "RtclRw11UnitDZ11.ipp"
40
41#endif
Implemenation (all inline) of RtclRw11UnitBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47