Classes | |
| class | NotifHeaderElem |
Public Types | |
| using | NotifHeader = NotifHeaderElem |
Public Member Functions | |
| HeartbeatNotification () | |
| TemplateId::Enum | templateId () const override |
| std::string | toString () const override |
| Public Member Functions inherited from Message | |
| virtual | ~Message ()=default |
Public Attributes | |
| NotifHeader | notifHeader |
Friends | |
| class | Serializer |
Definition at line 35 of file HeartbeatNotification.h.
| using NotifHeader = NotifHeaderElem |
Definition at line 60 of file HeartbeatNotification.h.
Initialize default instance.
|
overridevirtual |
Returns template ID.
Implements Message.
|
overridevirtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 70 of file HeartbeatNotification.h.
| NotifHeader notifHeader |
Definition at line 61 of file HeartbeatNotification.h.