w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11Probe.ipp
Go to the documentation of this file.
1// $Id: Rw11Probe.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2017-02-04 848 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14// all method definitions in namespace Retro
15namespace Retro {
16
17//------------------------------------------+-----------------------------------
19
20inline uint16_t Rw11Probe::DataInt() const
21{
22 return fDataInt;
23}
24
25//------------------------------------------+-----------------------------------
27
28inline uint16_t Rw11Probe::DataRem() const
29{
30 return fDataRem;
31}
32
33} // end namespace Retro
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47
uint16_t DataInt() const
FIXME_docs.
Definition: Rw11Probe.ipp:20
uint16_t fDataRem
Definition: Rw11Probe.hpp:31
uint16_t fDataInt
Definition: Rw11Probe.hpp:30
uint16_t DataRem() const
FIXME_docs.
Definition: Rw11Probe.ipp:28