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 void
AbstractActuator. process_command(InterfaceCommand command, float timestamp)
void
ActuatorFlowToLinks. process_command(InterfaceCommand command, float timestamp)
void
ActuatorLaneGroupAllowComm. process_command(InterfaceCommand command, float timestamp)
void
ActuatorLaneGroupCapacity. process_command(InterfaceCommand command, float timestamp)
void
ActuatorLaneGroupSpeedLimit. process_command(InterfaceCommand command, float timestamp)
void
ActuatorSignal. process_command(InterfaceCommand command, float timestamp)
void
ActuatorSplit. 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. command
Methods in control that return InterfaceCommand Modifier and Type Method Description InterfaceCommand
AbstractController. get_command_for_actuator_id(Long act_id)
InterfaceCommand
AbstractController. 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 class
CommandBoolean
class
CommandDoubleArray
class
CommandLongToDouble
class
CommandNumber
class
CommandRestrictionMap
class
CommandSignal
-
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)
-