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

com.neuronrobotics.sdk.pid.VirtualGenericPidDeviceConnection Maven / Gradle / Ivy

There is a newer version: 3.28.0
Show newest version
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