Uses of Class
it.polito.appeal.traci.protocol.Command
Package
Description
-
Uses of Command in de.tudresden.sumo.subscription
Modifier and TypeMethodDescriptionContextSubscription.getCommand()
Subscription.getCommand()
VariableSubscription.getCommand()
-
Uses of Command in de.tudresden.sumo.util
Modifier and TypeMethodDescriptionprotected ResponseContainer
Query.doQuerySingle
(Command request) LikeQuery.doQuery(RequestMessage)
, but good for one-command/ one-response queries.protected void
Query.fireAndForget
(Command request) fireAndForget function.protected ResponseContainer
Query.queryAndVerifySingle
(Command request) LikeQuery.queryAndVerify(RequestMessage)
, but good for one-command/ one-response queries.protected static String
CommandProcessor.verifyGetVarResponse
(Command resp, int commandID, int variable, String objectID) protected static String
Query.verifyGetVarResponse
(Command resp, int commandID, int variable, String objectID) Verify get var response. -
Uses of Command in it.polito.appeal.traci.protocol
Modifier and TypeMethodDescriptionvoid
Adds a command to the tail of this message.ModifierConstructorDescriptionResponseContainer
(StatusResponse status, Command response) Constructor for a response container with status response and a response command.ResponseContainer
(StatusResponse status, Command response, List<Command> subResponses) Constructor for a response container with status response, response command and zero or more sub-responses.ModifierConstructorDescriptionResponseContainer
(StatusResponse status, Command response, List<Command> subResponses) Constructor for a response container with status response, response command and zero or more sub-responses.