|
phaser-server
0.0.4
|
RF phasing Job status message. More...
#include <notify.h>


Public Member Functions | |
| StatusNotice (const std::string &message, bool alert) | |
| Construct a status notification with a message (can be null). | |
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 the associated message (or null) as 'message'. More... | |
RF phasing Job status message.
|
overrideprotectedvirtual |
Add the associated message (or null) as 'message'.
| root | - JSON object to be updated. |
Implements JsonNotice.