w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11CntlDL11.ipp
Go to the documentation of this file.
1// $Id: Rw11CntlDL11.ipp 1185 2019-07-12 17:29:12Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2019-04-26 1139 1.0 Initial version
8// ---------------------------------------------------------------------------
9
15// all method definitions in namespace Retro
16namespace Retro {
17
18//------------------------------------------+-----------------------------------
20
21inline uint16_t Rw11CntlDL11::RxQlim() const
22{
23 return fRxQlim;
24}
25
26//------------------------------------------+-----------------------------------
28
29inline uint16_t Rw11CntlDL11::RxRlim() const
30{
31 return fRxRlim;
32}
33
34//------------------------------------------+-----------------------------------
36
37inline uint16_t Rw11CntlDL11::TxRlim() const
38{
39 return fTxRlim;
40}
41
42//------------------------------------------+-----------------------------------
44
45inline uint16_t Rw11CntlDL11::Itype() const
46{
47 return fItype;
48}
49
50//------------------------------------------+-----------------------------------
52
53inline bool Rw11CntlDL11::Buffered() const
54{
55 return fFsize > 0;
56}
57
58//------------------------------------------+-----------------------------------
60
61inline uint16_t Rw11CntlDL11::FifoSize() const
62{
63 return fFsize;
64}
65
66} // end namespace Retro
uint16_t fItype
interface type
uint16_t RxRlim() const
FIXME_docs.
uint16_t TxRlim() const
FIXME_docs.
uint16_t RxQlim() const
FIXME_docs.
uint16_t fRxRlim
rx interrupt rate limit
uint16_t fFsize
fifo size
bool Buffered() const
FIXME_docs.
uint16_t fTxRlim
tx interrupt rate limit
uint16_t Itype() const
FIXME_docs.
uint16_t FifoSize() const
FIXME_docs.
uint16_t fRxQlim
rx queue limit
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47