com.neuronrobotics.sdk.pid.VirtualGenericPidDeviceConnection 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.pid;
import java.io.IOException;
import com.neuronrobotics.sdk.common.BowlerAbstractConnection;
// TODO: Auto-generated Javadoc
/**
* The Class VirtualGenericPidDeviceConnection.
*/
public class VirtualGenericPidDeviceConnection extends BowlerAbstractConnection {
/* (non-Javadoc)
* @see com.neuronrobotics.sdk.common.BowlerAbstractConnection#connect()
*/
@Override
public boolean connect() {
// TODO Auto-generated method stub
return true;
}
// @Override
// public boolean reconnect() throws IOException {
// // TODO Auto-generated method stub
// return false;
// }
/* (non-Javadoc)
* @see com.neuronrobotics.sdk.common.BowlerAbstractConnection#waitingForConnection()
*/
@Override
public boolean waitingForConnection() {
// TODO Auto-generated method stub
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy