|
w11 - cpp 0.794
Backend server for Rlink and w11
|
Functions | |
| Tcl_Obj * | NewLinesObj (const std::string &str) |
| Tcl_Obj * | NewLinesObj (std::ostringstream &sos) |
| Tcl_Obj * | NewListIntObj (const uint8_t *data, size_t size) |
| Tcl_Obj * | NewListIntObj (const uint16_t *data, size_t size) |
| Tcl_Obj * | NewListIntObj (const std::vector< uint8_t > &vec) |
| Tcl_Obj * | NewListIntObj (const std::vector< uint16_t > &vec) |
| bool | SetVar (Tcl_Interp *interp, const std::string &varname, Tcl_Obj *pobj) |
| bool | SetVarOrResult (Tcl_Interp *interp, const std::string &varname, Tcl_Obj *pobj) |
| void | AppendResultNewLines (Tcl_Interp *interp) |
| void | SetResult (Tcl_Interp *interp, const std::string &str) |
| void | SetResult (Tcl_Interp *interp, std::ostringstream &sos) |
| Tcl_Obj * Retro::Rtcl::NewLinesObj | ( | const std::string & | str | ) |
Referenced by Retro::RtclRw11Cpu::M_cp(), Retro::RtclRlinkConnect::M_exec(), and Retro::RtclRw11Cpu::M_ldasm().
| Tcl_Obj * Retro::Rtcl::NewLinesObj | ( | std::ostringstream & | sos | ) |
| Tcl_Obj * Retro::Rtcl::NewListIntObj | ( | const uint8_t * | data, |
| size_t | size | ||
| ) |
| Tcl_Obj * Retro::Rtcl::NewListIntObj | ( | const uint16_t * | data, |
| size_t | size | ||
| ) |
| Tcl_Obj * Retro::Rtcl::NewListIntObj | ( | const std::vector< uint8_t > & | vec | ) |
| Tcl_Obj * Retro::Rtcl::NewListIntObj | ( | const std::vector< uint16_t > & | vec | ) |
| bool Retro::Rtcl::SetVar | ( | Tcl_Interp * | interp, |
| const std::string & | varname, | ||
| Tcl_Obj * | pobj | ||
| ) |
| bool Retro::Rtcl::SetVarOrResult | ( | Tcl_Interp * | interp, |
| const std::string & | varname, | ||
| Tcl_Obj * | pobj | ||
| ) |
Referenced by Retro::RtclRw11Cpu::M_cp(), and Retro::RtclRlinkConnect::M_exec().
| void Retro::Rtcl::AppendResultNewLines | ( | Tcl_Interp * | interp | ) |
| void Retro::Rtcl::SetResult | ( | Tcl_Interp * | interp, |
| const std::string & | str | ||
| ) |
Referenced by Retro::RtclArgs::SetResult().
| void Retro::Rtcl::SetResult | ( | Tcl_Interp * | interp, |
| std::ostringstream & | sos | ||
| ) |