PDPRP Technical Telcon Description

PDPRP Technical Telcon Description


Unlike the LBC Codes, the Tcl/Tk part of the Telcon program, telcon.tcl, does a lot more than just acting as a GUI front-end. Here, the Tcl/Tk code does most of the work, relying on the C code, telcon.c, only for some supporting routines which were easier to write in C than in Tcl/Tk. The C code does nothing (once it sets up the Tcl/Tk program) but wait for the Tcl/Tk code to call parts of it as subroutines. Like most of the codes in the PDPRP package, I have tried to document the Telcon sources internally. Here, I present a sort-of flowchart for the program along with any hints or tricks pertinent to each section.

The Tcl/Tk Code

The C Code

The C code does most of the coordinate conversions and updates and talks to the PC Guider via a serial port connection. It sets the Tcl/Tk code up and running and defines the following new commands for it to call:


Return to Technical File Description Page

Return to PDPRP Technical Info Page

Return toPDPRP Main Page.

sjk@begonias.bbso.njit.edu
11Dec97