Sergei G / Mbed OS Borsch

Dependencies:   DataStore JobScheduler NetworkServices W5500Interface nanopb protocol

Embed: (wiki syntax)

« Back to documentation index

JobTestPrint Class Reference

JobTestPrint Class Reference

JobTestPrint is a job that simply prints a message to STDOUT. More...

#include <jobTestPrint.h>

Static Public Member Functions

static void RunAdapter (void *thisPointer)
 RunAdapter is scheduler callback function.

Detailed Description

JobTestPrint is a job that simply prints a message to STDOUT.

The class has no constructor, because it has no service dependenices. This job is a great candidate for a simple C-function job example.

Definition at line 9 of file jobTestPrint.h.


Member Function Documentation

static void RunAdapter ( void *  thisPointer ) [static]

RunAdapter is scheduler callback function.

Parameters:
thisPointerprovides job context, which is this class's instance.

Definition at line 15 of file jobTestPrint.h.