diff --git a/SwerveRoboticsLibrary/doc/javadoc/deprecated-list.html b/SwerveRoboticsLibrary/doc/javadoc/deprecated-list.html index ea684b74af0..d1a99c4ad62 100644 --- a/SwerveRoboticsLibrary/doc/javadoc/deprecated-list.html +++ b/SwerveRoboticsLibrary/doc/javadoc/deprecated-list.html @@ -70,6 +70,28 @@

Deprecated API

Contents

+ +
+
+ + +
diff --git a/SwerveRoboticsLibrary/doc/javadoc/index-all.html b/SwerveRoboticsLibrary/doc/javadoc/index-all.html index 570073c02b5..9472718b253 100644 --- a/SwerveRoboticsLibrary/doc/javadoc/index-all.html +++ b/SwerveRoboticsLibrary/doc/javadoc/index-all.html @@ -1514,6 +1514,10 @@

W

thread have completed their execution over on the loop() thread and their effects to have reached the hardware.
+
waitOneFullHardwareCycle() - Method in class SynchronousOpMode
+
+
Deprecated.
+
wrap(Exception) - Static method in exception SwerveRuntimeException
Takes an exception, of any flavor, and wraps it (only if necessary) to yield diff --git a/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/SynchronousOpMode.html b/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/SynchronousOpMode.html index 9c17a70a05f..1b2dc9716c5 100644 --- a/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/SynchronousOpMode.html +++ b/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/SynchronousOpMode.html @@ -17,8 +17,8 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":9,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":6,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":9,"i31":10,"i32":9,"i33":9,"i34":10,"i35":10,"i36":10}; -var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":9,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":6,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":9,"i31":10,"i32":9,"i33":9,"i34":10,"i35":10,"i36":10,"i37":42}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -230,7 +230,7 @@

Constructor Summary

Method Summary

- + @@ -473,6 +473,12 @@

Method Summary

to have reached the hardware. + + + +
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods 
Modifier and Type Method and Description
voidwaitOneFullHardwareCycle() +
Deprecated. 
+
+ + + + diff --git a/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchAnalogOutputDemo.html b/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchAnalogOutputDemo.html index 951ad36f621..d883836392a 100644 --- a/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchAnalogOutputDemo.html +++ b/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchAnalogOutputDemo.html @@ -203,7 +203,7 @@

Method Summary

Methods inherited from class SynchronousOpMode

-createSynchronousWorkerThread, executeOnLoopThread, executeSingletonOnLoopThread, getLoopCount, getMsLoopDwellMax, getNewSingletonKey, getStopActionRegistrar, getThreadThunker, idle, init_loop, init, isStarted, isStopRequested, loop, midLoopHook, opModeIsActive, postInitHook, postInitLoopHook, postLoopHook, postStartHook, postStopHook, preInitHook, preInitLoopHook, preLoopHook, preStartHook, preStopHook, registerActionOnStop, setMsLoopDwellMax, start, staticGetNewSingletonKey, stop, synchronousThreadIdle, synchronousThreadWaitForLoopCycleEmptyOfActionKey, updateGamepads, waitForStart, waitForThreadsWritesToReachHardware +createSynchronousWorkerThread, executeOnLoopThread, executeSingletonOnLoopThread, getLoopCount, getMsLoopDwellMax, getNewSingletonKey, getStopActionRegistrar, getThreadThunker, idle, init_loop, init, isStarted, isStopRequested, loop, midLoopHook, opModeIsActive, postInitHook, postInitLoopHook, postLoopHook, postStartHook, postStopHook, preInitHook, preInitLoopHook, preLoopHook, preStartHook, preStopHook, registerActionOnStop, setMsLoopDwellMax, start, staticGetNewSingletonKey, stop, synchronousThreadIdle, synchronousThreadWaitForLoopCycleEmptyOfActionKey, updateGamepads, waitForStart, waitForThreadsWritesToReachHardware, waitOneFullHardwareCycle

Annotation Type Hierarchy

Enum Hierarchy