User Tools

Site Tools


dryos:stubs:register_func

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dryos:stubs:register_func [2021/02/24 23:47] – created coondryos:stubs:register_func [2021/02/24 23:51] (current) coon
Line 5: Line 5:
 </code> </code>
  
-Description: registers a function pointer in a way so it can be called by name. Once a function is registred it can be executed via uart, Canon Basic or by calling it via ExecuteEventProcedure function+Description: registers a function pointer in a way so it can be called by name. Once a function is registred it can be executed from [[dryos:eventshell:eventshell|EventShell]] (UART), Canon Basic or by calling it via ExecuteEventProcedure function.
  
 Parameters: Parameters:
  
-  * **address:** The starting address of the EEPROM +  * **pName:** The desired name of the function 
-  * **value:** the byte value which shall be written +  * **pFunction:** function address 
-  * **count:** how many times that byte is written +  * **staticArg:** a constant argument which is always provided as second argument when the function is called by name.
-  * **eeprom target id (optional):** on cameras with multiple eeproms the target eeprom can be selected here. 0 Selects the first eeprom.+
dryos/stubs/register_func.1614206879.txt.gz · Last modified: 2021/02/24 23:47 by coon