#include "common.h"
#include <stdint.h>
Go to the source code of this file.
|
#define | MAX_SENSOR_LIST_LEN 255 |
|
#define | MAX_SENSOR_ID_LEN 255 |
|
|
int | pack_ts_SLQSTsGetSensorList (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
|
int | unpack_ts_SLQSTsGetSensorList (uint8_t *pResp, uint16_t respLen, unpack_ts_SLQSTsGetSensorList_t *pOutput) |
|
int | pack_ts_SLQSTsRegNotTempRpt (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_ts_SLQSTsRegNotTempRpt_t *reqArg) |
|
int | unpack_ts_SLQSTsRegNotTempRpt (uint8_t *pResp, uint16_t respLen) |
|
int | unpack_ts_SLQSTsTempRptCallback_ind (uint8_t *pResp, uint16_t respLen, unpack_ts_SLQSTsTempRptCallback_ind_t *pOutput) |
|