dm_html_responses Function

public function dm_html_responses(responses) result(html)

Uses

  • proc~~dm_html_responses~~UsesGraph proc~dm_html_responses dm_html_responses module~dm_response dm_response proc~dm_html_responses->module~dm_response module~dm_error dm_error module~dm_response->module~dm_error module~dm_id dm_id module~dm_response->module~dm_id module~dm_kind dm_kind module~dm_response->module~dm_kind module~dm_util dm_util module~dm_response->module~dm_util module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env module~dm_util->module~dm_error module~dm_util->module~dm_kind

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

Arguments

Type IntentOptional Attributes Name
type(response_type), intent(inout) :: responses(:)

Observation response type.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_responses~~CallsGraph proc~dm_html_responses dm_html_responses interface~dm_ftoa dm_ftoa proc~dm_html_responses->interface~dm_ftoa interface~dm_itoa dm_itoa proc~dm_html_responses->interface~dm_itoa proc~dm_error_message dm_error_message proc~dm_html_responses->proc~dm_error_message proc~dm_html_encode dm_html_encode proc~dm_html_responses->proc~dm_html_encode proc~dm_response_type_name dm_response_type_name proc~dm_html_responses->proc~dm_response_type_name proc~dm_response_type_valid dm_response_type_valid proc~dm_response_type_name->proc~dm_response_type_valid

Called by

proc~~dm_html_responses~~CalledByGraph proc~dm_html_responses dm_html_responses proc~dm_html_observ dm_html_observ proc~dm_html_observ->proc~dm_html_responses