33 const std::string& cclass)
51 std::ostringstream sos;
52 TC& cntl = this->Obj();
53 sos <<
"unit type en wp capacity bot eot eom pfi prec at attachurl\n";
54 for (
size_t i=0; i<cntl.NUnit(); i++) {
58 <<
" " << (unit.
Enabled() ?
" y" :
" n")
59 <<
" " << (unit.
WProt() ?
" y" :
" n")
61 <<
" " << (unit.
Bot() ?
" y" :
" n")
62 <<
" " << (unit.
Eot() ?
" y" :
" n")
63 <<
" " << (unit.
Eom() ?
" y" :
" n")
void AppendResultLines(const std::string &str)
FIXME_docs.
bool AllDone()
FIXME_docs.
Implemenation (all inline) of RtclRw11CntlRdmaBase.
RtclRw11CntlTapeBase(const std::string &type, const std::string &cclass)
Constructor.
~RtclRw11CntlTapeBase()
FIXME_docs.
virtual int M_default(RtclArgs &args)
FIXME_docs.
bool Eom() const
FIXME_docs.
virtual bool Enabled() const
FIXME_docs.
bool Eot() const
FIXME_docs.
int PosFile() const
FIXME_docs.
bool WProt() const
FIXME_docs.
bool Bot() const
FIXME_docs.
const std::string & Type() const
FIXME_docs.
size_t Capacity() const
FIXME_docs.
int PosRecord() const
FIXME_docs.
bool IsAttached() const
FIXME_docs.
std::string Name() const
FIXME_docs.
const std::string & AttachUrl() 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.