w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RiosState.ipp
Go to the documentation of this file.
1// $Id: RiosState.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2006-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2011-01-30 357 1.0 Adopted from CTBioState
8// 2006-04-16 - - Last change on CTBioState
9// ---------------------------------------------------------------------------
10
15// all method definitions in namespace Retro
16namespace Retro {
17
18//------------------------------------------+-----------------------------------
20
21inline char RiosState::Ctype()
22{
23 return fCtype;
24}
25
26} // end namespace Retro
char Ctype()
Get conversion type.
Definition: RiosState.ipp:21
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47