#include <streamBuffer/sbgStreamBuffer.h>
#include "transfer/sbgEComTransfer.h"
#include "sbgEComCmdDvl.h"
Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComCmdDvlGetModelId (SbgEComHandle *pHandle, SbgEComDvlModelsIds *pModelId) |
SbgErrorCode | sbgEComCmdDvlGetRejection (SbgEComHandle *pHandle, SbgEComDvlRejectionConf *pRejectConf) |
SbgErrorCode | sbgEComCmdDvlInstallationGet (SbgEComHandle *pHandle, SbgEComDvlInstallation *pDvlInstallation) |
SbgErrorCode | sbgEComCmdDvlInstallationSet (SbgEComHandle *pHandle, const SbgEComDvlInstallation *pDvlInstallation) |
SbgErrorCode | sbgEComCmdDvlSetModelId (SbgEComHandle *pHandle, SbgEComDvlModelsIds modelId) |
SbgErrorCode | sbgEComCmdDvlSetRejection (SbgEComHandle *pHandle, const SbgEComDvlRejectionConf *pRejectConf) |
SbgErrorCode sbgEComCmdDvlGetModelId | ( | SbgEComHandle * | pHandle, |
SbgEComDvlModelsIds * | pModelId | ||
) |
Retrieve the DVL model id currently in use by the device.
[in] | pHandle | A valid sbgECom handle. |
[out] | pModelId | Returns the DVL model ID currently in use by the device. |
Definition at line 21 of file sbgEComCmdDvl.c.
SbgErrorCode sbgEComCmdDvlGetRejection | ( | SbgEComHandle * | pHandle, |
SbgEComDvlRejectionConf * | pRejectConf | ||
) |
Retrieve the current rejection configuration of the DVL module.
[in] | pHandle | A valid sbgECom handle. |
[out] | pRejectConf | Return the DVL rejection configuration currently in use. |
Definition at line 266 of file sbgEComCmdDvl.c.
SbgErrorCode sbgEComCmdDvlInstallationGet | ( | SbgEComHandle * | pHandle, |
SbgEComDvlInstallation * | pDvlInstallation | ||
) |
Retrieve the lever arm and alignment configuration of the DVL module.
[in] | pHandle | A valid sbgECom handle. |
[out] | pDvlInstallation | Returns the DVL lever arm and alignment configuration currently in use. |
Definition at line 124 of file sbgEComCmdDvl.c.
SbgErrorCode sbgEComCmdDvlInstallationSet | ( | SbgEComHandle * | pHandle, |
const SbgEComDvlInstallation * | pDvlInstallation | ||
) |
Set the lever arm and alignment configuration of the DVL module.
[in] | pHandle | A valid sbgECom handle. |
[in] | pDvlInstallation | The DVL lever arm and alignment configuration to apply. |
Definition at line 46 of file sbgEComCmdDvl.c.
SbgErrorCode sbgEComCmdDvlSetModelId | ( | SbgEComHandle * | pHandle, |
SbgEComDvlModelsIds | modelId | ||
) |
Set the DVL model to use that both defines the protocol as well as the associated error model.
[in] | pHandle | A valid sbgECom handle. |
[in] | modelId | DVL model ID to set |
Definition at line 14 of file sbgEComCmdDvl.c.
SbgErrorCode sbgEComCmdDvlSetRejection | ( | SbgEComHandle * | pHandle, |
const SbgEComDvlRejectionConf * | pRejectConf | ||
) |
Set the rejection configuration of the DVL module (this command doesn't need a reboot to be applied)
[in] | pHandle | A valid sbgECom handle. |
[out] | pRejectConf | The new DVL rejection configuration to set. |
Definition at line 194 of file sbgEComCmdDvl.c.