slreportgen.report.CCaller Class
Namespace: slreportgen.report
Description
Use objects of the slreportgen.report.CCaller
class to report on C Caller
blocks in your Simulink® model.
By default, a CCaller
reporter object reports:
The name of the C function called by the C Caller block
The Description parameter and any custom mask parameters
The port properties associated with the C Caller block
The C code that the C Caller block invokes
Use the CCaller
reporter properties to exclude or modify the
reported information.
Note
To use a CCaller
reporter in your report, you must create the
report using the slreportgen.report.Report
class.
The slreportgen.report.CCaller
class is a handle
class.
Creation
Description
creates an empty C Caller block reporter with default property values. Use the object
properties to specify report options.cCallerReporter
= slreportgen.report.CCaller
Note
Adding an empty CCaller
object to a report causes an
error.
creates a reporter for the given C Caller block object and sets the Object
property to cCallerReporter
= slreportgen.report.CCaller(Object
)Object
.
Include this reporter in your report to add information about the C Caller block name, available functions, and port specifications. Update the properties of the object to change the display options for the reporter.
sets properties by using name-value arguments. Specify multiple name-value arguments in
any order.cCallerReporter
= slreportgen.report.CCaller(Name
=Value
)
Properties
Methods
Examples
Version History
Introduced in R2022a