34template <
class TU,
size_t NU>
42template <
class TU,
size_t NU>
49template <
class TU,
size_t NU>
58template <
class TU,
size_t NU>
61 return *fspUnit[index];
67template <
class TU,
size_t NU>
70 return *fspUnit[index];
76template <
class TU,
size_t NU>
77inline const std::shared_ptr<TU>&
80 return fspUnit[index];
86template <
class TU,
size_t NU>
88 const char* text,
int detail)
const
91 os << bl << (text?text:
"--") <<
"Rw11CntlBase @ " <<
this << std::endl;
92 os << bl <<
" fspUnit: " << std::endl;
93 for (
size_t i=0; i<NU; i++) {
94 os << bl <<
" " <<
RosPrintf(i,
"d",2) <<
" : "
95 << fspUnit[i].get() << std::endl;
I/O appicator to generate fill characters.
virtual Rw11Unit & UnitBase(size_t index) const
FIXME_docs.
Rw11CntlBase(const std::string &type)
Constructor.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
virtual size_t NUnit() const
FIXME_docs.
~Rw11CntlBase()
Destructor.
TU & Unit(size_t index) const
FIXME_docs.
const std::shared_ptr< TU > & UnitSPtr(size_t index) const
FIXME_docs.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
RosPrintfS< bool > RosPrintf(bool value, const char *form=0, int width=0, int prec=0)
Creates a print object for the formatted output of a bool value.
Declaration of class ReventLoop.