w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitPC11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitPC11.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.2 use std::shared_ptr instead of boost
8// 2017-04-08 870 1.1 inherit from RtclRw11UnitBase
9// 2013-05-03 515 1.0 Initial version
10// ---------------------------------------------------------------------------
11
12
17#ifndef included_Retro_RtclRw11UnitPC11
18#define included_Retro_RtclRw11UnitPC11 1
19
22
24#include "RtclRw11UnitBase.hpp"
25
26namespace Retro {
27
28class RtclRw11UnitPC11 : public RtclRw11UnitBase<Rw11UnitPC11,Rw11UnitStream,
29 RtclRw11UnitStream> {
30 public:
31 RtclRw11UnitPC11(Tcl_Interp* interp,
32 const std::string& unitcmd,
33 const std::shared_ptr<Rw11UnitPC11>& spunit);
35
36 protected:
37 };
38
39} // end namespace Retro
40
41//#include "RtclRw11UnitPC11.ipp"
42
43#endif
Implemenation (all inline) of RtclRw11UnitBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47