This constant determines whether the osOpenPtrQueue function is included or excluded during compilation. The function is compiled if the constant value is set to 1 and excluded if the value is 0.
If this constant is not defined, it defaults to 1, and the function is included in the output code. If none of the osOpen* functions are utilized, the system will ignore object names, and the logic associated with name management will be omitted. This optimization reduces the final size of the output code. For further details regarding naming and object opening procedures, refer to the System Objects Management section.
| Version: | 1.0 |
|---|---|
| See also: | osOpenPtrQueue, queue of pointers, system objects management |