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

This commit is contained in:
cnc
2026-06-02 11:35:55 +08:00
parent 68b6c19392
commit 10c1b70ed8
3 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
#include <vector>
#include <wordexp.h>
// LinuxCNC source basis: src/emc/rs274ngc/rs274ngc_pre.cc provides read(),
// execute(), and wordexp() paths; interp_convert.cc converts G0, G2, and M30.
namespace {
int collect_event(const CncSimEvent *event, void *user_data) {