FEDEM Solver  R8.0
Source code of the dynamics solver
Private Attributes | List of all members
controltypemodule::ctrlprm Type Reference

Data type representing a control input parameter. More...

Collaboration diagram for controltypemodule::ctrlprm:
Collaboration graph
[legend]

Private Attributes

integer var
 Variable index of the input. More...
 
type(enginetype), pointer engine
 Function processing the input. More...
 
type(sensortype), pointer sensor
 Sensor meansuring the input. More...
 

Detailed Description

Data type representing a control input parameter.

Member Data Documentation

◆ engine

type(enginetype), pointer controltypemodule::ctrlprm::engine
private

Function processing the input.

◆ sensor

type(sensortype), pointer controltypemodule::ctrlprm::sensor
private

Sensor meansuring the input.

◆ var

integer controltypemodule::ctrlprm::var
private

Variable index of the input.


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