DUECA/DUSIME
|
This struct is helpful in constructing a table of pointers to IncoVariable objects, combined with pointers to GenericVarIO objects. More...
#include <IncoTable.hxx>
Public Attributes | |
IncoVariable * | incovar |
Pointer to the IncoVariable object. | |
GenericVarIO * | probe |
Pointer to the GenericVarIO object which will be used to probe/insert data. | |
This struct is helpful in constructing a table of pointers to IncoVariable objects, combined with pointers to GenericVarIO objects.
Using this table, the SimulationModule base class of some SimulationModule derived class can send trim data to the trim engine or obtain control/constraint data from this engine and insert it into the proper variables. Close off such a table with a {NULL, NULL} entry.