Skip to content

Commit

Permalink
Automated Release 17 **NO_CI**
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjust committed Dec 2, 2023
1 parent bd9b4b8 commit 3cf4410
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 4 deletions.
8 changes: 8 additions & 0 deletions index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ <h2 class="title">C</h2>
</dd>
<dt><span class="memberNameLink"><a href="xbot/common/math/PurePursuitTest.html#command">command</a></span> - Variable in class xbot.common.math.<a href="xbot/common/math/PurePursuitTest.html" title="class in xbot.common.math">PurePursuitTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="xbot/common/subsystems/compressor/CompressorSubsystem.html#compressor">compressor</a></span> - Variable in class xbot.common.subsystems.compressor.<a href="xbot/common/subsystems/compressor/CompressorSubsystem.html" title="class in xbot.common.subsystems.compressor">CompressorSubsystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="xbot/common/injection/components/BaseComponent.html#compressorFactory()">compressorFactory()</a></span> - Method in class xbot.common.injection.components.<a href="xbot/common/injection/components/BaseComponent.html" title="class in xbot.common.injection.components">BaseComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="xbot/common/subsystems/compressor/CompressorSubsystem.html" title="class in xbot.common.subsystems.compressor"><span class="typeNameLink">CompressorSubsystem</span></a> - Class in <a href="xbot/common/subsystems/compressor/package-summary.html">xbot.common.subsystems.compressor</a></dt>
Expand Down Expand Up @@ -4349,6 +4351,12 @@ <h2 class="title">I</h2>
<dd>
<div class="block">Get if the compressor is currently enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="xbot/common/subsystems/compressor/CompressorSubsystem.html#isEnabled()">isEnabled()</a></span> - Method in class xbot.common.subsystems.compressor.<a href="xbot/common/subsystems/compressor/CompressorSubsystem.html" title="class in xbot.common.subsystems.compressor">CompressorSubsystem</a></dt>
<dd>
<div class="block">Gets whether the compressor is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="xbot/common/subsystems/compressor/CompressorSubsystem.html#isEnabledProperty">isEnabledProperty</a></span> - Variable in class xbot.common.subsystems.compressor.<a href="xbot/common/subsystems/compressor/CompressorSubsystem.html" title="class in xbot.common.subsystems.compressor">CompressorSubsystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="xbot/common/logging/LoudRobotAssertionManager.html#isExceptionsEnabled()">isExceptionsEnabled()</a></span> - Method in class xbot.common.logging.<a href="xbot/common/logging/LoudRobotAssertionManager.html" title="class in xbot.common.logging">LoudRobotAssertionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="xbot/common/logging/RobotAssertionManager.html#isExceptionsEnabled()">isExceptionsEnabled()</a></span> - Method in class xbot.common.logging.<a href="xbot/common/logging/RobotAssertionManager.html" title="class in xbot.common.logging">RobotAssertionManager</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion member-search-index.js

Large diffs are not rendered by default.

Binary file modified member-search-index.zip
Binary file not shown.
Binary file modified package-search-index.zip
Binary file not shown.
Binary file modified type-search-index.zip
Binary file not shown.
73 changes: 70 additions & 3 deletions xbot/common/subsystems/compressor/CompressorSubsystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -95,7 +95,7 @@
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
Expand Down Expand Up @@ -162,6 +162,24 @@ <h2 title="Class CompressorSubsystem" class="title">Class CompressorSubsystem</h
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../controls/actuators/XCompressor.html" title="class in xbot.common.controls.actuators">XCompressor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compressor">compressor</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../properties/BooleanProperty.html" title="class in xbot.common.properties">BooleanProperty</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEnabledProperty">isEnabledProperty</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.xbot.common.command.BaseSubsystem">
<!-- -->
Expand Down Expand Up @@ -246,6 +264,13 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEnabled()">isEnabled</a></span>()</code></th>
<td class="colLast">
<div class="block">Gets whether the compressor is enabled.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#periodic()">periodic</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
Expand Down Expand Up @@ -288,6 +313,34 @@ <h3>Methods inherited from interface&nbsp;edu.wpi.first.wpilibj2.command.Subsyst
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section>
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="compressor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compressor</h4>
<pre>protected final&nbsp;<a href="../../controls/actuators/XCompressor.html" title="class in xbot.common.controls.actuators">XCompressor</a> compressor</pre>
</li>
</ul>
<a id="isEnabledProperty">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isEnabledProperty</h4>
<pre>protected final&nbsp;<a href="../../properties/BooleanProperty.html" title="class in xbot.common.properties">BooleanProperty</a> isEnabledProperty</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section>
<ul class="blockList">
Expand Down Expand Up @@ -322,6 +375,20 @@ <h4>CompressorSubsystem</h4>
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="isEnabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnabled</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isEnabled()</pre>
<div class="block">Gets whether the compressor is enabled.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if enabled, false if not.</dd>
</dl>
</li>
</ul>
<a id="enable()">
<!-- -->
</a>
Expand Down Expand Up @@ -451,7 +518,7 @@ <h4>periodic</h4>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
Expand Down

0 comments on commit 3cf4410

Please sign in to comment.