Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DataStore JobScheduler NetworkServices W5500Interface nanopb protocol
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:
-
thisPointer provides job context, which is this class's instance.
Definition at line 15 of file jobTestPrint.h.
Generated on Sat Jul 16 2022 21:15:37 by
1.7.2