w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11UnitDEUNA.hpp
Go to the documentation of this file.
1// $Id: Rw11UnitDEUNA.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2014-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2017-01-29 847 1.0 Initial version
8// 2014-06-09 561 0.1 First draft
9// ---------------------------------------------------------------------------
10
11
16#ifndef included_Retro_Rw11UnitDEUNA
17#define included_Retro_Rw11UnitDEUNA 1
18
19#include "Rw11VirtEth.hpp"
20
21#include "Rw11UnitVirt.hpp"
22
23namespace Retro {
24
25 class Rw11CntlDEUNA; // forw decl to avoid circular incl
26
27 class Rw11UnitDEUNA : public Rw11UnitVirt<Rw11VirtEth> {
28 public:
29 Rw11UnitDEUNA(Rw11CntlDEUNA* pcntl, size_t index);
31
32 Rw11CntlDEUNA& Cntl() 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 virtual void AttachDone();
39 virtual void DetachDone();
40
41 protected:
43
44 };
45
46} // end namespace Retro
47
48#include "Rw11UnitDEUNA.ipp"
49
50#endif
~Rw11UnitDEUNA()
Destructor.
virtual void DetachDone()
FIXME_docs.
virtual void AttachDone()
FIXME_docs.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
Rw11CntlDEUNA * fpCntl
Rw11CntlDEUNA & Cntl() const
FIXME_docs.
Implemenation (inline) of Rw11UnitVirt.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47