w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitRL11.cpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitRL11.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.2 use std::shared_ptr instead of boost
8// 2017-04-08 870 1.1 inherit from RtclRw11UnitBase
9// 2014-06-08 561 1.0 Initial version
10// ---------------------------------------------------------------------------
11
16#include "RtclRw11UnitRL11.hpp"
17
18using namespace std;
19
25// all method definitions in namespace Retro
26namespace Retro {
27
28//------------------------------------------+-----------------------------------
30
32 Tcl_Interp* interp, const std::string& unitcmd,
33 const std::shared_ptr<Rw11UnitRL11>& spunit)
35 RtclRw11UnitDisk>("Rw11UnitRL11", spunit)
36{
38 CreateObjectCmd(interp, unitcmd.c_str());
39}
40
41//------------------------------------------+-----------------------------------
43
45{}
46
47} // end namespace Retro
void CreateObjectCmd(Tcl_Interp *interp, const char *name)
FIXME_docs.
Implemenation (all inline) of RtclRw11UnitBase.
void SetupGetSet()
FIXME_docs.
RtclRw11UnitRL11(Tcl_Interp *interp, const std::string &unitcmd, const std::shared_ptr< Rw11UnitRL11 > &spunit)
Constructor.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47