w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11VirtDiskRam.hpp
Go to the documentation of this file.
1// $Id: RtclRw11VirtDiskRam.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2018-10-28 1063 1.0 Initial version
8// ---------------------------------------------------------------------------
9
10
15#ifndef included_Retro_RtclRw11VirtDiskRam
16#define included_Retro_RtclRw11VirtDiskRam 1
17
19
20#include "RtclRw11VirtBase.hpp"
21
22namespace Retro {
23
24 class RtclRw11VirtDiskRam : public RtclRw11VirtBase<Rw11VirtDiskRam> {
25 public:
28
29 protected:
30 int M_list(RtclArgs& args);
31 };
32
33} // end namespace Retro
34
35//#include "RtclRw11VirtDiskRam.ipp"
36
37#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
Implemenation (all inline) of RtclRw11VirtBase.
int M_list(RtclArgs &args)
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47