w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlRHRP.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlRHRP.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2015-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.1 derive from RtclRw11CntlDiskBase
8// 2015-05-14 680 1.0 Initial version
9// 2015-03-21 659 0.1 First draft
10// ---------------------------------------------------------------------------
11
12
17#ifndef included_Retro_RtclRw11CntlRHRP
18#define included_Retro_RtclRw11CntlRHRP 1
19
22
23namespace Retro {
24
25 class RtclRw11CntlRHRP : public RtclRw11CntlDiskBase<Rw11CntlRHRP> {
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 "RtclRw11CntlRHRP.ipp"
39
40#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
Implemenation (all inline) of RtclRw11CntlDiskBase.
virtual int FactoryCmdConfig(RtclArgs &args, RtclRw11Cpu &cpu)
FIXME_docs.
virtual int M_stats(RtclArgs &args)
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47