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