gusucode.com > target工具箱matlab源码程序 > target/extensions/processor/shared/+targetshared/+Utilities/getProductID.m

    function retVal = getProductID
%GETPRODUCTID Return the ID of the product.

%   Copyright 2008 The MathWorks, Inc.

% DAStudio requires first letter to be capital
% Standard across Link products to be all caps
retVal = 'TARGETSHARED';