20#ifndef included_Retro_Rw11
21#define included_Retro_Rw11 1
40 void SetServer(
const std::shared_ptr<RlinkServer>& spserv);
41 const std::shared_ptr<RlinkServer>&
ServerSPtr()
const;
46 void AddCpu(
const std::shared_ptr<Rw11Cpu>& spcpu);
53 virtual void Dump(std::ostream& os,
int ind=0,
const char* text=0,
std::shared_ptr< RlinkServer > fspServ
RlinkConnect & Connect() const
FIXME_docs.
size_t NCpu() const
FIXME_docs.
Rw11 & operator=(const Rw11 &)=delete
int AttnHandler(RlinkServer::AttnArgs &args)
FIXME_docs.
const std::shared_ptr< RlinkServer > & ServerSPtr() const
FIXME_docs.
Rw11Cpu & Cpu(size_t ind) const
FIXME_docs.
Rw11(const Rw11 &)=delete
RlinkServer & Server() const
FIXME_docs.
static const int kLam
W11 CPU cluster lam.
virtual ~Rw11()
Destructor.
Rw11()
Default constructor.
void AddCpu(const std::shared_ptr< Rw11Cpu > &spcpu)
FIXME_docs.
RlogFile & LogFile() const
FIXME_docs.
void SetServer(const std::shared_ptr< RlinkServer > &spserv)
FIXME_docs.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
bool fStarted
true if Start() called
std::shared_ptr< Rw11Cpu > fspCpu[4]
bool IsStarted() const
FIXME_docs.
Declaration of class ReventLoop.