满庭芳·源流归一

结论:LinuxCNC rs274ngc 源码移植边界继续收拢。已将 rs274ngc 头文件纳入 manifest 跟踪,core 编译组仍只包含可编译源文件;启用 CNC_SIM_ENABLE_LINUXCNC_RS274_BACKEND 时 API 默认使用 LinuxCNC rs274 后端;M428/M429/M430 与 5axis/TRT/TDR/RTCP 相关路径继续保持来自 LinuxCNC 源码或 remap 配置的薄桥接。

验证:./test-linuxcnc-source-syntax.sh;./test-linuxcnc-api-native.sh;./test-native.sh;./test-linuxcnc-source-link.sh。
This commit is contained in:
cnc
2026-05-28 18:00:53 +08:00
parent 40a63c76f7
commit b40914747d
65 changed files with 5189 additions and 1117 deletions

View File

@@ -34,4 +34,19 @@ binding:src/emc/rs274ngc/pyparamclass.cc:Boost.Python bindings; exclude from was
tooldata:src/emc/tooldata/tooldata_common.cc:shared tool table parser/format logic
tooldata:src/emc/tooldata/tooldata_mmap.cc:native mmap implementation; replace for wasm
tooldata:src/emc/tooldata/tooldata_db.cc:external database integration; exclude from wasm core
header:src/emc/rs274ngc/array1.hh:LinuxCNC rs274 header tracked for full interpreter source coverage
header:src/emc/rs274ngc/boost_pyenum_macros.hh:LinuxCNC rs274 Boost.Python enum helper header
header:src/emc/rs274ngc/interp_array_types.hh:LinuxCNC rs274 block array type definitions
header:src/emc/rs274ngc/interp_base.hh:LinuxCNC rs274 base interpreter declarations
header:src/emc/rs274ngc/interp_fwd.hh:LinuxCNC rs274 forward declarations
header:src/emc/rs274ngc/interp_inspection.hh:LinuxCNC rs274 inspection declarations
header:src/emc/rs274ngc/interp_internal.hh:LinuxCNC rs274 internal interpreter declarations
header:src/emc/rs274ngc/interp_parameter_def.hh:LinuxCNC rs274 parameter definitions
header:src/emc/rs274ngc/interp_python.hh:LinuxCNC rs274 Python/remap declarations
header:src/emc/rs274ngc/interp_queue.hh:LinuxCNC rs274 queue declarations
header:src/emc/rs274ngc/modal_state.hh:LinuxCNC rs274 modal state declarations
header:src/emc/rs274ngc/paramclass.hh:LinuxCNC rs274 parameter class declarations
header:src/emc/rs274ngc/rs274ngc.hh:LinuxCNC rs274 public interface header
header:src/emc/rs274ngc/rs274ngc_interp.hh:LinuxCNC rs274 interpreter class header
header:src/emc/rs274ngc/rs274ngc_return.hh:LinuxCNC rs274 return code header
header:src/emc/rs274ngc/units.h:LinuxCNC rs274 units helper header