User Tools

Site Tools


doc:tools_quickscript

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:tools_quickscript [2015/02/14 15:31] admindoc:tools_quickscript [2015/02/14 15:33] admin
Line 20: Line 20:
 ===== The Main Menu ===== ===== The Main Menu =====
  
-{{ :doc:qs_mainmenu.png |}}+{{:doc:qs_mainmenu.png |}}
  
 This is the starting point for your program. The program execution starts here, so here you can put the initialisation stuff (like setting the bus- and module parameters). Here you also need to place your main menu (in case you want to have one) with its menu items. This is the starting point for your program. The program execution starts here, so here you can put the initialisation stuff (like setting the bus- and module parameters). Here you also need to place your main menu (in case you want to have one) with its menu items.
Line 26: Line 26:
 ===== The Menu ===== ===== The Menu =====
  
-{{ :doc:qs_menu.png |}}+{{:doc:qs_menu.png |}}
  
  
Line 35: Line 35:
 ===== The Menu Item===== ===== The Menu Item=====
  
-{{ :doc:qs_menuitem.png |}}+{{:doc:qs_menuitem.png |}}
  
  
Line 48: Line 48:
 ===== The Item Procedure ===== ===== The Item Procedure =====
  
-{{ :doc:qs_procedure.png |}}+{{:doc:qs_procedure.png |}}
  
 As said above, when a user selects a menu item, its related function is called. Such functions are defined here as an item procedure. When called, the variable ''id'' contains the ID parameter which is given in the menu item. As said above, when a user selects a menu item, its related function is called. Such functions are defined here as an item procedure. When called, the variable ''id'' contains the ID parameter which is given in the menu item.
Line 58: Line 58:
  
  
-{{ :doc:qs_dongle.png |}}+{{:doc:qs_dongle.png |}}
  
 ===== Define the Module ===== ===== Define the Module =====
  
  
-{{ :doc:qs_module.png |}}+{{:doc:qs_module.png |}}
  
 ===== Request a Service ===== ===== Request a Service =====
  
-{{ :doc:qs_service.png |}}+{{:doc:qs_service.png |}}
  
 ===== Evaluate a Result ===== ===== Evaluate a Result =====
  
-{{ :doc:qs_measure.png |}}+{{:doc:qs_measure.png |}}
  
  
  
doc/tools_quickscript.txt · Last modified: 2015/02/21 09:15 by admin