TerraLib Common Runtime → Globals

In TerraLib all modules that needs global constants provide an static class named Globals. In the common module this class is defined as:

Globals class

Final Remarks

Currently, the machine byte order is determined at compile time by a define TE_MACHINE_BYTE_ORDER that may assume one of the values TE_NDR (for little endian architectures) or TE_XDR (for big endian architectures).

References


QR Code
QR Code wiki:designimplementation:common:globals (generated for current page)