Generated Data Types, Data Usage, and Functions : Data Types

Data Types

custom: cgSingleBufferType_<NAME>
 
custom: cgDoubleBufferType_<NAME>
 

Those are type definitions (typedefs) for structures, with the activity name as postfix. The data assigned to the activity, in the Its Task field will be located in that structure, and instantiate later as either cgSingleBuffer_<NAME>, for all of the non doublebuffered data elements, or cgDoubleBufferNew_<NAME> and cgDoubleBufferOld_<NAME> for all of the doublebuffered data elements.

custom: StateInfo_<NAME>
 

This is type definitions (typedefs) for int8/16/32, to hold the internal state configuration of a Statechart.