Main Content
getCommand
Class: coder.make.BuildTool
Namespace: coder.make
Get build tool command
Syntax
c_out = h.getCommand
c_out = h.getCommand('value')
c_out = h.getCommand('macro')
Description
returns the value of the c_out
= h
.getCommandcoder.make.BuildTool.Command
property.
also returns the value of c_out
= h
.getCommand('value')coder.make.BuildTool.Command
.
returns the macro name of c_out
= h
.getCommand('macro')coder.make.BuildTool.Command
.
Input Arguments
Output Arguments
Examples
tc = coder.make.ToolchainInfo;
btl = tc.getBuildTool('C Compiler');
btl.getCommand
ans = icl
btl.getCommand('value')
ans = icl
c_out = btl.getCommand('macro')
c_out = CC
Version History
Introduced in R2013a