Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 3,004: Line 3,004:
 
|-
 
|-
 
| <code>CPU_ID_10 = 10;</code>
 
| <code>CPU_ID_10 = 10;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_1? = 11;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_12 = 12;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_13 = 13;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_14 = 14;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_15 = 15;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_16 = 16;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_17 = 17;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_18 = 18;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_19 = 19;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_20  = 20;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_2? = 21;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_22 = 22;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_23 = 23;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_24 = 24;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_25 = 25;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_26 = 26;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_27 = 27;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_28 = 28;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_29 = 29;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_30 = 30;</code>
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_3? = 31;</code>
 +
| &nbsp;
 +
|-
 +
| &nbsp;
 +
|-
 +
| <code>CPU_ID_ALL = $FFFFFFFF;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Revision as of 03:53, 26 September 2016

Return to Unit Reference


Description


To be documented

Constants



[Expand]
Universal error constants ERROR_*


[Expand]
Universal value constants INVALID_*


[Expand]
File position constants FILE_*


[Expand]
File open/create constants CREATE_*


[Expand]
File creation flag constants FILE_FLAG_*


[Expand]
File attribute constants FILE_ATTRIBUTE_*


[Expand]
Filesystem attribute constants FS_*


[Expand]
Timeout constants INFINITE =*


[Expand]
TLS constants TLS_*


[Expand]
Wait constants WAIT_*


[Expand]
Thread state constants STILL_*


[Expand]
TimeZone constants TIME_ZONE_*


[Expand]
Universal key code constants KEY_CODE_*


[Expand]
Universal scan code constants SCAN_CODE_*


[Expand]
Universal color constants COLOR_*


[Expand]
Universal size constants SIZE_*


[Expand]
Universal time constants MILLISECONDS_*


[Expand]
Ultibo time constants TIME_TICKS_*


[Expand]
Unix/Linux time constants UNIX_TIME_*


[Expand]
FreePascal time constants PASCAL_*


[Expand]
System Call constants SYSTEM_CALL_*


[Expand]
Machine Type constants MACHINE_TYPE_*


[Expand]
Board Type constants BOARD_TYPE_*


[Expand]
CPU Arch constants CPU_ARCH_*


[Expand]
CPU Type constants CPU_TYPE_*


[Expand]
CPU Model constants CPU_MODEL_*


[Expand]
CPU Description constants CPU_DESCRIPTION_*


[Expand]
CPU State constants CPU_STATE_*


[Expand]
CPU ID constants CPU_ID_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference