w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlDL11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlDL11.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.1 derive from RtclRw11CntlTermBase
8// 2013-03-06 495 1.0 Initial version
9// 2013-02-08 484 0.1 First draft
10// ---------------------------------------------------------------------------
11
12
17#ifndef included_Retro_RtclRw11CntlDL11
18#define included_Retro_RtclRw11CntlDL11 1
19
22
23namespace Retro {
24
25 class RtclRw11CntlDL11 : public RtclRw11CntlTermBase<Rw11CntlDL11> {
26 public:
29
30 virtual int FactoryCmdConfig(RtclArgs& args, RtclRw11Cpu& cpu);
31 };
32
33} // end namespace Retro
34
35//#include "RtclRw11CntlDL11.ipp"
36
37#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
virtual int FactoryCmdConfig(RtclArgs &args, RtclRw11Cpu &cpu)
FIXME_docs.
Implemenation (all inline) of RtclRw11CntlTermBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47