BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.sdk.common.IFlushable Interface Reference
Inheritance diagram for com.neuronrobotics.sdk.common.IFlushable:
Inheritance graph
[legend]

Public Member Functions

void flush (double seconds)
 

Detailed Description

Definition at line 3 of file IFlushable.java.

Member Function Documentation

◆ flush()

void com.neuronrobotics.sdk.common.IFlushable.flush ( double  seconds)

This interface says the device can cache values and flush them in one push

Parameters
secondsthe 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().


The documentation for this interface was generated from the following file: