满庭芳·源流归一
结论: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:
@@ -26,3 +26,19 @@ core:src/emc/rs274ngc/rs274ngc_pre.cc:Interp implementation covered by rs274ngc_
|
||||
core:src/emc/tooldata/tooldata_common.cc:shared tool table parser/format logic linked with wasm-safe mmap backend
|
||||
core:src/emc/ini/inifile.cc:INI reader needed by rs274ngc_pre source-link probe
|
||||
blocked:src/emc/tooldata/tooldata_mmap.cc:native mmap implementation
|
||||
header:src/emc/rs274ngc/array1.hh:LinuxCNC rs274 header tracked for full interpreter source coverage
|
||||
blocked-header:src/emc/rs274ngc/boost_pyenum_macros.hh:Boost.Python helper header, tracked but not wasm-safe API surface
|
||||
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, compile-satisfied by wasm shims
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user