CfgMgr::GetStartConfig
Description
Obtains the startup description file (version number) that is being used.
Prototype
uint32_t CfgMgr::GetStartConfig(std::string &startConfig)
Function Security Level
ASIL-D
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
startConfig |
Input/Output |
Startup description file (version number) that is being used |
Returns
The return value is of the uint32_t type. If the operation is successful, CFGMGR_SUCCESS is returned. If the operation fails, an error code is returned.
Usage
After SELinux permission control is enabled, non-privileged processes can be called only after the read and write permissions on dp:/res/cfgmgr/mgmt are configured.
Precautions
None
Parent topic: Configuration Management