LoadConfigData
Function Usage
A protected member function that initializes the postprocessing configuration file.
Prototype
1 | APP_ERROR PostProcessBase::LoadConfigData(const std::map<std::string, std::string> &postConfig); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
postConfig |
Input |
Parameter configuration. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: PostProcessBase