User Tools

Site Tools


eventshell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eventshell [2021/02/04 23:51] cooneventshell [2021/02/24 22:29] (current) – removed coon
Line 1: Line 1:
-Sending **akashimorino** to ICU UART port starts the Event Shell which shows a prompt like this: 
- 
-<code> 
-K433>[1] 
-</code> 
- 
-Typing **?** gives all available commands: 
- 
-<code> 
-[AECOM_DispFLK] 
-[AECOM_SetFLK] 
-[AEITG_] 
-[APEX.DebugPropStillPhoto] 
-[APEX.DebugSceneMode] 
-[APEX.LogLevel] 
-[APEX.LogOnly] 
-[APEX.ManualExposureMode] 
-[APEX.PoLogLevel] 
-[APEX.ReCalcStillPhotoParam] 
-[APEX.RewriteMode] 
-[APEX.Test1] 
-[APEX.Test2] 
-[ATest_RegistEventProc] 
-[ActivateDL] 
-... 
-</code> 
- 
-These function are so called **Event Procedures** and have been registered by calling [[stubs:register_func|register_func]] before. 
- 
-However, they cannot be executed blindly on UART. Also functions which expect arguments and aren't actually that useful on UART are listed here. Some examples: 
- 
-<code> 
-memcpy 
-sprintf 
-sscanf 
-... 
-</code> 
- 
- 
  
eventshell.1612479119.txt.gz · Last modified: 2021/02/04 23:51 by coon