w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlTM11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlTM11.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 RtclRw11CntlTapeBase
8// 2015-05-17 683 1.0 Initial version
9// ---------------------------------------------------------------------------
10
11
16#ifndef included_Retro_RtclRw11CntlTM11
17#define included_Retro_RtclRw11CntlTM11 1
18
21
22namespace Retro {
23
24 class RtclRw11CntlTM11 : public RtclRw11CntlTapeBase<Rw11CntlTM11> {
25 public:
28
29 virtual int FactoryCmdConfig(RtclArgs& args, RtclRw11Cpu& cpu);
30
31 protected:
32 virtual int M_stats(RtclArgs& args);
33 };
34
35} // end namespace Retro
36
37//#include "RtclRw11CntlTM11.ipp"
38
39#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
virtual int FactoryCmdConfig(RtclArgs &args, RtclRw11Cpu &cpu)
FIXME_docs.
virtual int M_stats(RtclArgs &args)
FIXME_docs.
Implemenation (all inline) of RtclRw11CntlTapeBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47