w11 - cpp
0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11UnitRK11.hpp
Go to the documentation of this file.
1
// $Id: Rw11UnitRK11.hpp 1186 2019-07-12 17:49:59Z mueller $
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
// Copyright 2013-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
// 2013-04-20 508 1.0 Initial version
9
// 2013-02-13 488 0.1 First draft
10
// ---------------------------------------------------------------------------
11
12
17
#ifndef included_Retro_Rw11UnitRK11
18
#define included_Retro_Rw11UnitRK11 1
19
20
#include "
Rw11UnitDiskBase.hpp
"
21
22
namespace
Retro
{
23
24
class
Rw11CntlRK11;
// forw decl to avoid circular incl
25
26
class
Rw11UnitRK11
:
public
Rw11UnitDiskBase
<Rw11CntlRK11> {
27
public
:
28
Rw11UnitRK11
(
Rw11CntlRK11
* pcntl,
size_t
index);
29
~Rw11UnitRK11
();
30
31
void
SetRkds
(uint16_t rkds);
32
uint16_t
Rkds
()
const
;
33
34
virtual
void
Dump
(std::ostream& os,
int
ind=0,
const
char
* text=0,
35
int
detail=0)
const
;
36
37
protected
:
38
uint16_t
fRkds
;
39
};
40
41
}
// end namespace Retro
42
43
#include "
Rw11UnitRK11.ipp
"
44
45
#endif
Rw11UnitDiskBase.hpp
Rw11UnitRK11.ipp
Retro::Rw11CntlRK11
FIXME_docs.
Definition:
Rw11CntlRK11.hpp:30
Retro::Rw11UnitDiskBase
Implemenation (inline) of Rw11UnitDiskBase.
Definition:
Rw11UnitDiskBase.hpp:26
Retro::Rw11UnitRK11
FIXME_docs.
Definition:
Rw11UnitRK11.hpp:26
Retro::Rw11UnitRK11::SetRkds
void SetRkds(uint16_t rkds)
FIXME_docs.
Definition:
Rw11UnitRK11.ipp:28
Retro::Rw11UnitRK11::fRkds
uint16_t fRkds
Definition:
Rw11UnitRK11.hpp:38
Retro::Rw11UnitRK11::~Rw11UnitRK11
~Rw11UnitRK11()
Destructor.
Definition:
Rw11UnitRK11.cpp:51
Retro::Rw11UnitRK11::Rkds
uint16_t Rkds() const
FIXME_docs.
Definition:
Rw11UnitRK11.ipp:37
Retro::Rw11UnitRK11::Dump
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
Definition:
Rw11UnitRK11.cpp:57
Retro
Declaration of class ReventLoop.
Definition:
ReventLoop.cpp:47
librw11
Rw11UnitRK11.hpp
Generated on Thu Feb 9 2023 12:40:57 for w11 - cpp by
1.9.6