FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns pointer to object with specified ID. More...
Public Member Functions | |
type(sensortype) function, pointer | getptrtoidsensor (array, id) |
Returns pointer to (first) sensor object with specified ID. More... | |
Returns pointer to object with specified ID.
type(sensortype) function, pointer sensortypemodule::getptrtoid::getptrtoidsensor | ( | type(sensortype), dimension(:), intent(in), target | array, |
integer, intent(in) | id | ||
) |
Returns pointer to (first) sensor object with specified ID.
[in] | array | Array of sensortypemodule::sensortype objects to search within |
[in] | id | Base ID of the object to search for |
If the sensor is not found, NULL is returned.