Implementation--
Symbol Table and Entries
The Symbol Table holds information concerning all of the symbols used in all of the test programs in a simulation. Each symbol table entry represents one symbol. Information held on each symbol includes the name and type. Symbols have the format: [symbol type] [symbol name]#[program number]. The program number is the program number listed in the program list to which a variable is local for non-shared variables. The program number is 0 for shared variables.
Functionality for the symbol table includes the standard
List functions as well as adding and finding symbols.
Functionality for symbol table entries includes setting and retrieving symbol names and types.
Related include files:
Return ...
Andrew Tompkins
Beaverton, OR 97006
Last rev: 17 JUL 03
URL:
http://home.comcast.net/~andytom/simplan.docs/control/symtab.html