A message sent by a ComputeService in answer to a resource information request. More...
#include <ComputeServiceMessage.h>
Public Member Functions | |
ComputeServiceResourceInformationAnswerMessage (std::map< std::string, std::map< std::string, double >> info, double payload) | |
Constructor. More... | |
Public Attributes | |
std::map< std::string, std::map< std::string, double > > | info |
The resource information map. | |
Additional Inherited Members |
Detailed Description
A message sent by a ComputeService in answer to a resource information request.
Constructor & Destructor Documentation
◆ ComputeServiceResourceInformationAnswerMessage()
wrench::ComputeServiceResourceInformationAnswerMessage::ComputeServiceResourceInformationAnswerMessage | ( | std::map< std::string, std::map< std::string, double >> | info, |
double | payload | ||
) |
Constructor.
- Parameters
-
info the resource description map payload the message size in bytes
- Exceptions
-
std::invalid_argument
The documentation for this class was generated from the following files:
- ComputeServiceMessage.h
- ComputeServiceMessage.cpp