Get OS type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(profile_config_t), | intent(in) | :: | self |
function get_profile_os_type(self) result(os_type) class(profile_config_t), intent(in) :: self integer :: os_type os_type = self%profile_feature%platform%os_type end function get_profile_os_type