Эх сурвалжийг харах

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

Kathy_Yeh 5 жил өмнө
parent
commit
43b1b39107

+ 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