diff --git a/_m_m_core_8h_source.html b/_m_m_core_8h_source.html index 05f1e8d..f102a6a 100644 --- a/_m_m_core_8h_source.html +++ b/_m_m_core_8h_source.html @@ -685,7 +685,7 @@
Performs auto-detection and loading of child devices that are attached to a Hub device. For example, if a motorized microscope is represented by a Hub device, it is capable of discovering what specific child devices are currently attached. In that case this call might report that Z-stage, filter changer and objective turret are currently installed and return three device names in the string list.
Currently, this method can only be called once, right after loading the hub device. Doing otherwise results in undefined behavior. This function was intended for use during initial configuration, not routine loading of devices. These restrictions may be relaxed in the future if possible.
+Throws an exception if the hub device is not initialized.
hubDeviceLabel | the label for the device of type Hub |