Init
Function Usage
Initialization method for the postprocessing plugin base class. It is used together with DeInit.
Prototype
1 | APP_ERROR MxModelPostProcessorBase::Init(std::map<std::string, std::shared_ptr<void>>& configParamMap) override; |
Parameters
Parameter |
Description |
|---|---|
configParamMap |
Configuration parameter. After streaming, the parameters in the configuration file are transferred through this variable. The value of configParamMap must be read from the configuration file or be a character string. Otherwise, an exception may occur and the program may be terminated. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxModelPostProcessorBase