|
phaser-server
0.0.2
|
Job 'current cavity' notice. More...
#include <notify.h>


Public Member Functions | |
| CavityNotice (const PhaseJob *job) | |
Public Member Functions inherited from JsonNotice | |
| JsonNotice (const char *value) | |
| Initialize the value of the 'notification' tag. | |
| std::string | operator() (void) |
| Get the JSON encoded response string. | |
Protected Member Functions | |
| virtual void | Create (JSONObject &) override |
| Add job 'current cavity' information as "name" and "start". More... | |
Protected Member Functions inherited from JobNotice | |
| 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... | |
Additional Inherited Members | |
Protected Attributes inherited from JobNotice | |
| const PhaseJob * | m_job |
| Job whose status is to be reported. | |
Job 'current cavity' notice.
|
inline |
Construct an instance.
| job | - The currently executing job. |
|
overrideprotectedvirtual |
Add job 'current cavity' information as "name" and "start".
| root | - JSON object to be updated. |
Implements JsonNotice.