DUECA/DUSIME
Loading...
Searching...
No Matches
Public Attributes | List of all members
dueca::IncoTable Struct Reference

This struct is helpful in constructing a table of pointers to IncoVariable objects, combined with pointers to GenericVarIO objects. More...

#include <IncoTable.hxx>

Collaboration diagram for dueca::IncoTable:
Collaboration graph
[legend]

Public Attributes

IncoVariableincovar
 Pointer to the IncoVariable object.
 
GenericVarIOprobe
 Pointer to the GenericVarIO object which will be used to probe/insert data.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: