w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlRL11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlRL11.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2014-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-10 632 1.0 Initial version
9// 2014-06-10 561 0.1 First draft
10// ---------------------------------------------------------------------------
11
12
17#ifndef included_Retro_RtclRw11CntlRL11
18#define included_Retro_RtclRw11CntlRL11 1
19
22
23namespace Retro {
24
25 class RtclRw11CntlRL11 : public RtclRw11CntlDiskBase<Rw11CntlRL11> {
26 public:
29
30 virtual int FactoryCmdConfig(RtclArgs& args, RtclRw11Cpu& cpu);
31
32 protected:
33 virtual int M_stats(RtclArgs& args);
34 };
35
36} // end namespace Retro
37
38//#include "RtclRw11CntlRL11.ipp"
39
40#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