w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11Virt.hpp
Go to the documentation of this file.
1// $Id: RtclRw11Virt.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2017-03-11 859 1.0 Initial version
8// ---------------------------------------------------------------------------
9
10
15#ifndef included_Retro_RtclRw11Virt
16#define included_Retro_RtclRw11Virt 1
17
18#include "librw11/Rw11Virt.hpp"
19
22
24
25namespace Retro {
26
27 class RtclRw11Virt : public RtclCmdBase {
28 public:
29 RtclRw11Virt(Rw11Virt* pvirt);
31
32 Rw11Virt* Virt() const;
33
34 protected:
35 int M_get(RtclArgs& args);
36 int M_set(RtclArgs& args);
37 int M_stats(RtclArgs& args);
38 int M_dump(RtclArgs& args);
39
40 protected:
44 };
45
46} // end namespace Retro
47
48#include "RtclRw11Virt.ipp"
49
50#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
int M_dump(RtclArgs &args)
FIXME_docs.
Rw11Virt * Virt() const
FIXME_docs.
int M_get(RtclArgs &args)
FIXME_docs.
~RtclRw11Virt()
FIXME_docs.
int M_stats(RtclArgs &args)
FIXME_docs.
int M_set(RtclArgs &args)
FIXME_docs.
FIXME_docs.
Definition: Rw11Virt.hpp:34
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47