A message sent to a Service to request for it to terminate. More...
#include <ServiceMessage.h>
Public Member Functions | |
ServiceStopDaemonMessage (std::string ack_mailbox, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | ack_mailbox |
the mailbox to which the "I stopped" ack should be sent | |
Additional Inherited Members |
Detailed Description
A message sent to a Service to request for it to terminate.
Constructor & Destructor Documentation
◆ ServiceStopDaemonMessage()
wrench::ServiceStopDaemonMessage::ServiceStopDaemonMessage | ( | std::string | ack_mailbox, |
double | payload | ||
) |
Constructor.
- Parameters
-
ack_mailbox mailbox to which the DaemonStoppedMessage ack will be sent. No ack will be sent if ack_mailbox="" payload message size in bytes
- Exceptions
-
std::invalid_arguments
The documentation for this class was generated from the following files:
- ServiceMessage.h
- ServiceMessage.cpp