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.
source/jobTestPrint.h
- Committer:
- sgnezdov
- Date:
- 2017-07-13
- Revision:
- 1:eebe442fc126
- Child:
- 27:60c12f3f3430
File content as of revision 1:eebe442fc126:
#pragma once class JobTestPrint { public: static void RunAdapter(void *thisPointer) { JobTestPrint *self = static_cast<JobTestPrint*>(thisPointer); self->Run(); } void Run(); };