33 const std::string& unitcmd,
34 const std::shared_ptr<Rw11UnitPC11>& spunit)
45 if (unitcmd.length() == 8) {
46 size_t ind = spunit->Index();
47 if (unitcmd.length() == 8 && unitcmd.substr(4,3) ==
"pca") {
48 string alias = unitcmd.substr(0,4);
50 Tcl_CreateAlias(interp, alias.c_str(), interp, unitcmd.c_str(),
void CreateObjectCmd(Tcl_Interp *interp, const char *name)
FIXME_docs.
Implemenation (all inline) of RtclRw11UnitBase.
RtclRw11UnitPC11(Tcl_Interp *interp, const std::string &unitcmd, const std::shared_ptr< Rw11UnitPC11 > &spunit)
Constructor.
~RtclRw11UnitPC11()
Destructor.
void SetupGetSet()
FIXME_docs.
static const uint16_t kUnit_PR
unit number of paper reader
Declaration of class ReventLoop.