w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11UnitRK11.cpp
Go to the documentation of this file.
1// $Id: RtclRw11UnitRK11.cpp 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-02-22 490 1.0 Initial version
10// 2013-02-16 488 0.1 First draft
11// ---------------------------------------------------------------------------
12
17#include "RtclRw11UnitRK11.hpp"
18
19using namespace std;
20
26// all method definitions in namespace Retro
27namespace Retro {
28
29//------------------------------------------+-----------------------------------
31
33 Tcl_Interp* interp, const std::string& unitcmd,
34 const std::shared_ptr<Rw11UnitRK11>& spunit)
36 RtclRw11UnitDisk>("Rw11UnitRK11", spunit)
37{
39 CreateObjectCmd(interp, unitcmd.c_str());
40}
41
42//------------------------------------------+-----------------------------------
44
46{}
47
48} // end namespace Retro
void CreateObjectCmd(Tcl_Interp *interp, const char *name)
FIXME_docs.
Implemenation (all inline) of RtclRw11UnitBase.
void SetupGetSet()
FIXME_docs.
RtclRw11UnitRK11(Tcl_Interp *interp, const std::string &unitcmd, const std::shared_ptr< Rw11UnitRK11 > &spunit)
Constructor.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47