com.neuronrobotics.sdk.common.IFlushable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-bowler Show documentation
Show all versions of java-bowler Show documentation
A command line utility for accesing the bowler framework.
package com.neuronrobotics.sdk.common;
public interface IFlushable {
/**
* This interface says the device can cache values and flush them in one push
* @param seconds the duration of the flush, from current position and time to cached positions in this many seconds
*/
public void flush(double seconds);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy