Class GameSpecificMessageCommand

  • All Implemented Interfaces:
    edu.wpi.first.wpilibj.Sendable, java.lang.AutoCloseable

    public class GameSpecificMessageCommand
    extends edu.wpi.first.wpilibj.command.ConditionalCommand
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean condition()  
      • Methods inherited from class edu.wpi.first.wpilibj.command.ConditionalCommand

        _cancel, _initialize, _interrupted, isFinished
      • Methods inherited from class edu.wpi.first.wpilibj.command.Command

        cancel, clearRequirements, close, doesRequire, end, execute, getGroup, getName, getSubsystem, initialize, initSendable, interrupted, isCanceled, isCompleted, isInterruptible, isRunning, isTimedOut, requires, setInterruptible, setName, setRunWhenDisabled, setSubsystem, setTimeout, start, timeSinceInitialized, toString, willRunWhenDisabled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface edu.wpi.first.wpilibj.Sendable

        addChild, setName, setName, setName
    • Method Detail

      • condition

        protected boolean condition()
        Specified by:
        condition in class edu.wpi.first.wpilibj.command.ConditionalCommand