w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlDZ11.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlDZ11.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2019-05-04 1146 1.0 Initial version
8// ---------------------------------------------------------------------------
9
10
15#ifndef included_Retro_RtclRw11CntlDZ11
16#define included_Retro_RtclRw11CntlDZ11 1
17
20
21namespace Retro {
22
23 class RtclRw11CntlDZ11 : public RtclRw11CntlTermBase<Rw11CntlDZ11> {
24 public:
27
28 virtual int FactoryCmdConfig(RtclArgs& args, RtclRw11Cpu& cpu);
29 };
30
31} // end namespace Retro
32
33//#include "RtclRw11CntlDZ11.ipp"
34
35#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