Uses of Class
actuator.SignalPhase.BulbColor
-
Packages that use SignalPhase.BulbColor Package Description actuator control.command output.events -
-
Uses of SignalPhase.BulbColor in actuator
Fields in actuator declared as SignalPhase.BulbColor Modifier and Type Field Description SignalPhase.BulbColor
SignalPhase. bulbcolor
SignalPhase.BulbColor
PhaseTransition. from_color
SignalPhase.BulbColor
PhaseTransition. to_color
Methods in actuator that return SignalPhase.BulbColor Modifier and Type Method Description static SignalPhase.BulbColor
SignalPhase.BulbColor. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignalPhase.BulbColor[]
SignalPhase.BulbColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in actuator with parameters of type SignalPhase.BulbColor Constructor Description PhaseTransition(float cycle_time, SignalPhase.BulbColor from_color, SignalPhase.BulbColor to_color)
-
Uses of SignalPhase.BulbColor in control.command
Fields in control.command with type parameters of type SignalPhase.BulbColor Modifier and Type Field Description Map<Long,SignalPhase.BulbColor>
CommandSignal. value
Constructor parameters in control.command with type arguments of type SignalPhase.BulbColor Constructor Description CommandSignal(Map<Long,SignalPhase.BulbColor> value)
-
Uses of SignalPhase.BulbColor in output.events
Fields in output.events declared as SignalPhase.BulbColor Modifier and Type Field Description SignalPhase.BulbColor
EventSignalPhaseInfo. bulbcolor
Constructors in output.events with parameters of type SignalPhase.BulbColor Constructor Description EventSignalPhaseInfo(float timestamp, long signal_phase_id, SignalPhase.BulbColor bulbcolor)
-