research application on sending data to headend

Dependencies:   DataStore JobScheduler NetworkServices W5500Interface nanopb protocol

See "main.cpp" documentation on "API Documentation" tab for details about application.

Revision:
1:eebe442fc126
Child:
27:60c12f3f3430
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/jobTestPrint.h	Thu Jul 13 20:01:25 2017 +0000
@@ -0,0 +1,12 @@
+#pragma once
+
+class JobTestPrint {
+    public:
+    
+    static void RunAdapter(void *thisPointer) {
+        JobTestPrint *self = static_cast<JobTestPrint*>(thisPointer);
+        self->Run();
+    }
+    
+    void Run();
+};
\ No newline at end of file