w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlDiskBase.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlDiskBase.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-04-16 878 1.0 Initial version
8// ---------------------------------------------------------------------------
9
10
15#ifndef included_Retro_RtclRw11CntlDiskBase
16#define included_Retro_RtclRw11CntlDiskBase 1
17
19
20namespace Retro {
21
22 template <class TC>
24 public:
25 explicit RtclRw11CntlDiskBase(const std::string& type,
26 const std::string& cclass);
28
29 protected:
30 virtual int M_default(RtclArgs& args);
31 };
32
33} // end namespace Retro
34
35// implementation is all inline
37
38#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
Implemenation (all inline) of RtclRw11CntlDiskBase.
virtual int M_default(RtclArgs &args)
FIXME_docs.
Implemenation (all inline) of RtclRw11CntlRdmaBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47