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

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGDIDBACKEND_MSG_SIZE
 
#define _MSGID_taf_diagDIDBackend_AddReadDIDHandler   0
 
#define _MSGID_taf_diagDIDBackend_RemoveReadDIDHandler   1
 
#define _MSGID_taf_diagDIDBackend_SendReadDIDResp   2
 
#define _MSGID_taf_diagDIDBackend_AddWriteDIDHandler   3
 
#define _MSGID_taf_diagDIDBackend_RemoveWriteDIDHandler   4
 
#define _MSGID_taf_diagDIDBackend_SendWriteDIDResp   5
 

Functions

struct __attribute__ ((packed))
 
static bool taf_diagDIDBackend_PackReadDIDErrorCode (uint8_t **bufferPtr, taf_diagDIDBackend_ReadDIDErrorCode_t value)
 
static bool taf_diagDIDBackend_UnpackReadDIDErrorCode (uint8_t **bufferPtr, taf_diagDIDBackend_ReadDIDErrorCode_t *valuePtr)
 
static bool taf_diagDIDBackend_PackWriteDIDErrorCode (uint8_t **bufferPtr, taf_diagDIDBackend_WriteDIDErrorCode_t value)
 
static bool taf_diagDIDBackend_UnpackWriteDIDErrorCode (uint8_t **bufferPtr, taf_diagDIDBackend_WriteDIDErrorCode_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGDIDBACKEND_MSG_SIZE

◆ _MSGID_taf_diagDIDBackend_AddReadDIDHandler

#define _MSGID_taf_diagDIDBackend_AddReadDIDHandler   0

◆ _MSGID_taf_diagDIDBackend_RemoveReadDIDHandler

#define _MSGID_taf_diagDIDBackend_RemoveReadDIDHandler   1

◆ _MSGID_taf_diagDIDBackend_SendReadDIDResp

#define _MSGID_taf_diagDIDBackend_SendReadDIDResp   2

◆ _MSGID_taf_diagDIDBackend_AddWriteDIDHandler

#define _MSGID_taf_diagDIDBackend_AddWriteDIDHandler   3

◆ _MSGID_taf_diagDIDBackend_RemoveWriteDIDHandler

#define _MSGID_taf_diagDIDBackend_RemoveWriteDIDHandler   4

◆ _MSGID_taf_diagDIDBackend_SendWriteDIDResp

#define _MSGID_taf_diagDIDBackend_SendWriteDIDResp   5

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ taf_diagDIDBackend_PackReadDIDErrorCode()

static bool taf_diagDIDBackend_PackReadDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDIDBackend_ReadDIDErrorCode_t  value 
)
inlinestatic

◆ taf_diagDIDBackend_UnpackReadDIDErrorCode()

static bool taf_diagDIDBackend_UnpackReadDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDIDBackend_ReadDIDErrorCode_t valuePtr 
)
inlinestatic

◆ taf_diagDIDBackend_PackWriteDIDErrorCode()

static bool taf_diagDIDBackend_PackWriteDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDIDBackend_WriteDIDErrorCode_t  value 
)
inlinestatic

◆ taf_diagDIDBackend_UnpackWriteDIDErrorCode()

static bool taf_diagDIDBackend_UnpackWriteDIDErrorCode ( uint8_t **  bufferPtr,
taf_diagDIDBackend_WriteDIDErrorCode_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t