|
phaser-server
0.0.4
|
Abstract RF phasing job related notice. More...
#include <notify.h>


Protected Member Functions | |
| 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... | |
Protected Member Functions inherited from JsonNotice | |
| virtual void | Create (JSONObject &)=0 |
Protected Attributes | |
| const PhaseJob * | m_job |
| Job whose status is to be reported. | |
Additional Inherited Members | |
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. | |
Abstract RF phasing job related notice.
|
protected |
Add date information to the passed JSON object.
| root | - JSON object to be updated. |
| tag | - Identifier tag of the date value. |
| date | - UNIX format date. |