register_id Returns: the id.
A Tcl interface to the register_id
function.
result_names -io handle Returns: a list describing all results.
A Tcl interface to the result_names
function. This produces a single
string describing the complete list of results. The format is
"{contig regnum id string} ?{contig regnum id string}? ..." and so can
be accessed as a Tcl list.
result_time -io handle -contig contig_number -id id_number Returns: the time in string format.
A Tcl interface to the result_time
function.
result_delete -io handle -id id_number Returns: nothing
Sends a REG_DELETE request to a specific id.
result_quit -io handle -id id_number Returns: nothing
Sends a REG_QUIT request to a specific id.