w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclAttnShuttle.ipp
Go to the documentation of this file.
1// $Id: RtclAttnShuttle.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-03-01 493 1.0 Initial version
8// 2013-01-14 475 0.5 First draft
9// ---------------------------------------------------------------------------
10
15// all method definitions in namespace Retro
16namespace Retro {
17
18//------------------------------------------+-----------------------------------
20
21inline uint16_t RtclAttnShuttle::Mask() const
22{
23 return fMask;
24}
25
26//------------------------------------------+-----------------------------------
28
29inline Tcl_Obj* RtclAttnShuttle::Script() const
30{
31 return fpScript;
32}
33
34} // end namespace Retro
35
uint16_t fMask
attn mask
RtclOPtr fpScript
Tcl handler script (as Tcl_Obj)
uint16_t Mask() const
FIXME_docs.
Tcl_Obj * Script() const
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47