ZPointer
- Namespace
- ZCore
Zeugwerk Framework supports systems with address registers of 32-bit and 64-bit widths.
For making the IEC code as independent from the target system as possible, you use this type for all pointer types.
Depending on the system that is targeted, this type is converted to ULINT on 64-bit platforms and UDINT on 32-bit platforms.