w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitDEUNA.cpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitDEUNA.cpp 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
16#include "RtclRw11UnitDEUNA.hpp"
17
18using namespace std;
19
25// all method definitions in namespace Retro
26namespace Retro {
27
28//------------------------------------------+-----------------------------------
30
32 const std::string& unitcmd,
33 const std::shared_ptr<Rw11UnitDEUNA>& spunit)
35 RtclRw11Unit>("Rw11UnitDEUNA", spunit)
36{
37 CreateObjectCmd(interp, unitcmd.c_str());
38}
39
40//------------------------------------------+-----------------------------------
42
44{}
45
46} // end namespace Retro
void CreateObjectCmd(Tcl_Interp *interp, const char *name)
FIXME_docs.
Implemenation (all inline) of RtclRw11UnitBase.
RtclRw11UnitDEUNA(Tcl_Interp *interp, const std::string &unitcmd, const std::shared_ptr< Rw11UnitDEUNA > &spunit)
Constructor.
FIXME_docs.
Definition: Rw11Unit.hpp:39
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47