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