man1/db_engine_tcl
Table of Contents
db_engine_tcl - TCL interpreter for AccelNET
db_engine_tcl <tcl_file>
<args>
This program provides an interface between TCL and AccelNET.
This allows various types of clients for AccelNET to be written in TCL
rather than writing them in C.
It uses version 8.0.5 of the Tcl library.
Parsing
of the arguments is simple minded. All of the arguments marked "required"
must be present or the program will complain and exit.
- tcl_file - required
The TCL program to be executed by db_engine_tcl.
- args - optional
Additional arguments which may be accessed by the tcl program.
The
latest version of the AccelNET TCL commands are documented in
db_engine_cmds.notes
and
db_engine_mngr_cmds.notes in the src directory.
Older versions of the
.notes files are also kept in the src directory as db_engine_cmds_<version>.notes
and db_engine_mngr_cmds_<version>.notes.
modified_widgets.notes in the src directory
explains the enhancements which have been made to the wish widget set.
This
program needs to have /AccelNET/tcl installed to function properly.
Development
on this version of db_engine has ceased. Programs should be ported to db_engine_tcl_v2(1)
and db_engine_wish_v2(1)
as time allows.
$Id: db_engine_tcl.1,v
1.1 2006/08/28 14:37:17 kitchen Exp $
Table of Contents