Teledyne-lecroy CATC Scripting Language Reference Manual Manual do Utilizador Página 52

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 57
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 51
C
HAPTER
12
Decoder Primitives
CATC Scripting Language
48
Return value
An integer that should be passed back to the application unchanged.
Comments
This should be called when it has been decided that an input context has been
accepted into a transaction, but that the transaction still requires further input to be
complete. This function could be used to associate input contexts with the output
context. The return value of this function should be returned to the application in
the ProcessData function.
Example
if ( done )
return Complete();
else return Pending();
Reject()
Reject()
Parameter Meaning Default Value Comments
Return value
An integer that should be passed back to the application unchanged.
Comments
Called when it is decided that the input context does not meet the criteria for being
a part of the current transaction. The output context should not be modified before
this decision is made. The return value of this function should be returned by the
ProcessData function.
Example
if ( UnknownValue )
return Reject();
Vista de página 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57

Comentários a estes Manuais

Sem comentários