按 align-linuxcnc 约束补 tooldata probe 源码依据

This commit is contained in:
cnc
2026-06-02 11:15:09 +08:00
parent e1fe284078
commit 68b6c19392
3 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
#include <vector>
#include <unistd.h>
// LinuxCNC source basis: src/emc/tooldata/tooldata_common.cc provides
// tool table parsing, formatting, load/save, and DB mode entry points.
namespace {
std::string make_temp_template(const char *name) {

View File

@@ -9,6 +9,8 @@
#include <unistd.h>
#include <vector>
// LinuxCNC source basis: src/emc/tooldata/tooldata_mmap.cc, tooldata_nml.cc,
// tooldata_db.cc, and taskclass.cc cover these tooldata runtime edge cases.
namespace {
std::string make_temp_path(const char *name) {