![]() |
DJI Payload SDK
1.4.0
|
Functions | |
static E_PsdkStat | PsdkPceSurveyCmd_GetPara (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle get precise survey parameters command. More... | |
static E_PsdkStat | PsdkPceSurveyCmd_GetLoadPara (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle get payload parameters command. More... | |
static E_PsdkStat | PsdkPceSurveyCmd_PushUtcTime (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Receive UTC time data. More... | |
static E_PsdkStat | PsdkPceSurveyCmd_PushPpkOffset (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Receive PPK offset data. More... | |
static E_PsdkStat | PsdkPceSurvey_GetSupportState (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
The function is used to get payload precise survey function support state. More... | |
|
static |
Handle get precise survey parameters command.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle get payload parameters command.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Receive UTC time data.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Receive PPK offset data.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
The function is used to get payload precise survey function support state.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |