Job iteration notice.
More...
#include <notify.h>
|
|
| LoopNotice (const PhaseJob *job) |
| | Construct a 'loop' notification.
|
| |
|
| JsonNotice (const char *value) |
| | Initialize the value of the 'notification' tag.
|
| |
|
std::string | operator() (void) |
| | Get the JSON encoded response string.
|
| |
|
| virtual void | Create (JSONObject &) override |
| | Add job iteration as "count". More...
|
| |
|
| JobNotice (const char *value, const PhaseJob *job) |
| | Initialize value of 'notification' tag and the RF phasing job.
|
| |
| void | AddDate (JSONObject &, const char *, time_t) |
| | Add date information to the passed JSON object. More...
|
| |
Job iteration notice.
- Note
- A copy of the passed job is not made, it must stay in scope for the lifetime of the object.
◆ Create()
| void LoopNotice::Create |
( |
JSONObject & |
root | ) |
|
|
overrideprotectedvirtual |
Add job iteration as "count".
- Parameters
-
| root | - JSON object to be updated. |
Implements JsonNotice.
The documentation for this class was generated from the following files: