Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 4,208: Line 4,208:
 
| <code>TEMPERATURE_ID_SOC = 0;</code>
 
| <code>TEMPERATURE_ID_SOC = 0;</code>
 
| style="width: 50%;"|&nbsp;
 
| style="width: 50%;"|&nbsp;
 +
|-
 +
|}
 +
</div></div>
 +
<br />
 +
 +
<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;">'''Console Direction constants''' <code> CONSOLE_DIRECTION_* </code></div>
 +
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 +
{| class="wikitable" style="font-size: 14px; background: white;"
 +
|-
 +
| <code>CONSOLE_DIRECTION_UP = 0;</code>
 +
| Scroll Console Up
 +
|-
 +
| <code>CONSOLE_DIRECTION_DOWN = 1;</code>
 +
| Scroll Console Down
 +
|-
 +
| <code>CONSOLE_DIRECTION_LEFT = 2;</code>
 +
| Scroll Console Left
 +
|-
 +
| <code>CONSOLE_DIRECTION_RIGHT = 3;</code>
 +
| Scroll Console Right
 +
|-
 +
|}
 +
</div></div>
 +
<br /> 
 +
 +
<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;">'''Console Position constants''' <code> CONSOLE_POSITION_* </code></div>
 +
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 +
{| class="wikitable" style="font-size: 14px; background: white;"
 +
|-
 +
| <code>CONSOLE_POSITION_FULL = 0;</code>
 +
| Console Window will appear in the full console
 +
|-
 +
| <code>CONSOLE_POSITION_TOP = 1;</code>
 +
| Console Window will appear in the top half of the console
 +
|-
 +
| <code>CONSOLE_POSITION_BOTTOM = 2;</code>
 +
| Console Window will appear in the bottom half of the console
 +
|-
 +
| <code>CONSOLE_POSITION_LEFT = 3;</code>
 +
| Console Window will appear in the left half of the console
 +
|-
 +
| <code>CONSOLE_POSITION_RIGHT = 4;</code>
 +
| Console Window will appear in the right half of the console
 +
|-
 +
| <code>CONSOLE_POSITION_TOPLEFT = 5;</code>
 +
| Console Window will appear in the top left corner of the console
 +
|-
 +
| <code>CONSOLE_POSITION_TOPRIGHT = 6;</code>
 +
| Console Window will appear in the top right corner of the console
 +
|-
 +
| <code>CONSOLE_POSITION_BOTTOMLEFT = 7;</code>
 +
| Console Window will appear in the bottom left corner of the console
 +
|-
 +
| <code>CONSOLE_POSITION_BOTTOMRIGHT = 8;</code>
 +
| Console Window will appear in the bottom right corner of the console
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>CONSOLE_POSITION_FULLSCREEN = 9;</code>
 +
| Console Window will occupy the entire screen (Without any border or desktop)(If supported)
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>CONSOLE_POSITION_UNKNOWN = LongWord(-1);</code>
 +
| &nbsp;
 +
|-
 +
|}
 +
</div></div>
 +
<br />
 +
 +
<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;">'''Framebuffer Depth constants''' <code> FRAMEBUFFER_DEPTH_* </code></div>
 +
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 +
{| class="wikitable" style="font-size: 14px; background: white;"
 +
|-
 +
| <code>FRAMEBUFFER_DEPTH_8 = 8;</code>
 +
| style="width: 50%;"|&nbsp;
 +
|-
 +
| <code>FRAMEBUFFER_DEPTH_16 = 16;</code>
 +
| &nbsp;
 +
|-
 +
| <code>FRAMEBUFFER_DEPTH_24 = 24;</code>
 +
| &nbsp;
 +
|-
 +
| <code>FRAMEBUFFER_DEPTH_32 = 32;</code>
 +
| &nbsp;
 
|-
 
|-
 
|}
 
|}

Revision as of 04:28, 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_*


[Expand]
CPU Affinity constants CPU_AFFINITY_*


[Expand]
FPU Type constants FPU_TYPE_*


[Expand]
FPU State constants FPU_STATE_*


[Expand]
GPU Type constants GPU_TYPE_*


[Expand]
GPU State constants GPU_STATE_*


[Expand]
Cache Type constants CACHE_TYPE_*


[Expand]
DMA Direction constants DMA_DIR_*


[Expand]
DMA DREQ ID constants DMA_DREQ_ID_*


[Expand]
GPIO Pin constants GPIO_PIN_*


[Expand]
GPIO Function constants GPIO_FUNCTION_*


[Expand]
GPIO Level constants GPIO_LEVEL_*


[Expand]
GPIO Pull constants GPIO_PULL_*


[Expand]
GPIO Trigger constants GPIO_TRIGGER_*


[Expand]
Virtual GPIO Pin constants VIRTUAL_GPIO_PIN_*


[Expand]
Virtual GPIO Function constants VIRTUAL_GPIO_FUNCTION_*


[Expand]
Serial Baud Rate constants SERIAL_BAUD_RATE_*


[Expand]
Serial Data bit constants SERIAL_DATA_*


[Expand]
Serial Stop bit constants SERIAL_STOP_*


[Expand]
Serial Parity constants SERIAL_PARITY_*


[Expand]
Serial Flow Control constants SERIAL_FLOW_*


[Expand]
I2C Address constants I2C_ADDRESS_*


[Expand]
SPI Mode constants SPI_MODE_*


[Expand]
SPI Chip Select constants SPI_CS_*


[Expand]
SPI Clock Phase (CPHA) constants SPI_CLOCK_PHASE_*


[Expand]
SPI Clock Polarity (CPOL) constants SPI_CLOCK_POLARITY_*


[Expand]
SPI Chip Select Polarity (CSPOL) constants SPI_CS_POLARITY_*


[Expand]
Power ID constants POWER_ID_*


[Expand]
Power State constants POWER_STATE_*


[Expand]
Clock ID constants CLOCK_ID_*


[Expand]
Clock State constants CLOCK_STATE_*


[Expand]
Turbo ID constants TURBO_ID_*


[Expand]
Voltage ID constants VOLTAGE_ID_*


[Expand]
Temperature ID constants TEMPERATURE_ID_*


[Expand]
Console Direction constants CONSOLE_DIRECTION_*


[Expand]
Console Position constants CONSOLE_POSITION_*


[Expand]
Framebuffer Depth constants FRAMEBUFFER_DEPTH_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference