FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
functiontypemodule::sensorptrtype Type Reference

Data type representing a sensor pointer. More...

Collaboration diagram for functiontypemodule::sensorptrtype:
Collaboration graph
[legend]

Public Attributes

type(sensortype), pointer p
 Pointer to a sensor. More...
 
type(enginetype), pointer q
 Pointer to an engine. More...
 

Detailed Description

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.

Member Data Documentation

◆ p

type(sensortype), pointer functiontypemodule::sensorptrtype::p

Pointer to a sensor.

◆ q

type(enginetype), pointer functiontypemodule::sensorptrtype::q

Pointer to an engine.


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