com.neuronrobotics.sdk.commands.bcs.pid.GetPIDChannelCountCommand 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.commands.bcs.pid;
import com.neuronrobotics.sdk.common.BowlerAbstractCommand;
import com.neuronrobotics.sdk.common.BowlerMethod;
// TODO: Auto-generated Javadoc
/**
* The Class GetPIDChannelCountCommand.
*/
public class GetPIDChannelCountCommand extends BowlerAbstractCommand {
/**
* Instantiates a new gets the pid channel count command.
*/
public GetPIDChannelCountCommand(){
setOpCode("gpdc");
setMethod(BowlerMethod.GET);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy