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.cpp

Committer:
sgnezdov
Date:
2017-08-11
Revision:
28:7214f7806526
Parent:
19:40f5bcec121e

File content as of revision 28:7214f7806526:

#include "jobTestPrint.h"

#include "mbed-trace/mbed_trace.h"
#define TRACE_GROUP  "jtp"

void JobTestPrint::Run() {
    tr_info("Job Test Print - does nothing");
}