|
BowlerKernel
|

Public Member Functions | |
| void | flush (double seconds) |
Definition at line 3 of file IFlushable.java.
| void com.neuronrobotics.sdk.common.IFlushable.flush | ( | double | seconds | ) |
This interface says the device can cache values and flush them in one push
| seconds | the duration of the flush, from current position and time to cached positions in this many seconds |
Implemented in com.neuronrobotics.sdk.addons.kinematics.AbstractLink, com.neuronrobotics.sdk.pid.GenericPIDDevice, com.neuronrobotics.sdk.dyio.DyIO, and com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.
Referenced by com.neuronrobotics.sdk.addons.kinematics.LinkFactory.flush().