#include <Message.h>
Inheritance diagram for rwil::EncapsulatingMessage::
Public Methods | |
EncapsulatingMessage (std::string encapsulateCommand, const Message &oldMessage) | |
Creates a message with a new parameter "message" and the data from an old message the timestamp is set to now. More... | |
EncapsulatingMessage (std::string encapsulateCommand, const Message &oldMessage, time_t when) | |
Creates a message with a new parameter "message" and the data from an old message. The timestamp is set the when. More... |
Definition at line 95 of file Message.h.
|
Creates a message with a new parameter "message" and the data from an old message the timestamp is set to now.
Definition at line 45 of file Message.cpp. References rwil::Message::SetParam().
|
|
Creates a message with a new parameter "message" and the data from an old message. The timestamp is set the when.
Definition at line 49 of file Message.cpp. References rwil::Message::SetParam().
|