Class of utility functions. More...
Static Public Member Functions | |
| static Number | ExecuteProgram (String filename, Array< String > arg=Array< String >()) |
| static Number | ExecuteProgram (String filename, String arg) |
| static String | GenerateName (String name="", String prefix="", String suffix="") |
| static void | ImportJS (String dir, String name) |
| static void | ImportJS (String name) |
Class of utility functions.
|
static |
Execute an external program, and waits the program exits
| [in] | filename | path of the executable |
| [in] | arg | optional arguments for the executable |
|
static |
Execute an external program with arguments formatted in a single string
| [in] | filename | path of the executable |
| [in] | arg | string of arguments |
|
static |
Generate a name not already existing in database
Output: GO2cam_robot, if already exist in Bdd -> GO2cam_robot_1
| [in] | name | |
| [in] | prefix | |
| [in] | suffix |
|
static |
Import another script and execute it
| [in] | dir | path of the include file |
| [in] | name | file name of the include file |
|
static |
Import another script and execute it
| [in] | name | fullName of the include file |