SCPM interface 1.0
|
variable type for profile switch information More...
Public Attributes | |
bool | profile_modified |
profile modified flag | |
std::string | profile_name |
Contains the profile name. | |
std::vector< resource_info_t > | modified_resources |
Vector containing resource descriptions of modified resources. |
This struct is used to communicate the modified resources to the frontend in a profile switch process. It holds a vector of resource_info_t structs which describe the changed resources and some other profile informations.
This will be set to true by SCPM::PrepareSwitch() in case the profile is modified.
Is set to the profile name for which the switch was prepared.
This vector is fillup up with variables of type resource_info_t, holding the information about changed resources. With this information the frontend can query the user which resource modification should be saved or dropped.