Reading Gcode in LocalFiileSystem and encodeing int array

Revision:
3:09ee560a3007
Parent:
2:4fc4593498d7
Child:
4:1e606e2301f9
--- a/MakeSequencer.h	Thu Oct 11 11:07:31 2018 +0000
+++ b/MakeSequencer.h	Thu Oct 11 11:23:53 2018 +0000
@@ -22,6 +22,13 @@
     int    _data[ARRAY_EREMENT][CODE_LENGTH];
     int    _codesize;
     
+    int    _tempnum[ARRAY_EREMENT];
+    int    _ele;
+    char   _element[ARRAY_EREMENT][CODE_LENGTH];
+    char   _char;
+    int    _count;
+    bool   _check[ARRAY_EREMENT][CODE_LENGTH];
+    
     LocalFileSystem *_local;
     FILE *_fp;
 };