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