dm_html_node Function

public function dm_html_node(node) result(html)

Uses

  • proc~~dm_html_node~~UsesGraph proc~dm_html_node dm_html_node module~dm_node dm_node proc~dm_html_node->module~dm_node module~dm_id dm_id module~dm_node->module~dm_id module~dm_kind dm_kind module~dm_node->module~dm_kind iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Returns sensor node as HTML table. Input data will be trimmed and encoded.

Arguments

Type IntentOptional Attributes Name
type(node_type), intent(inout) :: node

Node type.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_node~~CallsGraph proc~dm_html_node dm_html_node interface~dm_ftoa dm_ftoa proc~dm_html_node->interface~dm_ftoa proc~dm_html_encode dm_html_encode proc~dm_html_node->proc~dm_html_encode