w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11UnitRK11.ipp
Go to the documentation of this file.
1// $Id: Rw11UnitRK11.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2013-04-20 508 1.0 Initial version
8// 2013-04-14 505 0.1 First draft
9// ---------------------------------------------------------------------------
10
15#include "Rw11UnitRK11.hpp"
16
22// all method definitions in namespace Retro
23namespace Retro {
24
25//------------------------------------------+-----------------------------------
27
28inline void Rw11UnitRK11::SetRkds(uint16_t rkds)
29{
30 fRkds = rkds;
31 return;
32}
33
34//------------------------------------------+-----------------------------------
36
37inline uint16_t Rw11UnitRK11::Rkds() const
38{
39 return fRkds;
40}
41
42} // end namespace Retro
void SetRkds(uint16_t rkds)
FIXME_docs.
uint16_t Rkds() const
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47