w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CpuW11a.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CpuW11a.hpp 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
11
16#ifndef included_Retro_RtclRw11CpuW11a
17#define included_Retro_RtclRw11CpuW11a 1
18
19#include "RtclRw11CpuBase.hpp"
21
22namespace Retro {
23
24 class RtclRw11CpuW11a : public RtclRw11CpuBase<Rw11CpuW11a> {
25 public:
26 RtclRw11CpuW11a(Tcl_Interp* interp, const char* name);
28
29 protected:
30 void SetupGetSet();
31
32 };
33
34} // end namespace Retro
35
36//#include "RtclRw11CpuW11a.ipp"
37
38#endif
Implemenation (all inline) of RtclRw11CpuBase.
void SetupGetSet()
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47