Daedalus Dock - Modules - TypesVar Details - Proc Details

rtos

Vars

display_iconIcon state for the containing controller's screen.
display_indicatorsBitflag (RTOS_RED, RTOS_YELLOW, RTOS_GREEN) for indicator lights.
print_historyList containing the last RTOS_OUTPUT_ROWS lines, FIFO queue.

Procs

check_access
check_id
finish_startupProgram-specific startup code, Usually calls UI draw procs.
halt
populate_memoryLoad our variables from the configuration database. Return a string to halt.
post_signal
redraw_screen
unlock_on_roundstartCalled by the embedded controller itself on roundstart to unlock the controlled mechanism.
update_visuals

Var Details

display_icon

Icon state for the containing controller's screen.

display_indicators

Bitflag (RTOS_RED, RTOS_YELLOW, RTOS_GREEN) for indicator lights.

print_history

List containing the last RTOS_OUTPUT_ROWS lines, FIFO queue.

Proc Details

check_access

check_id

finish_startup

Program-specific startup code, Usually calls UI draw procs.

halt

populate_memory

Load our variables from the configuration database. Return a string to halt.

post_signal

redraw_screen

unlock_on_roundstart

Called by the embedded controller itself on roundstart to unlock the controlled mechanism.

update_visuals