You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index-all.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2578,7 +2578,9 @@ <h2 class="title">G</h2>
2578
2578
<dt><span class="memberNameLink"><a href="mmcorej/CMMCore.html#getTaggedImage--">getTaggedImage()</a></span> - Method in class mmcorej.<a href="mmcorej/CMMCore.html" title="class in mmcorej">CMMCore</a></dt>
2579
2579
<dd> </dd>
2580
2580
<dt><span class="memberNameLink"><a href="mmcorej/CMMCore.html#getTimeoutMs--">getTimeoutMs()</a></span> - Method in class mmcorej.<a href="mmcorej/CMMCore.html" title="class in mmcorej">CMMCore</a></dt>
2581
-
<dd> </dd>
2581
+
<dd>
2582
+
<div class="block">Returns the timeout for all wait commands in milliseconds.</div>
2583
+
</dd>
2582
2584
<dt><span class="memberNameLink"><a href="mmcorej/MetadataArrayTag.html#GetValue-long-">GetValue(long)</a></span> - Method in class mmcorej.<a href="mmcorej/MetadataArrayTag.html" title="class in mmcorej">MetadataArrayTag</a></dt>
2583
2585
<dd> </dd>
2584
2586
<dt><span class="memberNameLink"><a href="mmcorej/MetadataSingleTag.html#GetValue--">GetValue()</a></span> - Method in class mmcorej.<a href="mmcorej/MetadataSingleTag.html" title="class in mmcorej">MetadataSingleTag</a></dt>
@@ -4168,7 +4170,9 @@ <h2 class="title">S</h2>
4168
4170
<dt><span class="memberNameLink"><a href="mmcorej/Metadata.html#SetTag-mmcorej.MetadataTag-">SetTag(MetadataTag)</a></span> - Method in class mmcorej.<a href="mmcorej/Metadata.html" title="class in mmcorej">Metadata</a></dt>
4169
4171
<dd> </dd>
4170
4172
<dt><span class="memberNameLink"><a href="mmcorej/CMMCore.html#setTimeoutMs-int-">setTimeoutMs(int)</a></span> - Method in class mmcorej.<a href="mmcorej/CMMCore.html" title="class in mmcorej">CMMCore</a></dt>
4171
-
<dd> </dd>
4173
+
<dd>
4174
+
<div class="block">Sets the timeout for all wait commands.</div>
4175
+
</dd>
4172
4176
<dt><span class="memberNameLink"><a href="mmcorej/MetadataArrayTag.html#SetValue-java.lang.String-long-">SetValue(String, long)</a></span> - Method in class mmcorej.<a href="mmcorej/MetadataArrayTag.html" title="class in mmcorej">MetadataArrayTag</a></dt>
4173
4177
<dd> </dd>
4174
4178
<dt><span class="memberNameLink"><a href="mmcorej/MetadataSingleTag.html#SetValue-java.lang.String-">SetValue(String)</a></span> - Method in class mmcorej.<a href="mmcorej/MetadataSingleTag.html" title="class in mmcorej">MetadataSingleTag</a></dt>
@@ -4688,7 +4692,7 @@ <h2 class="title">U</h2>
4688
4692
<dd> </dd>
4689
4693
<dt><span class="memberNameLink"><a href="mmcorej/CMMCore.html#updateCoreProperties--">updateCoreProperties()</a></span> - Method in class mmcorej.<a href="mmcorej/CMMCore.html" title="class in mmcorej">CMMCore</a></dt>
4690
4694
<dd>
4691
-
<div class="block">Updates CoreProperties (currently all Core properties are devices types) with the loaded hardware.</div>
4695
+
<div class="block">Update the allowed values for the Core device role properties.</div>
4692
4696
</dd>
4693
4697
<dt><span class="memberNameLink"><a href="mmcorej/CMMCore.html#updateSystemStateCache--">updateSystemStateCache()</a></span> - Method in class mmcorej.<a href="mmcorej/CMMCore.html" title="class in mmcorej">CMMCore</a></dt>
<divclass="block">Updates CoreProperties (currently all Core properties are devices types) with the loaded hardware.</div>
2348
+
<divclass="block">Update the allowed values for the Core device role properties.</div>
2345
2349
</td>
2346
2350
</tr>
2347
2351
<trid="i356" class="altColor">
@@ -2907,7 +2911,7 @@ <h4>unloadLibrary</h4>
2907
2911
<h4>updateCoreProperties</h4>
2908
2912
<pre>public void updateCoreProperties()
2909
2913
throws java.lang.Exception</pre>
2910
-
<divclass="block">Updates CoreProperties (currently all Core properties are devices types) with the loaded hardware. After this call, each of the Core-Device properties will be populated with the currently loaded devices of that type</div>
2914
+
<divclass="block">Update the allowed values for the Core device role properties.</div>
0 commit comments