mirror of
https://github.com/wfjm/w11.git
synced 2026-01-18 01:22:25 +00:00
- was more a hack than a design; inheritance stack now cleaner - RtclRw11Unit: drop fpCpu, use added Cpu()=0 instead - RtclRw11UnitBase: add TUV,TB; add TUV* ObjUV(); inherit from TB - RtclRw11Unit(Disk|Stream|Tape|Term): define ObjUV();inherit from RtclRw11Unit - RtclRw11Unit(dev): inherit from RtclRw11UnitBase
This directory tree contains C++ sources for rlink backend and is organized in
| Directory | Content |
|---|---|
| librlink | rlink core library |
| librlinktpp | tcl wrapper for rlink core library |
| librtcltools | support classes for tcl wrappers |
| librtools | support classes |
| librutiltpp | some custom tcl commands |
| librw11 | w11 backend library |
| librwxxtpp | tcl wrapper for w11 backend library |
| tclshcpp | custom tcl shell |
| testtclsh | statically linked custom tcl shell |