The RMP Motion Controller APIs

◆ SyntaxErrorLineNumberGet()

int32_t SyntaxErrorLineNumberGet ( )
pure virtual
Description:
Exceptions thrown of the types: RSIErrorMessage::RSI_GCODE_PARSE, RSIErrorMessage::RSI_CARTESIAN_PATH_LINE, RSIErrorMessage::RSI_GCODE_SYNTAX, RSIErrorMessage::RSI_EXECUTOR, will result in this value being set.
Returns
(int32_t) The line number or -1
Note
Returns -1 if no errors are found.
See also
Visit our Topic Page for more information.
Examples
GcodeMotion.cs.