C Code Generation:Generate C Function Calls Property
Short Name: CCodeGen.CFuncCalls
Installed With: Embedded Targets
Class: VI Properties
Generates the calling interface to the VI as C function calls without any default data initializations, which can reduce the code size by as much as 50% for a small VI. An error occurs if any input or output to the VI is unwired when you build the embedded VI into an embedded application. To generate C function calls using this property, you also must generate serial only code.
This property is similar to the Generate C function calls option on the C Code Generation Options page of the VI Properties dialog box.
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | Yes |
Permissions | Read/Write |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |