Files
wasm-simulator/linuxcnc-rs274-wasm-source-files.txt
cnc b40914747d 满庭芳·源流归一
结论: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。
2026-05-28 18:00:53 +08:00

45 lines
3.5 KiB
Plaintext

# LinuxCNC rs274 source subset for browser-safe source-link probing.
# Format: group:path:note
core:src/emc/rs274ngc/interp_arc.cc:arc geometry and canonical arc conversion
core:src/emc/rs274ngc/interp_array.cc:block array initialization
core:src/emc/rs274ngc/interp_base.cc:base interpreter interface; compile-safe with wasm dlfcn shim, runtime replacement still required
core:src/emc/rs274ngc/interp_check.cc:error text and block checks
core:src/emc/rs274ngc/interp_convert.cc:block-to-canon conversion
core:src/emc/rs274ngc/interp_cycles.cc:canned cycles
core:src/emc/rs274ngc/interp_execute.cc:execute parsed blocks
core:src/emc/rs274ngc/interp_find.cc:geometry and tool lookup helpers; still depends on tooldata declarations
core:src/emc/rs274ngc/interp_g7x.cc:lathe roughing cycles
core:src/emc/rs274ngc/interp_inspection.cc:inspection helpers
core:src/emc/rs274ngc/interp_internal.cc:internal setup and utility logic
core:src/emc/rs274ngc/interp_inverse.cc:inverse time/feed helpers
core:src/emc/rs274ngc/interp_queue.cc:canonical command queue
core:src/emc/rs274ngc/interp_read.cc:line lexer/parser
core:src/emc/rs274ngc/interp_setup.cc:setup initialization helpers; satisfied by wasm Boost.Python shim
core:src/emc/rs274ngc/interp_write.cc:modal state writers
core:src/emc/rs274ngc/modal_state.cc:state tag modal representation
core:src/emc/rs274ngc/nurbs_additional_functions.cc:NURBS helpers
core:src/emc/rs274ngc/interp_namedparams.cc:Python named-parameter hooks satisfied by wasm Boost.Python/Python C API shims
core:src/emc/rs274ngc/interp_o_word.cc:O-word control flow and directory traversal; compile-safe with wasm shims
core:src/emc/rs274ngc/interp_python.cc:Python remap support satisfied by wasm Python plugin shim
core:src/emc/rs274ngc/interp_remap.cc:Python remap support satisfied by wasm Python plugin shim
core:src/emc/rs274ngc/rs274ngc_pre.cc:Interp implementation covered by rs274ngc_pre link probe
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