dm_html_sensors Function

public function dm_html_sensors(sensors, prefix) result(html)

Uses

  • proc~~dm_html_sensors~~UsesGraph proc~dm_html_sensors dm_html_sensors module~dm_sensor dm_sensor proc~dm_html_sensors->module~dm_sensor module~dm_id dm_id module~dm_sensor->module~dm_id module~dm_kind dm_kind module~dm_sensor->module~dm_kind module~dm_node dm_node module~dm_sensor->module~dm_node iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env module~dm_node->module~dm_id module~dm_node->module~dm_kind

Returns table of sensors in HTML format. If argument prefix is passed, the sensor names are enclosed in HTML anchors, with the link set to prefix. Input data will be trimmed and encoded.

Arguments

Type IntentOptional Attributes Name
type(sensor_type), intent(inout) :: sensors(:)

Sensor types.

character(len=*), intent(in), optional :: prefix

Link address prefix.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_sensors~~CallsGraph proc~dm_html_sensors dm_html_sensors interface~dm_ftoa dm_ftoa proc~dm_html_sensors->interface~dm_ftoa interface~dm_itoa dm_itoa proc~dm_html_sensors->interface~dm_itoa proc~dm_html_anchor dm_html_anchor proc~dm_html_sensors->proc~dm_html_anchor proc~dm_html_encode dm_html_encode proc~dm_html_sensors->proc~dm_html_encode proc~dm_sensor_type_to_name dm_sensor_type_to_name proc~dm_html_sensors->proc~dm_sensor_type_to_name proc~dm_html_anchor->proc~dm_html_encode proc~dm_sensor_type_is_valid dm_sensor_type_is_valid proc~dm_sensor_type_to_name->proc~dm_sensor_type_is_valid