w11 - cpp
0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11UnitTM11.hpp
Go to the documentation of this file.
1
// $Id: Rw11UnitTM11.hpp 1186 2019-07-12 17:49:59Z mueller $
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
// Copyright 2015-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
//
5
// Revision History:
6
// Date Rev Version Comment
7
// 2017-04-07 868 1.0.1 Dump(): add detail arg
8
// 2015-05-17 683 1.0 Initial version
9
// ---------------------------------------------------------------------------
10
11
16
#ifndef included_Retro_Rw11UnitTM11
17
#define included_Retro_Rw11UnitTM11 1
18
19
#include "
Rw11UnitTapeBase.hpp
"
20
21
namespace
Retro
{
22
23
class
Rw11CntlTM11;
// forw decl to avoid circular incl
24
25
class
Rw11UnitTM11
:
public
Rw11UnitTapeBase
<Rw11CntlTM11> {
26
public
:
27
Rw11UnitTM11
(
Rw11CntlTM11
* pcntl,
size_t
index);
28
~Rw11UnitTM11
();
29
30
void
SetTmds
(uint16_t tmds);
31
uint16_t
Tmds
()
const
;
32
33
virtual
void
Dump
(std::ostream& os,
int
ind=0,
const
char
* text=0,
34
int
detail=0)
const
;
35
36
protected
:
37
uint16_t
fTmds
;
38
};
39
40
}
// end namespace Retro
41
42
#include "
Rw11UnitTM11.ipp
"
43
44
#endif
Rw11UnitTM11.ipp
Rw11UnitTapeBase.hpp
Retro::Rw11CntlTM11
FIXME_docs.
Definition:
Rw11CntlTM11.hpp:28
Retro::Rw11UnitTM11
FIXME_docs.
Definition:
Rw11UnitTM11.hpp:25
Retro::Rw11UnitTM11::SetTmds
void SetTmds(uint16_t tmds)
FIXME_docs.
Definition:
Rw11UnitTM11.ipp:27
Retro::Rw11UnitTM11::Tmds
uint16_t Tmds() const
FIXME_docs.
Definition:
Rw11UnitTM11.ipp:36
Retro::Rw11UnitTM11::Dump
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
Definition:
Rw11UnitTM11.cpp:51
Retro::Rw11UnitTM11::~Rw11UnitTM11
~Rw11UnitTM11()
Destructor.
Definition:
Rw11UnitTM11.cpp:45
Retro::Rw11UnitTM11::fTmds
uint16_t fTmds
Definition:
Rw11UnitTM11.hpp:37
Retro::Rw11UnitTapeBase
Implemenation (inline) of Rw11UnitTapeBase.
Definition:
Rw11UnitTapeBase.hpp:24
Retro
Declaration of class ReventLoop.
Definition:
ReventLoop.cpp:47
librw11
Rw11UnitTM11.hpp
Generated on Thu Feb 9 2023 12:40:57 for w11 - cpp by
1.9.6