en:software:qview:qview_6:qcl_library:vr10swrtobin

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
en:software:qview:qview_6:qcl_library:vr10swrtobin [2017/02/06 15:49] – created qem103en:software:qview:qview_6:qcl_library:vr10swrtobin [2017/02/06 15:52] – [Errcode] qem103
Line 16: Line 16:
  
 ^IN/OUT^VARIABLE TYPE^EXAMPLE NAME^DIM^^ ^IN/OUT^VARIABLE TYPE^EXAMPLE NAME^DIM^^
-|  IN  |  GLOBAL  |  value  |  W  |Valore del dato da convertire+|  IN  |  GLOBAL  |  value  |  W  |Data value to convert
-|  IN  |  GLOBAL  |  index  |  L  |Indice dell'elemento array dove iniziare il "deposito del dato convertito+|  IN  |  GLOBAL  |  index  |  L  |Index of the array element to start the "depositof the converted data
-|  OUT  |  ARRGBL  |  array  |  B  |Array contenente il dato convertito (deve essere dichiarato con almeno "index+1" elementi)| +|  OUT  |  ARRGBL  |  array  |  B  |Array containing the converted data (must be declared with at least "index + 1" items)| 
-|  OUT  |  GLOBAL  |  errcode  |  F  |Variabile che segnala un eventuale errore sulla funzione|+|  OUT  |  GLOBAL  |  errcode  |  F  |Variable that indicates a possible error on the function|
  
 ==== Errcode ==== ==== Errcode ====
  
-Una volta richiamata la funzione, 'errcode' può assumere determinati valoriil significato di tali valori è riassunto di seguito:\\ +After calling the function, 'errcode' can take certain valuesthe meaning of these values is summarized below:\\ 
-0: Nessun errore+0: No error
  
 === Esempio === === Esempio ===
  • Last modified: 2019/08/29 17:01