hciprocedit
This command starts an editing session to create Tcl scripts for use
within the engine. It starts an editing session with a template of the UPoC type
that is specified by the -create
argument. The
default editor is vi in UNIX; Notepad in Windows. To override the default editor,
set the EDITOR variable to the editor of choice.
You can use one of these commands:
hciprocedit [-xterm | -gui] [-create type] proc
hciprocedit [-xterm] [-create type] file
-
-xterm
starts an Xterm to run the editor. Useful when calling this script from an external GUI. -
-gui
is a synonym for-xterm
. -
-create type
specifies the type of the new script file, wheretype
is one of:-
routetest
specifies the end procedure. -
tps
specifies the TPS module. -
tpstest
specifies the hcitpstest end procedure. -
trxid
specifies the transaction ID determination procedure. -
xltp
specifies the translation procedure that is called from within an xlate code fragment.
-
-
proc
specifies the name of the selected procedure. -
file
specifies the base name of the file to edit. The file name must include the .tcl extension.