status_code_t
Definition: errors.h:30
status_code_t ngc_read_name(char *line, uint_fast8_t *pos, char *buffer)
status_code_t ngc_eval_expression(char *line, uint_fast8_t *pos, float *value)
status_code_t ngc_read_integer_unsigned(char *line, uint_fast8_t *pos, uint32_t *value)
char * ngc_process_comment(char *comment)
status_code_t ngc_read_real_value(char *line, uint_fast8_t *pos, float *value)
status_code_t ngc_read_integer_value(char *line, uint_fast8_t *pos, int32_t *value)
char * ngc_substitute_parameters(char *line)
status_code_t ngc_read_parameter(char *line, uint_fast8_t *pos, float *value, bool check)