WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
Message sent when a timer set by a WMS goes off. More...
#include <WMSMessage.h>
Public Member Functions | |
AlarmWMSTimerMessage (std::string message, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | message |
The message sent my the timer. | |
Additional Inherited Members |
Message sent when a timer set by a WMS goes off.
|
explicit |
Constructor.
message | the (string) message to be sent |
payload | message size in bytes |
std::invalid_argument |