Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
b2faf8451a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 371 Bytes
function [ret,loaded] = atsif_isloaded()
%AT_U32 ATSIF_IsLoaded(AT_32 * _i_loaded)
%
%Description : This function is used to determine if a SIF file is currently loaded.
%
%
%Arguments : NONE
%
%Return : ret - Check the help for return code meanings
% loaded - 1 if loaded, 0 if not
%
[ret,loaded] = atsifiomex('ATSIF_IsLoaded');