w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11CntlPC11.ipp
Go to the documentation of this file.
1// $Id: Rw11CntlPC11.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-14 1132 1.0 Initial version
8// ---------------------------------------------------------------------------
9
15// all method definitions in namespace Retro
16namespace Retro {
17
18//------------------------------------------+-----------------------------------
20
21inline uint16_t Rw11CntlPC11::PrQlim() const
22{
23 return fPrQlim;
24}
25
26//------------------------------------------+-----------------------------------
28
29inline uint16_t Rw11CntlPC11::PrRlim() const
30{
31 return fPrRlim;
32}
33
34//------------------------------------------+-----------------------------------
36
37inline uint16_t Rw11CntlPC11::PpRlim() const
38{
39 return fPpRlim;
40}
41
42//------------------------------------------+-----------------------------------
44
45inline uint16_t Rw11CntlPC11::Itype() const
46{
47 return fItype;
48}
49
50//------------------------------------------+-----------------------------------
52
53inline bool Rw11CntlPC11::Buffered() const
54{
55 return fFsize > 0;
56}
57
58//------------------------------------------+-----------------------------------
60
61inline uint16_t Rw11CntlPC11::FifoSize() const
62{
63 return fFsize;
64}
65
66} // end namespace Retro
uint16_t FifoSize() const
FIXME_docs.
uint16_t fFsize
fifo size
uint16_t Itype() const
FIXME_docs.
uint16_t fPpRlim
puncher interrupt rate limit
uint16_t PrRlim() const
FIXME_docs.
uint16_t fPrQlim
reader queue limit
uint16_t PpRlim() const
FIXME_docs.
bool Buffered() const
FIXME_docs.
uint16_t fItype
interface type
uint16_t fPrRlim
reader interrupt rate limit
uint16_t PrQlim() const
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47