addtcldriver

Name

addtcldriver -- Register Tcl command ensemble as a device module

Synopsis

addtcldriver tcl-command

DESCRIPTION

Registers the base of a Tcl command ensemble (e.g. an object instance command) as a device module that can be used in module lists such as the -modules option of a stack command.

The tcl-command is the command to regsiter.

EXAMPLE

The command below:


addtclcommand sometclinstance
                

Registers the Tcl command sometclinstance as a module. The name of the module is the same as the name of the command (sometclinstance).