Skip to content

Commit

Permalink
Automated Release 110 **NO_CI**
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjust committed Mar 30, 2024
1 parent 295d128 commit e27b3e8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 2 additions & 0 deletions index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -3893,6 +3893,8 @@ <h2 class="title" id="I:G">G</h2>
<dd>&nbsp;</dd>
<dt><a href="xbot/common/subsystems/drive/swerve/SwerveSteeringSubsystem.html#getPrefix()" class="member-name-link">getPrefix()</a> - Method in class xbot.common.subsystems.drive.swerve.<a href="xbot/common/subsystems/drive/swerve/SwerveSteeringSubsystem.html" title="class in xbot.common.subsystems.drive.swerve">SwerveSteeringSubsystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="xbot/common/subsystems/autonomous/AutonomousCommandSelector.html#getProgramName()" class="member-name-link">getProgramName()</a> - Method in class xbot.common.subsystems.autonomous.<a href="xbot/common/subsystems/autonomous/AutonomousCommandSelector.html" title="class in xbot.common.subsystems.autonomous">AutonomousCommandSelector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="xbot/common/controls/actuators/mock_adapters/MockCANTalon.html#getPulseWidthRiseToFallUs()" class="member-name-link">getPulseWidthRiseToFallUs()</a> - Method in class xbot.common.controls.actuators.mock_adapters.<a href="xbot/common/controls/actuators/mock_adapters/MockCANTalon.html" title="class in xbot.common.controls.actuators.mock_adapters">MockCANTalon</a></dt>
<dd>&nbsp;</dd>
<dt><a href="xbot/common/controls/actuators/mock_adapters/MockCANVictorSPX.html#getPulseWidthRiseToFallUs()" class="member-name-link">getPulseWidthRiseToFallUs()</a> - Method in class xbot.common.controls.actuators.mock_adapters.<a href="xbot/common/controls/actuators/mock_adapters/MockCANVictorSPX.html" title="class in xbot.common.controls.actuators.mock_adapters">MockCANVictorSPX</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion member-search-index.js

Large diffs are not rendered by default.

19 changes: 14 additions & 5 deletions xbot/common/subsystems/autonomous/AutonomousCommandSelector.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,21 @@ <h2>Method Summary</h2>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getIsDefault()" class="member-name-link">getIsDefault</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setAutonomousState(java.lang.String)" class="member-name-link">setAutonomousState</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;state)</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getProgramName()" class="member-name-link">getProgramName</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCurrentAutonomousCommand(edu.wpi.first.wpilibj2.command.Command)" class="member-name-link">setCurrentAutonomousCommand</a><wbr>(edu.wpi.first.wpilibj2.command.Command&nbsp;currentAutonomousCommand)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setAutonomousState(java.lang.String)" class="member-name-link">setAutonomousState</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;state)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCurrentAutonomousCommandSupplier(java.util.function.Supplier)" class="member-name-link">setCurrentAutonomousCommandSupplier</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Supplier.html" title="class or interface in java.util.function" class="external-link">Supplier</a>&lt;edu.wpi.first.wpilibj2.command.Command&gt;&nbsp;supplier)</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCurrentAutonomousCommand(edu.wpi.first.wpilibj2.command.Command)" class="member-name-link">setCurrentAutonomousCommand</a><wbr>(edu.wpi.first.wpilibj2.command.Command&nbsp;currentAutonomousCommand)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setIsDefault(boolean)" class="member-name-link">setIsDefault</a><wbr>(boolean&nbsp;bol)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCurrentAutonomousCommandSupplier(java.util.function.Supplier)" class="member-name-link">setCurrentAutonomousCommandSupplier</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Supplier.html" title="class or interface in java.util.function" class="external-link">Supplier</a>&lt;edu.wpi.first.wpilibj2.command.Command&gt;&nbsp;supplier)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setIsDefault(boolean)" class="member-name-link">setIsDefault</a><wbr>(boolean&nbsp;bol)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -228,6 +231,12 @@ <h3>getIsDefault</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">getIsDefault</span>()</div>
</section>
</li>
<li>
<section class="detail" id="getProgramName()">
<h3>getProgramName</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getProgramName</span>()</div>
</section>
</li>
</ul>
</section>
</li>
Expand Down

0 comments on commit e27b3e8

Please sign in to comment.