Method | Description | |
---|---|---|
ExecuteScript ( ) : void | ||
clearOutputStream ( ) : void | ||
getInstance ( ) : |
Gets the instance of the ScriptRunner.
|
|
readFromOutputStream ( ) : string | ||
setRobotInstance ( IRobot _iroboRobot ) : void | ||
setScriptFromFile ( string _sPath ) : void | ||
setScriptFromString ( string _sScript ) : void |
Method | Description | |
---|---|---|
ScriptRunner ( ) : System |
Initializing the python engine.
|
public setRobotInstance ( IRobot _iroboRobot ) : void | ||
_iroboRobot | IRobot | |
return | void |
public setScriptFromFile ( string _sPath ) : void | ||
_sPath | string | |
return | void |
public setScriptFromString ( string _sScript ) : void | ||
_sScript | string | |
return | void |