Skip to content

Commit 74ea066

Browse files
Publish mmcorej/latest
1 parent ee46122 commit 74ea066

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

index-all.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,9 @@ <h2 class="title">G</h2>
25782578
<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>
25792579
<dd>&nbsp;</dd>
25802580
<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>&nbsp;</dd>
2581+
<dd>
2582+
<div class="block">Returns the timeout for all wait commands in milliseconds.</div>
2583+
</dd>
25822584
<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>
25832585
<dd>&nbsp;</dd>
25842586
<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>
41684170
<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>
41694171
<dd>&nbsp;</dd>
41704172
<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>&nbsp;</dd>
4173+
<dd>
4174+
<div class="block">Sets the timeout for all wait commands.</div>
4175+
</dd>
41724176
<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>
41734177
<dd>&nbsp;</dd>
41744178
<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>
46884692
<dd>&nbsp;</dd>
46894693
<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>
46904694
<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>
46924696
</dd>
46934697
<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>
46944698
<dd>

mmcorej/CMMCore.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,9 @@ <h3>Method Summary</h3>
11801180
</tr>
11811181
<tr id="i169" class="rowColor">
11821182
<td class="colFirst"><code>int</code></td>
1183-
<td class="colLast"><code><span class="memberNameLink"><a href="../mmcorej/CMMCore.html#getTimeoutMs--">getTimeoutMs</a></span>()</code>&nbsp;</td>
1183+
<td class="colLast"><code><span class="memberNameLink"><a href="../mmcorej/CMMCore.html#getTimeoutMs--">getTimeoutMs</a></span>()</code>
1184+
<div class="block">Returns the timeout for all wait commands in milliseconds.</div>
1185+
</td>
11841186
</tr>
11851187
<tr id="i170" class="altColor">
11861188
<td class="colFirst"><code>java.lang.String</code></td>
@@ -2146,7 +2148,9 @@ <h3>Method Summary</h3>
21462148
</tr>
21472149
<tr id="i323" class="rowColor">
21482150
<td class="colFirst"><code>void</code></td>
2149-
<td class="colLast"><code><span class="memberNameLink"><a href="../mmcorej/CMMCore.html#setTimeoutMs-int-">setTimeoutMs</a></span>(int&nbsp;timeoutMs)</code>&nbsp;</td>
2151+
<td class="colLast"><code><span class="memberNameLink"><a href="../mmcorej/CMMCore.html#setTimeoutMs-int-">setTimeoutMs</a></span>(int&nbsp;timeoutMs)</code>
2152+
<div class="block">Sets the timeout for all wait commands.</div>
2153+
</td>
21502154
</tr>
21512155
<tr id="i324" class="altColor">
21522156
<td class="colFirst"><code>void</code></td>
@@ -2341,7 +2345,7 @@ <h3>Method Summary</h3>
23412345
<tr id="i355" class="rowColor">
23422346
<td class="colFirst"><code>void</code></td>
23432347
<td class="colLast"><code><span class="memberNameLink"><a href="../mmcorej/CMMCore.html#updateCoreProperties--">updateCoreProperties</a></span>()</code>
2344-
<div class="block">Updates CoreProperties (currently all Core properties are devices types) with the loaded hardware.</div>
2348+
<div class="block">Update the allowed values for the Core device role properties.</div>
23452349
</td>
23462350
</tr>
23472351
<tr id="i356" class="altColor">
@@ -2907,7 +2911,7 @@ <h4>unloadLibrary</h4>
29072911
<h4>updateCoreProperties</h4>
29082912
<pre>public&nbsp;void&nbsp;updateCoreProperties()
29092913
throws java.lang.Exception</pre>
2910-
<div class="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+
<div class="block">Update the allowed values for the Core device role properties.</div>
29112915
<dl>
29122916
<dt><span class="throwsLabel">Throws:</span></dt>
29132917
<dd><code>java.lang.Exception</code></dd>
@@ -3954,6 +3958,7 @@ <h4>usesDeviceDelay</h4>
39543958
<li class="blockList">
39553959
<h4>setTimeoutMs</h4>
39563960
<pre>public&nbsp;void&nbsp;setTimeoutMs(int&nbsp;timeoutMs)</pre>
3961+
<div class="block">Sets the timeout for all wait commands.</div>
39573962
</li>
39583963
</ul>
39593964
<a name="getTimeoutMs--">
@@ -3963,6 +3968,7 @@ <h4>setTimeoutMs</h4>
39633968
<li class="blockList">
39643969
<h4>getTimeoutMs</h4>
39653970
<pre>public&nbsp;int&nbsp;getTimeoutMs()</pre>
3971+
<div class="block">Returns the timeout for all wait commands in milliseconds.</div>
39663972
</li>
39673973
</ul>
39683974
<a name="sleep-double-">

0 commit comments

Comments
 (0)