ps_SetUUID Subroutine

public subroutine ps_SetUUID(ps, id)

Arguments

Type IntentOptional AttributesName
type(ps_t), intent(inout) :: ps
character(len=36), intent(in) :: id

Contents

Source Code


Source Code

  subroutine ps_SetUUID(ps,id) 
    type(ps_t), intent(inout) :: ps
    character(len=36), intent(in) :: id
    ps%uuid = id
  end subroutine ps_SetUUID