InitContent
Function Usage
Initializes the content.
Prototype
APP_ERROR ConfigData::InitContent(const std::string &content);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
content |
Input |
Configuration information of the string type |
Return Parameter Description
Data Structure |
Calculation Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: ConfigData