w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CpuW11a.cpp
Go to the documentation of this file.
1// $Id: RtclRw11CpuW11a.cpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2013-02-16 488 1.0 Initial version
8// 2013-02-02 480 0.1 First draft
9// ---------------------------------------------------------------------------
10
15#include <iostream>
16
17#include "RtclRw11CpuW11a.hpp"
18
19using namespace std;
20
26// all method definitions in namespace Retro
27namespace Retro {
28
29//------------------------------------------+-----------------------------------
31
32RtclRw11CpuW11a::RtclRw11CpuW11a(Tcl_Interp* interp, const char* name)
33 : RtclRw11CpuBase<Rw11CpuW11a>(interp, name, "Rw11CpuW11a")
34{
36}
37
38//------------------------------------------+-----------------------------------
40
42{}
43
44//------------------------------------------+-----------------------------------
46
48{
50 return;
51}
52
53} // end namespace Retro
Implemenation (all inline) of RtclRw11CpuBase.
void SetupGetSet()
FIXME_docs.
RtclRw11CpuW11a(Tcl_Interp *interp, const char *name)
Constructor.
void SetupGetSet()
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47