Function simics::api::base::conf_object::_object_is_configured
source · fn _object_is_configured(obj: *mut ConfObject) -> bool
Expand description
object_is_configured
indicates whether obj is configured.
An object is configured once its finalize_instance method (post_init in DML) has
completed, or set_object_configured
has been called for it. Being configured
indicates that the object is in a consistent state and is ready to be used by other
objects.
§Arguments
obj
- The object to retrieve the configured status for
§Return Value
Whether the object is configured
§Context
All Contexts