
com.neuronrobotics.sdk.commands.bcs.pid.KillAllPIDCommand 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.
The newest version!
package com.neuronrobotics.sdk.commands.bcs.pid;
import com.neuronrobotics.sdk.common.BowlerAbstractCommand;
import com.neuronrobotics.sdk.common.BowlerMethod;
// TODO: Auto-generated Javadoc
/**
* The Class KillAllPIDCommand.
*/
public class KillAllPIDCommand extends BowlerAbstractCommand {
/**
* Instantiates a new kill all pid command.
*/
public KillAllPIDCommand (){
setOpCode("kpid");
setMethod(BowlerMethod.CRITICAL);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy