Init
Function Usage
Initialize AscendHac-related resources and check whether the current parameters are valid.
Prototype
APP_ERROR AscendHac.Init(const std::map<std::string, std::string> &configMap);
Parameter Description
Parameter |
Description |
|---|---|
configMap |
Configuration-related parameter. key indicates the parameter name, and value indicates the parameter value. For details, see Clustering Parameter Configuration. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
|
Parent topic: Initializing Resources