按 align-linuxcnc 约束补 tooldata probe 源码依据
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user