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

org.cogchar.animoid.broker.MotionController Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package org.cogchar.animoid.broker;

public interface MotionController {
	public enum Component {
		FACE_ATTENTION,
		GAZE_PLAN,
	}
	public void setComponentState(Component c, boolean activationState);
	public void setComponentValue(Component c, String value);
	public void setComponentValue(Component c, Integer value);	
	
	public void setGazeState(boolean enabled);
	public void setGazePlanName(String planName);
	public void setGazeSightNumber(Integer sightNumber);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy