Преглед на файлове

2019-12-27 /Kathy Yeh Action:[Module_OcppBackend]1.add TransactionQueue.h

Kathy_Yeh преди 5 години
родител
ревизия
43b1b39107
променени са 1 файла, в които са добавени 16 реда и са изтрити 0 реда
  1. 16 0
      EVSE/Modularization/ocppfiles/TransactionQueue.h

+ 16 - 0
EVSE/Modularization/ocppfiles/TransactionQueue.h

@@ -0,0 +1,16 @@
+#ifndef TransactionQueue_H
+#define TransactionQueue_H
+
+
+//==========================================
+// HandleError routine
+//==========================================
+void createq();
+int showfront(char *uuid, char *data);
+int addq(char *uuid, char *data);
+int delq();
+int showqueue();
+
+
+
+#endif