|
TYPE_DEFINITION
Definition of types used in WGAL
WGAL Type DefinitionWGAL type names follow WGAL naming convention. For further information, please refer to WGAL Naming Convention. Basic TypesThe following table shows basic types of WGAL and their characteristics.
The following table shows a complete list of predefined basic pointer types.
Other pointer types were discarded due to naming convention changes. Use * instead. Other TypesFunction PointersIn WGAL, function pointers are mainly used for passing callbacks. For complete list of predefined function pointer types, please refer to WGAL Function Pointer Types. StructuresWGAL utilizes a number of structure types which represent logical types or groups of parameters. For complete list of predefined structures, please refer to WGAL Structure Types. |
Sign in to add a comment