SM_ADC  1.0
Приём данных АЦП через разделяемую память
Functions | Variables
make.m File Reference

Go to the source code of this file.

Functions

function make(file, files, options) %MAKE Compile MEX-function with easyLink library. % % Usages end if (nargin< 2) files
 
if strcmp (computer, 'PCWIN')||strcmp(computer
 
if PCWIN64 elseif strcmp (computer, 'MACI')||strcmp(computer
 
elseif strcmp (computer, 'MACI64')||strcmp(computer
 
elseif GLNXA64 else disp ('Unknown platform')
 
end disp (['easyLink:Compiling ' file])
 
 eval (P)
 

Variables

end path =fileparts(which('make.m'))
 
 files =['-I' path '/include ' files]
 
if PCWIN64 elseif GLNX86 options =['CFLAGS="\$CFLAGS -m32" LDFLAGS="\$LDFLAGS -m32" ' options]
 
 return
 
 P =['mex ' options ' ' file ' ' files]
 

Function Documentation

◆ disp() [1/2]

elseif GLNXA64 else disp ( 'Unknown platform'  )

◆ disp() [2/2]

end disp ( )

◆ eval()

eval ( P  )

◆ if()

function make (file,files,options) %MAKE Compile MEX-function with easyLink library. % % Usages end if ( )

◆ strcmp() [1/3]

if strcmp ( computer  ,
'PCWIN'   
)

◆ strcmp() [2/3]

if PCWIN64 elseif strcmp ( computer  ,
'MACI'   
)

◆ strcmp() [3/3]

elseif strcmp ( computer  ,
'MACI64'   
)

Variable Documentation

◆ files

files =['-I' path '/include ' files]

Definition at line 40 of file make.m.

◆ options

if PCWIN64 elseif GLNX86 options =['CFLAGS="\$CFLAGS -m32" LDFLAGS="\$LDFLAGS -m32" ' options]

Definition at line 45 of file make.m.

◆ P

P =['mex ' options ' ' file ' ' files]

Definition at line 54 of file make.m.

◆ path

end path =fileparts(which('make.m'))

Definition at line 39 of file make.m.

◆ return

return

Definition at line 50 of file make.m.