dm_csv_header_observ_view Function

public function dm_csv_header_observ_view(separator) result(header)

Returns CSV header string of CSV representation of the observation view type as allocatable string.

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in), optional :: separator

CSV separator.

Return Value character(len=:), allocatable

CSV header string.


Calls

proc~~dm_csv_header_observ_view~~CallsGraph proc~dm_csv_header_observ_view dm_csv_header_observ_view interface~dm_present dm_present proc~dm_csv_header_observ_view->interface~dm_present