w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11CntlLP11.ipp
Go to the documentation of this file.
1// $Id: Rw11CntlLP11.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-03-17 1123 1.0 Initial version
8// ---------------------------------------------------------------------------
9
15// all method definitions in namespace Retro
16namespace Retro {
17
18//------------------------------------------+-----------------------------------
20
21inline uint16_t Rw11CntlLP11::Rlim() const
22{
23 return fRlim;
24}
25
26//------------------------------------------+-----------------------------------
28
29inline uint16_t Rw11CntlLP11::Itype() const
30{
31 return fItype;
32}
33
34//------------------------------------------+-----------------------------------
36
37inline bool Rw11CntlLP11::Buffered() const
38{
39 return fFsize > 0;
40}
41
42//------------------------------------------+-----------------------------------
44
45inline uint16_t Rw11CntlLP11::FifoSize() const
46{
47 return fFsize;
48}
49
50} // end namespace Retro
uint16_t fItype
interface type
uint16_t FifoSize() const
FIXME_docs.
uint16_t fRlim
interrupt rate limit
uint16_t Itype() const
FIXME_docs.
bool Buffered() const
FIXME_docs.
uint16_t Rlim() const
FIXME_docs.
uint16_t fFsize
fifo size
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47