polyspace.project.Stubs Class
Namespace: polyspace.project
Description
Manage external C/C++ files containing stub implementations for undefined callees in a Polyspace® Platform project.
Creation
Description
proj.Stubs.Files.add( adds the
external C/C++ file stubFile)stubFile to the polyspace.project.Project object proj. The file
stubFile contains definitions for undefined functions and variables
in the proj project.
proj.Stubs.Folders.add(
adds the folder stubFolder, Recursive)stubFolder of external C/C++ files to the polyspace.project.Project object proj. Set the
Recursive argument to False to exclude
subfolders.
Input Arguments
Properties
Examples
Version History
Introduced in R2026a