This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Where to find the definition about some objects of the TCOM

In the file : all.tcf, we always see "prog".

 We  know that the prog variable refers to a Program object from the TCOM.  This  variable is set by the Tconf environment during initialization.

We  just see the use of the "prog",  but  where the definition and declaration of this "prog"??

In additon, the "bios" and "utils" are the same. I can't find the document about the definition.

Can you tell me something details about them??

  • 'utils' is a global object that encapsulates various utility functions that can be used in Tconf script. Users would mostly need the functions utils.loadPlatform() and utils.importFile(), and usage of these functions is described in Tconf User's Guide (spru007).

    I described the objects 'bios' and 'prog' in other threads.

    Sasha