Ver Fonte

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

Kathy_Yeh há 5 anos atrás
pai
commit
43b1b39107
1 ficheiros alterados com 16 adições e 0 exclusões
  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