按提示词结论接入 INI 参数文件桥
This commit is contained in:
@@ -10,11 +10,15 @@ enum class GcodeBackendKind {
|
||||
LinuxCncRs274,
|
||||
};
|
||||
|
||||
struct GcodeBackendOptions {
|
||||
std::string ini_file_name;
|
||||
};
|
||||
|
||||
const char *gcode_backend_name(GcodeBackendKind backend);
|
||||
|
||||
int parse_gcode_with_backend(GcodeBackendKind backend,
|
||||
CanonEventSink &sink,
|
||||
const char *program,
|
||||
size_t program_len,
|
||||
const GcodeBackendOptions &options,
|
||||
std::string *error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user