MATLAB Link for Code Composer Studio Development Tools    

Properties of Structure Objects

Property Name 
Date Type
Default Value
Description
name
mxArray
None
Name of the C or Assembly function
filename
mxArray
None
Name of the file that contains the function
address
mxArray
None
Address of the function
type
mxArray
None
Return type for the function
savedregs
mxArray
None
Registers to preserve
variables
mxArray
None
The input and local arguments for the function
inputvars
mxArray
None
The input arguments for the function
outputvars
mxArray
None
The returned arguments from the function
link
MATLAB handle
None
Object handle that identifies the memory object
timeout
double
10 seconds
Timeout period for link functions/methods.

Methods of Structure Objects

Name
Overloaded?
Description
getmember
No
Return an object that accesses one member of a structure
read
Yes
Read a structure from the symbol table
write
Yes
Write changes or values to the structure in memory


  Structure Objects--Their Methods and Properties Reference for the Properties of the Objects