Uses of Interface
control.command.InterfaceCommand
-
Packages that use InterfaceCommand Package Description actuator control control.command output.events -
-
Uses of InterfaceCommand in actuator
Methods in actuator with parameters of type InterfaceCommand Modifier and Type Method Description abstract voidAbstractActuator. process_command(InterfaceCommand command, float timestamp)voidActuatorFlowToLinks. process_command(InterfaceCommand command, float timestamp)voidActuatorLaneGroupAllowComm. process_command(InterfaceCommand command, float timestamp)voidActuatorLaneGroupCapacity. process_command(InterfaceCommand command, float timestamp)voidActuatorLaneGroupSpeedLimit. process_command(InterfaceCommand command, float timestamp)voidActuatorSignal. process_command(InterfaceCommand command, float timestamp)voidActuatorSplit. process_command(InterfaceCommand command, float timestamp) -
Uses of InterfaceCommand in control
Fields in control with type parameters of type InterfaceCommand Modifier and Type Field Description Map<Long,InterfaceCommand>AbstractController. commandMethods in control that return InterfaceCommand Modifier and Type Method Description InterfaceCommandAbstractController. get_command_for_actuator_id(Long act_id)InterfaceCommandAbstractController. get_command_for_actuator_usage(String act_usage) -
Uses of InterfaceCommand in control.command
Classes in control.command that implement InterfaceCommand Modifier and Type Class Description classCommandBooleanclassCommandDoubleArrayclassCommandLongToDoubleclassCommandNumberclassCommandRestrictionMapclassCommandSignal -
Uses of InterfaceCommand in output.events
Constructor parameters in output.events with type arguments of type InterfaceCommand Constructor Description EventWrapperController(float timestamp, Map<Long,InterfaceCommand> command)
-