Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 4,731: Line 4,731:
 
|  
 
|  
 
|-
 
|-
| <code>HANDLE_TYPE_LIST = 6;</code>
+
| <code>HANDLE_TYPE_CONDITION = 6;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_QUEUE = 7;</code>
+
| <code>HANDLE_TYPE_LIST = 7;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_THREAD = 8;</code>
+
| <code>HANDLE_TYPE_QUEUE = 8;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_MESSAGESLOT = 9;</code>
+
| <code>HANDLE_TYPE_THREAD = 9;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_MAILSLOT  = 10;</code>
+
| <code>HANDLE_TYPE_MESSAGESLOT = 10;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_BUFFER = 11;</code>
+
| <code>HANDLE_TYPE_MAILSLOT = 11;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_EVENT = 12;</code>
+
| <code>HANDLE_TYPE_BUFFER = 12;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code> HANDLE_TYPE_TIMER = 13;</code>
+
| <code>HANDLE_TYPE_EVENT= 13;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_WORKER = 14;</code>
+
| <code> HANDLE_TYPE_TIMER = 14;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_WINDOW = 15;</code>
+
| <code>HANDLE_TYPE_WORKER = 15;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_FONT = 16;</code>
+
| <code>HANDLE_TYPE_WINDOW = 16;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>HANDLE_TYPE_KEYMAP = 17;</code>
+
| <code>HANDLE_TYPE_FONT = 17;</code>
 +
| &nbsp;
 +
|-
 +
| <code>HANDLE_TYPE_KEYMAP = 18;</code>
 +
| &nbsp;
 +
|-
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>HANDLE_TYPE_FILE = 100;</code>
 +
| &nbsp;
 +
|-
 +
| <code>HANDLE_TYPE_PIPE = 101;</code>
 +
| &nbsp;
 +
|-
 +
| <code>HANDLE_TYPE_SOCKET = 102;</code>
 +
| &nbsp;
 +
|-
 +
| <code>HANDLE_TYPE_DEVICE = 103;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Revision as of 03:56, 27 July 2017

Return to Unit Reference


Description


Ultibo Global Constant Definitions unit

To be documented

Constants



[Expand]
Universal error ERROR_*


[Expand]
Universal value INVALID_*


[Expand]
File position FILE_*


[Expand]
File open/create CREATE_*


[Expand]
File creation flag FILE_FLAG_*


[Expand]
File attribute FILE_ATTRIBUTE_*


[Expand]
Filesystem attribute FS_*


[Expand]
File access GENERIC_*


[Expand]
File share FILE_SHARE_*


[Expand]
Timeout INFINITE =*


[Expand]
TLS TLS_*


[Expand]
Wait WAIT_*


[Expand]
Thread state STILL_*


[Expand]
TimeZone TIME_ZONE_*


[Expand]
Universal key codes KEY_CODE_*


[Expand]
Universal scan codes SCAN_CODE_*


[Expand]
Universal color COLOR_*


[Expand]
Universal size SIZE_*


[Expand]
Universal time MILLISECONDS_*


[Expand]
Ultibo time TIME_TICKS_*


[Expand]
Unix/Linux time UNIX_TIME_*


[Expand]
FreePascal time PASCAL_*


[Expand]
System call SYSTEM_CALL_*


[Expand]
Machine type MACHINE_TYPE_*


[Expand]
Board type BOARD_TYPE_*


[Expand]
CPU arch CPU_ARCH_*


[Expand]
CPU type CPU_TYPE_*


[Expand]
CPU model CPU_MODEL_*


[Expand]
CPU description CPU_DESCRIPTION_*


[Expand]
CPU state CPU_STATE_*


[Expand]
CPU group CPU_GROUP__*


[Expand]
CPU Id CPU_ID_*


[Expand]
CPU affinity CPU_AFFINITY_*


[Expand]
FPU type FPU_TYPE_*


[Expand]
FPU state FPU_STATE_*


[Expand]
GPU type GPU_TYPE_*


[Expand]
GPU state GPU_STATE_*


[Expand]
Cache type CACHE_TYPE_*


[Expand]
DMA direction DMA_DIR_*


[Expand]
DMA DREQ Id DMA_DREQ_ID_*


[Expand]
GPIO pin GPIO_PIN_*


[Expand]
GPIO function GPIO_FUNCTION_*


[Expand]
GPIO level GPIO_LEVEL_*


[Expand]
GPIO pull GPIO_PULL_*


[Expand]
GPIO trigger GPIO_TRIGGER_*


[Expand]
Virtual GPIO pin VIRTUAL_GPIO_PIN_*


[Expand]
Virtual GPIO function VIRTUAL_GPIO_FUNCTION_*


[Expand]
Serial baud rate SERIAL_BAUD_RATE_*


[Expand]
Serial data bit SERIAL_DATA_*


[Expand]
Serial stop bit SERIAL_STOP_*


[Expand]
Serial parity SERIAL_PARITY_*


[Expand]
Serial flow control SERIAL_FLOW_*


[Expand]
I2C address I2C_ADDRESS_*


[Expand]
SPI mode SPI_MODE_*


[Expand]
SPI chip select SPI_CS_*


[Expand]
SPI clock phase (CPHA) SPI_CLOCK_PHASE_*


[Expand]
SPI clock polarity (CPOL) SPI_CLOCK_POLARITY_*


[Expand]
SPI chip select polarity (CSPOL) SPI_CS_POLARITY_*


[Expand]
Power Id POWER_ID_*


[Expand]
Power state POWER_STATE_*


[Expand]
Clock Id CLOCK_ID_*


[Expand]
Clock state CLOCK_STATE_*


[Expand]
Turbo Id TURBO_ID_*


[Expand]
Voltage Id VOLTAGE_ID_*


[Expand]
Temperature Id TEMPERATURE_ID_*


[Expand]
Console direction CONSOLE_DIRECTION_*


[Expand]
Console position CONSOLE_POSITION_*


[Expand]
Framebuffer depth FRAMEBUFFER_DEPTH_*


[Expand]
Framebuffer pixel order FRAMEBUFFER_ORDER_*


[Expand]
Framebuffer alpha mode FRAMEBUFFER_MODE_*


[Expand]
Framebuffer rotation FRAMEBUFFER_ROTATION_*


[Expand]
Log level LOG_LEVEL_*


[Expand]
Logging protocol LOGGING_PROTOCOL_*


[Expand]
Logging facility LOGGING_FACILITY_*


[Expand]
Logging severity LOGGING_SEVERITY_*


[Expand]
Handle type HANDLE_TYPE_*


[Expand]
Filesystem cache mode FILESYS_CACHE_MODE_*


[Expand]
Cursor arrow CURSOR_ARROW_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference