The Robot Application Programming Interface Delegate Project
|
ExtCommandConstants holds parameter lists for extension commands. More...
import "BaseTypes.idl";
Go to the source code of this file.
Packages | |
package | rapid |
package | rapid.ext |
Variables | |
const String32 | PROCMGR = "ProcessManager" |
const String32 | PROCMGR_METHOD_START = "start" |
Request to start a process. | |
const String32 | PROCMGR_METHOD_STOP = "stop" |
Request to stop a process. | |
const String32 | PROCMGR_METHOD_KILL = "kill" |
Request to kill a process. | |
const String32 | PROCMGR_METHOD_SETCOMMANDLINE = "setCommandLine" |
Setting the command-line parameters for a process. | |
const String32 | PROCMGR_METHOD_PARAM_PROCESSID = "proccessId" |
Key for parameter used in reply by bridge. | |
const DataType | PROCMGR_METHOD_DTYPE_PROCESSID = RAPID_INT |
const String32 | PROCMGR_METHOD_PARAM_CMDLINE = "cmdLine" |
const DataType | PROCMGR_METHOD_DTYPE_CMDLINE = RAPID_STRING |