Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ps_t), | intent(inout) | :: | ps | |||
character(len=36), | intent(in) | :: | id |
subroutine ps_SetUUID(ps,id)
type(ps_t), intent(inout) :: ps
character(len=36), intent(in) :: id
ps%uuid = id
end subroutine ps_SetUUID