Snapdragon® Telematics Application Framework (TelAF) Interface Specification
taf_diagDataID_messages.h File Reference

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGDATAID_MSG_SIZE
 
#define _MSGID_taf_diagDataID_GetService   0
 
#define _MSGID_taf_diagDataID_AddRxReadDIDMsgHandler   1
 
#define _MSGID_taf_diagDataID_RemoveRxReadDIDMsgHandler   2
 
#define _MSGID_taf_diagDataID_SendReadDIDResp   3
 
#define _MSGID_taf_diagDataID_AddRxWriteDIDMsgHandler   4
 
#define _MSGID_taf_diagDataID_RemoveRxWriteDIDMsgHandler   5
 
#define _MSGID_taf_diagDataID_GetWriteDataRecord   6
 
#define _MSGID_taf_diagDataID_SendWriteDIDResp   7
 
#define _MSGID_taf_diagDataID_RemoveSvc   8
 

Functions

struct __attribute__ ((packed))
 
static bool taf_diagDataID_PackReadDIDErrorCode (uint8_t **bufferPtr, taf_diagDataID_ReadDIDErrorCode_t value)
 
static bool taf_diagDataID_UnpackReadDIDErrorCode (uint8_t **bufferPtr, taf_diagDataID_ReadDIDErrorCode_t *valuePtr)
 
static bool taf_diagDataID_PackWriteDIDErrorCode (uint8_t **bufferPtr, taf_diagDataID_WriteDIDErrorCode_t value)
 
static bool taf_diagDataID_UnpackWriteDIDErrorCode (uint8_t **bufferPtr, taf_diagDataID_WriteDIDErrorCode_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGDATAID_MSG_SIZE

◆ _MSGID_taf_diagDataID_GetService

#define _MSGID_taf_diagDataID_GetService   0

◆ _MSGID_taf_diagDataID_AddRxReadDIDMsgHandler

#define _MSGID_taf_diagDataID_AddRxReadDIDMsgHandler   1

◆ _MSGID_taf_diagDataID_RemoveRxReadDIDMsgHandler

#define _MSGID_taf_diagDataID_RemoveRxReadDIDMsgHandler   2

◆ _MSGID_taf_diagDataID_SendReadDIDResp

#define _MSGID_taf_diagDataID_SendReadDIDResp   3

◆ _MSGID_taf_diagDataID_AddRxWriteDIDMsgHandler

#define _MSGID_taf_diagDataID_AddRxWriteDIDMsgHandler   4

◆ _MSGID_taf_diagDataID_RemoveRxWriteDIDMsgHandler

#define _MSGID_taf_diagDataID_RemoveRxWriteDIDMsgHandler   5

◆ _MSGID_taf_diagDataID_GetWriteDataRecord

#define _MSGID_taf_diagDataID_GetWriteDataRecord   6

◆ _MSGID_taf_diagDataID_SendWriteDIDResp

#define _MSGID_taf_diagDataID_SendWriteDIDResp   7

◆ _MSGID_taf_diagDataID_RemoveSvc

#define _MSGID_taf_diagDataID_RemoveSvc   8

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ taf_diagDataID_PackReadDIDErrorCode()

static bool taf_diagDataID_PackReadDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDataID_ReadDIDErrorCode_t  value 
)
inlinestatic

◆ taf_diagDataID_UnpackReadDIDErrorCode()

static bool taf_diagDataID_UnpackReadDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDataID_ReadDIDErrorCode_t valuePtr 
)
inlinestatic

◆ taf_diagDataID_PackWriteDIDErrorCode()

static bool taf_diagDataID_PackWriteDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDataID_WriteDIDErrorCode_t  value 
)
inlinestatic

◆ taf_diagDataID_UnpackWriteDIDErrorCode()

static bool taf_diagDataID_UnpackWriteDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDataID_WriteDIDErrorCode_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t