SCPM interface
1.0
|
transport container for SCPM status information More...
Public Attributes | |
bool | initialized |
SCPM initialized More... | |
bool | enabled |
SCPM enabled More... | |
bool | db_loaded |
SCDB loaded More... | |
bool | db_uptodate |
SCDB up to date More... | |
bool | locked |
bool | needs_reinit |
bool | needs_recover |
std::string | active_profile |
active profile More... | |
std::string | scpm_version |
version of the SCPM subsystem | |
std::string | db_version |
SCDB version More... | |
std::string | db_format |
SCDB format More... | |
std::string | db_format_version |
SCDB format version More... | |
This struct type is used for the SCPM::Status function.
initialized |
This is set to true in case SCPM has been initialized. That means, a database has been generated.
enabled |
This is set to true in case SCPM has been enabled and is ready for use.
db_loaded |
This bool indicated whether the database could be loaded.
db_uptodate |
This is normally set to true. If not, the database needs a conversion to the current format.
active_profile |
A string containing the active profile. Is the same as SCPM::Active would return.
db_version |
This string holds the version of the loaded SCDB.
db_format |
This string holds the format of the loaded SCDB. Actually there is only xml
available.
db_format_version |
This string holds the format version of the loaded SCDB.