Visible to Intel only — GUID: GUID-DEC1D867-9324-4D93-8778-3648F249D568
Visible to Intel only — GUID: GUID-DEC1D867-9324-4D93-8778-3648F249D568
Generating C++ Stubs
To generate stubs for a working C++ application:
Create a graph in the canvas as described in the Adding Nodes, Edges, and Ports section.
Save the graph as described in the Saving a Graph to a File section.
Click the Generate C++ icon on the toolbar to create C++ files.
Generate C++ Stubs for a Hello World Sample
For example, below is a three-node graph you can use to create a Hello World sample. This graph consists of a source_node followed by two continue_node objects. The first node is named s0 and the next two nodes are named c0 and c1. All nodes have continue_msg objects as their input and/or output types. The body of each node is defined by its C++ Function Object field, as shown below.
To generate C++ stubs from this Hello Wo