w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11UnitRL11.ipp
Go to the documentation of this file.
1// $Id: Rw11UnitRL11.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2014- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2014-06-08 561 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14#include "Rw11UnitRL11.hpp"
15
21// all method definitions in namespace Retro
22namespace Retro {
23
24//------------------------------------------+-----------------------------------
26
27inline void Rw11UnitRL11::SetRlsta(uint16_t rlsta)
28{
29 fRlsta = rlsta;
30 return;
31}
32
33//------------------------------------------+-----------------------------------
35
36inline void Rw11UnitRL11::SetRlpos(uint16_t rlpos)
37{
38 fRlpos = rlpos;
39 return;
40}
41
42//------------------------------------------+-----------------------------------
44
45inline uint16_t Rw11UnitRL11::Rlsta() const
46{
47 return fRlsta;
48}
49
50//------------------------------------------+-----------------------------------
52
53inline uint16_t Rw11UnitRL11::Rlpos() const
54{
55 return fRlpos;
56}
57
58} // end namespace Retro
void SetRlsta(uint16_t rlsta)
FIXME_docs.
uint16_t Rlpos() const
FIXME_docs.
void SetRlpos(uint16_t rlpos)
FIXME_docs.
uint16_t Rlsta() const
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47