All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.neuronrobotics.sdk.common.IFlushable Maven / Gradle / Ivy

There is a newer version: 3.28.0
Show newest version
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