w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlRK11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlRK11.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2017-04-16 878 1.2 derive from RtclRw11CntlDiskBase
8// 2015-01-03 627 1.1 add local M_stat
9// 2013-03-06 495 1.0 Initial version
10// 2013-02-08 484 0.1 First draft
11// ---------------------------------------------------------------------------
12
13
18#ifndef included_Retro_RtclRw11CntlRK11
19#define included_Retro_RtclRw11CntlRK11 1
20
23
24namespace Retro {
25
26 class RtclRw11CntlRK11 : public RtclRw11CntlDiskBase<Rw11CntlRK11> {
27 public:
30
31 virtual int FactoryCmdConfig(RtclArgs& args, RtclRw11Cpu& cpu);
32
33 protected:
34 virtual int M_stats(RtclArgs& args);
35 };
36
37} // end namespace Retro
38
39//#include "RtclRw11CntlRK11.ipp"
40
41#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
Implemenation (all inline) of RtclRw11CntlDiskBase.
virtual int M_stats(RtclArgs &args)
FIXME_docs.
virtual int FactoryCmdConfig(RtclArgs &args, RtclRw11Cpu &cpu)
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47