w11 - cpp 0.794
Backend server for Rlink and w11
|
Implemenation (all inline) of RtclRw11UnitBase. More...
#include <RtclRw11UnitBase.hpp>
Public Member Functions | |
RtclRw11UnitBase (const std::string &type, const std::shared_ptr< TU > &spunit) | |
Constructor. | |
~RtclRw11UnitBase () | |
FIXME_docs. | |
virtual TU & | Obj () |
FIXME_docs. | |
virtual TUV & | ObjUV () |
FIXME_docs. | |
virtual Rw11Cpu & | Cpu () const |
FIXME_docs. | |
const std::shared_ptr< TU > & | ObjSPtr () |
FIXME_docs. | |
Protected Member Functions | |
virtual void | AttachDone () |
FIXME_docs. | |
int | M_stats (RtclArgs &args) |
FIXME_docs. | |
Protected Attributes | |
std::shared_ptr< TU > | fspObj |
sptr to managed object | |
Implemenation (all inline) of RtclRw11UnitBase.
FIXME_docs
Definition at line 29 of file RtclRw11UnitBase.hpp.
|
inline |
Constructor.
Definition at line 54 of file RtclRw11UnitBase.ipp.
References Retro::RtclGetList::Add(), and Retro::RtclRw11UnitBase< TU, TUV, TB >::fspObj.
|
inline |
FIXME_docs.
Definition at line 82 of file RtclRw11UnitBase.ipp.
|
inlinevirtual |
FIXME_docs.
Definition at line 89 of file RtclRw11UnitBase.ipp.
|
inlinevirtual |
FIXME_docs.
Definition at line 98 of file RtclRw11UnitBase.ipp.
|
inlinevirtual |
FIXME_docs.
Definition at line 107 of file RtclRw11UnitBase.ipp.
|
inline |
FIXME_docs.
Definition at line 116 of file RtclRw11UnitBase.ipp.
|
protectedvirtual |
FIXME_docs.
Definition at line 125 of file RtclRw11UnitBase.ipp.
References Retro::RtclRw11Unit::M_virt(), and Retro::RtclRw11VirtFactory().
|
protected |
FIXME_docs.
Definition at line 140 of file RtclRw11UnitBase.ipp.
References Retro::RtclStats::Exec(), and Retro::RtclStats::GetArgs().
|
protected |
sptr to managed object
Definition at line 45 of file RtclRw11UnitBase.hpp.
Referenced by Retro::RtclRw11UnitBase< TU, TUV, TB >::RtclRw11UnitBase().