AQUAgpusph 4.1.2
|
Data structure to store the variables requested and a flag to know if the entry point has been found. More...
Data Fields | |
std::string | entry_point |
Entry point. | |
unsigned int | entry_points |
Number of instances of the entry point found. | |
std::vector< std::string > | var_names |
List of required variables. | |
Data structure to store the variables requested and a flag to know if the entry point has been found.
std::string Aqua::CalcServer::clientData::entry_point |
Entry point.
unsigned int Aqua::CalcServer::clientData::entry_points |
Number of instances of the entry point found.
std::vector<std::string> Aqua::CalcServer::clientData::var_names |
List of required variables.