Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > System variables > sysStubbedObjects system variable (SDL script)
  
sysStubbedObjects system variable (SDL script)
This system variable applies only to SDL scripts for C and C++.
The sysStubbedObjects system variable (a global list) specifies the classes that have been selected to be generated as stubs in the Launch ACS/TDK dialog.
In this example, the sysStubbedObjects system variable is used to determine whether to generate the class as a stub, that is, set the sysGeneratingStub system variable to 1.
%if %inlist "sysStubbedObjects" %then
%setvar "sysGeneratingStub" = 1
%endif