w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11CntlRK11.ipp
Go to the documentation of this file.
1// $Id: Rw11CntlRK11.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2015-2019 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2019-06-07 1160 1.0.1 Stats() not longer const
8// 2015-01-03 627 1.0 Initial version
9// ---------------------------------------------------------------------------
10
16// all method definitions in namespace Retro
17namespace Retro {
18
19//------------------------------------------+-----------------------------------
21
22inline void Rw11CntlRK11::SetChunkSize(size_t chunk)
23{
24 fRdma.SetChunkSize(chunk);
25 return;
26}
27
28//------------------------------------------+-----------------------------------
30
31inline size_t Rw11CntlRK11::ChunkSize() const
32{
33 return fRdma.ChunkSize();
34}
35
36//------------------------------------------+-----------------------------------
38
40{
41 return fRdma.Stats();
42}
43
44
45} // end namespace Retro
FIXME_docs.
Definition: Rstats.hpp:28
Rstats & RdmaStats()
FIXME_docs.
size_t ChunkSize() const
FIXME_docs.
void SetChunkSize(size_t chunk)
FIXME_docs.
Rw11RdmaDisk fRdma
Rdma controller.
Rstats & Stats()
FIXME_docs.
Definition: Rw11Rdma.ipp:85
size_t ChunkSize() const
FIXME_docs.
Definition: Rw11Rdma.ipp:69
void SetChunkSize(size_t chunk)
FIXME_docs.
Definition: Rw11Rdma.cpp:75
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47