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

com.mytechia.robobo.rob.RobDeviceStatusId Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
/*******************************************************************************
 *
 *   Copyright 2016 Mytech Ingenieria Aplicada 
 *   Copyright 2016 Julio Gómez 
 *
 *   This file is part of Robobo ROB Interface Library.
 *
 *   Robobo ROB Interface Library is free software: you can redistribute it and/or modify
 *   it under the terms of the GNU Lesser General Public License as published by
 *   the Free Software Foundation, either version 3 of the License, or
 *   (at your option) any later version.
 *
 *   Robobo ROB Interface Library is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU Lesser General Public License for more details.
 *
 *   You should have received a copy of the GNU Lesser General Public License
 *   along with Robobo ROB Interface Library.  If not, see .
 *
 ******************************************************************************/

package com.mytechia.robobo.rob;

/**
 *
 * This enum contains all RobDeviceStatus' ids
 *
 * @author Julio Alberto Gomez Fernandez
 */
public enum RobDeviceStatusId {
    
    Left,Right,Pan,Tilt, 
    Obstable1,Obstable2,Obstable3,Obstable4, Obstable5,Obstable6,Obstable7,
    Bumb1, Bumb2, Bumb3, Bumb4, 
    Fall1, Fall2, Fall3, Fall4, Fall5, Fall6, Fall7, Fall8, 
    Gap1, Gap2, Gap3, Gap4, Gap5, Gap6, Gap7, Gap8, 
    IRSensorStatus1, IRSensorStatus2, IRSensorStatus3, IRSensorStatus4, IRSensorStatus5, IRSensorStatus6, IRSensorStatus7, IRSensorStatus8, IRSensorStatus9;
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy