w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtimerFd.ipp
Go to the documentation of this file.
1// $Id: RtimerFd.ipp 1185 2019-07-12 17:29:12Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013-2019 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2019-06-08 1161 1.1 derive from Rfd, inherit IsOpen,Close,Fd
8// 2017-02-18 851 1.0 Initial version
9// 2013-01-11 473 0.1 First draft
10// ---------------------------------------------------------------------------
11
16// all method definitions in namespace Retro
17namespace Retro {
18
19//------------------------------------------+-----------------------------------
21
22inline void RtimerFd::SetRelative(double dt)
23{
24 return SetRelative(Rtime(dt));
25}
26
27} // end namespace Retro
28
29
FIXME_docs.
Definition: Rtime.hpp:25
void SetRelative(const Rtime &dt)
FIXME_docs.
Definition: RtimerFd.cpp:65
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47