Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,900: Line 2,900:
 
| <code>BOARD_TYPE_RPI_ZERO_W = 27;</code>
 
| <code>BOARD_TYPE_RPI_ZERO_W = 27;</code>
 
| Raspberry Pi Model Zero W
 
| Raspberry Pi Model Zero W
 +
|-
 +
| <code>BOARD_TYPE_RPI3B_PLUS = 28;</code>
 +
| Raspberry Pi 3 Model B+
 
|-
 
|-
 
|}
 
|}
Line 4,537: Line 4,540:
 
| Informational messages
 
| Informational messages
 
|-
 
|-
| <code>LOG_LEVEL_ERROR = 3;</code>
+
| <code>LOG_LEVEL_WARN = 3;</code>
 +
| Warning messages
 +
|-
 +
| <code>LOG_LEVEL_ERROR = 4;</code>
 
| Error messages
 
| Error messages
 
|-
 
|-
| <code>LOG_LEVEL_NONE = 4;</code>
+
| <code>LOG_LEVEL_NONE = 5;</code>
 
| No messages
 
| No messages
 
|-  
 
|-  
Line 4,700: Line 4,706:
 
| Error log messages
 
| Error log messages
 
|-
 
|-
| <code>LOGGING_SEVERITY_INFO = 1;</code>
+
| <code>LOGGING_SEVERITY_WARN  = 1;</code>
 +
| Warning log messages
 +
|-
 +
| <code>LOGGING_SEVERITY_INFO = 2;</code>
 
| Informational log messages
 
| Informational log messages
 
|-
 
|-
| <code>LOGGING_SEVERITY_DEBUG = 2;</code>
+
| <code>LOGGING_SEVERITY_DEBUG = 3;</code>
 
| Debugging log messages
 
| Debugging log messages
 
|-
 
|-
Line 4,713: Line 4,722:
 
|}
 
|}
 
</div></div>
 
</div></div>
<br />  
+
<br />
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div style="font-size: 14px; padding-left: 12px;">'''Handle type''' <code> HANDLE_TYPE_* </code></div>
 
<div style="font-size: 14px; padding-left: 12px;">'''Handle type''' <code> HANDLE_TYPE_* </code></div>

Revision as of 01:27, 24 March 2018

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