Home | History | Annotate | Download | only in remote-processor

Lines Matching full:command

39     /** Remote command parser execution return status */
41 EDone, /**< Command succeded, return "Done" */
42 ESucceeded, /**< Command succeeded */
43 EFailed, /**< Command failed */
44 EShowUsage /**< Command failed, show usage */
47 /** Type of the remote command callbacks
49 * @param[in] remoteCommand contains the arguments of the received command.
50 * @param[out] strResult a string containing the result of the command.
52 * @return the command execution status, @see CommandStatus
125 // Help Command
151 // Add command
158 // Command processing
167 strResult = "Command not found!\nUse \"help\" to show available commands";
182 // Max command usage length, use for formatting
203 /////////////////// Remote command parsers