User`s guide
Overloaded FunctionsforticcsObjects
Overloaded Functions for ticcs Objects
Several functions in this Embedded IDE Link CC have the same name as
functions in other MathWorks toolboxe s or in MATLAB softw are. These
behave similarly to their original counterparts, but you apply these functions
directly to an object. This concept of having functions with the same name
operate on d ifferent types of objects (or on data) is called overloading of
functions.
For example, the
set command is overloaded for ticcs objects. After you
specify you r lin k by assigning valu es to it s properties, you can apply the
functions in this toolbox (such as
readmat for using RTDX to read an array
of data from the processor) directly to the variable name you assign to your
object, without specifying your object parameters again.
For a complete list of the functions tha t act on
ticcs objects, refer to the
tables of functions in the function reference pages.
2-49