dm_ve_field_type Function

public pure function dm_ve_field_type(label) result(type)

Returns VE.Direct field type (VE_FIELD_*) from label, or VE_FIELD_NONE on error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: label

Field label.

Return Value integer


Called by

proc~~dm_ve_field_type~~CalledByGraph proc~dm_ve_field_type dm_ve_field_type proc~dm_ve_frame_read dm_ve_frame_read proc~dm_ve_frame_read->proc~dm_ve_field_type