|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a sensor pointer. More...

Public Attributes | |
| type(sensortype), pointer | p |
| Pointer to a sensor. More... | |
| type(enginetype), pointer | q |
| Pointer to an engine. More... | |
Data type representing a sensor pointer.
This data type is used to construct arrays of sensor objects where each array element is a pointer to a sensor object, and not the sensors themselves. The second member q is used only in the case the sensor is of type engine, and will in that case point to the actual engine.
| type(sensortype), pointer functiontypemodule::sensorptrtype::p |
Pointer to a sensor.
| type(enginetype), pointer functiontypemodule::sensorptrtype::q |
Pointer to an engine.