BowlerKernel
IGCodeChannel.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics.gcodebridge;
2 
3 public interface IGCodeChannel {
8  public String getAxis();
9 
14  public void setValue(double value) ;
15 
16 }