Complete native tooldata manifest coverage

This commit is contained in:
cnc
2026-06-02 09:09:33 +08:00
parent 35d341de70
commit 158fd343c6
2 changed files with 13 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ tooldata:src/emc/tooldata/tooldata_common.cc:shared tool table parser/format log
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
tooldata:src/emc/tooldata/tooldata_nml.cc:NML tool table backend selected by LinuxCNC TOOL_NML_FLAG
tooldata:src/emc/tooldata/tool_mmap_read.cc:LinuxCNC tooldata mmap reader utility source from tooldata Submakefile
tooldata:src/emc/tooldata/tool_watch.cc:LinuxCNC tooldata watcher utility source from tooldata Submakefile
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