The Robot Application Programming Interface Delegate Project
RAPID Logo

ExtCommandConstants.idl File Reference

ExtCommandConstants holds parameter lists for extension commands. More...

import "BaseTypes.idl";
Include dependency graph for ExtCommandConstants.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

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines