w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitDEUNA.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitDEUNA.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// 2017-04-08 870 1.0 Initial version
9// 2014-06-09 561 0.1 First draft
10// ---------------------------------------------------------------------------
11
12
17#ifndef included_Retro_RtclRw11UnitDEUNA
18#define included_Retro_RtclRw11UnitDEUNA 1
19
22
23#include "RtclRw11UnitBase.hpp"
24
25namespace Retro {
26
27class RtclRw11UnitDEUNA : public RtclRw11UnitBase<Rw11UnitDEUNA,Rw11Unit,
28 RtclRw11Unit> {
29 public:
30 RtclRw11UnitDEUNA(Tcl_Interp* interp,
31 const std::string& unitcmd,
32 const std::shared_ptr<Rw11UnitDEUNA>& spunit);
34
35 protected:
36 };
37
38} // end namespace Retro
39
40//#include "RtclRw11UnitDEUNA.ipp"
41
42#endif
Implemenation (all inline) of RtclRw11UnitBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47