WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by a ComputeService in answer to a "does at least one host have these available resources" request. More...
#include <ComputeServiceMessage.h>
Public Member Functions | |
ComputeServiceIsThereAtLeastOneHostWithAvailableResourcesAnswerMessage (bool answer, double payload) | |
Constructor. More... | |
Public Attributes | |
bool | answer |
The true/false answer. | |
Additional Inherited Members |
A message sent by a ComputeService in answer to a "does at least one host have these available resources" request.
wrench::ComputeServiceIsThereAtLeastOneHostWithAvailableResourcesAnswerMessage::ComputeServiceIsThereAtLeastOneHostWithAvailableResourcesAnswerMessage | ( | bool | answer, |
double | payload | ||
) |
Constructor.
answer | true/false |
payload | the message size in bytes |