PressureEqualizer - fixed compiler warnings, documented.

This commit is contained in:
bubnikv 2016-09-26 12:44:03 +02:00
parent 4a13efd081
commit 758458e5a0
2 changed files with 20 additions and 8 deletions

View file

@ -167,6 +167,9 @@ private:
std::vector<char> output_buffer;
size_t output_buffer_length;
// For debugging purposes. Index of the G-code line processed.
size_t line_idx;
bool process_line(const char *line, const size_t len, GCodeLine &buf);
void output_gcode_line(GCodeLine &buf);