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 @@
CMMCore::getConfigGroupState
Configuration getConfigGroupState(const char *group)
Definition: MMCore.cpp:525
CMMCore::getBufferTotalCapacity
long getBufferTotalCapacity()
Definition: MMCore.cpp:3131
CMMCore::getSLMWidth
unsigned getSLMWidth(const char *slmLabel)
Definition: MMCore.cpp:5809
-
CMMCore::getInstalledDevices
std::vector< std::string > getInstalledDevices(const char *hubLabel)
Definition: MMCore.cpp:7532
+
CMMCore::getInstalledDevices
std::vector< std::string > getInstalledDevices(const char *hubLabel)
Definition: MMCore.cpp:7534
CMMCore::getFocusDevice
std::string getFocusDevice()
Definition: MMCore.cpp:3194
CMMCore::getMagnificationFactor
double getMagnificationFactor() const
Definition: MMCore.cpp:5530
CMMCore::enableContinuousFocus
void enableContinuousFocus(bool enable)
Definition: MMCore.cpp:6855
diff --git a/class_c_m_m_core.html b/class_c_m_m_core.html index fd96d53..e33a12e 100644 --- a/class_c_m_m_core.html +++ b/class_c_m_m_core.html @@ -2982,6 +2982,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.

Parameters
hubDeviceLabelthe label for the device of type Hub