Function simics::api::base::conf_object::set_object_configured
source · pub fn set_object_configured(obj: *mut ConfObject) -> Result<()>
Expand description
set_object_configured
sets the object as configured.
set_object_configured
is used to avoid circular dependencies between objects. It
may only be called from the object’s own finalize_instance method, when the object
is known to be in a consistent state.
§Arguments
obj
- The object to set as configured
§Context
Global Context