#ifndef __GSREMOTEALGORITHMCB_H__
#define __GSREMOTEALGORITHMCB_H__
// remote algorithm execution service definitions
#include "RemoteAlgorithmDefines.h"
// error code system
#include "GSErrors.h"
/*! @addtogroup group_RAECB
@{
*/
//============================================================================
// Callback RemoteAlgorithm_OutputCB
/*!
\brief Callback that will receive the output of an algorithm
\par Description:
This callback will be called with the output of a previously called
remote algorithm.
Related function : RemoteAlgorithm_Execute()
\param pData Custom data passed at the RemoteAlgorithm_Execute()
call
\param uiRequestId Identifier of the request being replied
\param rResult Result code of the execution. Possible values are: