w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitDZ11.cpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitDZ11.cpp 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
14#include "RtclRw11UnitDZ11.hpp"
15
16using namespace std;
17
23// all method definitions in namespace Retro
24namespace Retro {
25
26//------------------------------------------+-----------------------------------
28
30 const std::string& unitcmd,
31 const std::shared_ptr<Rw11UnitDZ11>& spunit)
33 RtclRw11UnitTerm>("Rw11UnitDZ11", spunit)
34{
36 CreateObjectCmd(interp, unitcmd.c_str());
37}
38
39//------------------------------------------+-----------------------------------
41
43{}
44
45} // end namespace Retro
void CreateObjectCmd(Tcl_Interp *interp, const char *name)
FIXME_docs.
Implemenation (all inline) of RtclRw11UnitBase.
RtclRw11UnitDZ11(Tcl_Interp *interp, const std::string &unitcmd, const std::shared_ptr< Rw11UnitDZ11 > &spunit)
Constructor.
void SetupGetSet()
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47