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

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGRESET_MSG_SIZE
 
#define _MSGID_taf_diagReset_GetService   0
 
#define _MSGID_taf_diagReset_AddRxMsgHandler   1
 
#define _MSGID_taf_diagReset_RemoveRxMsgHandler   2
 
#define _MSGID_taf_diagReset_SendResp   3
 
#define _MSGID_taf_diagReset_RemoveSvc   4
 

Functions

struct __attribute__ ((packed))
 
static bool taf_diagReset_PackType (uint8_t **bufferPtr, taf_diagReset_Type_t value)
 
static bool taf_diagReset_UnpackType (uint8_t **bufferPtr, taf_diagReset_Type_t *valuePtr)
 
static bool taf_diagReset_PackErrorCode (uint8_t **bufferPtr, taf_diagReset_ErrorCode_t value)
 
static bool taf_diagReset_UnpackErrorCode (uint8_t **bufferPtr, taf_diagReset_ErrorCode_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGRESET_MSG_SIZE

◆ _MSGID_taf_diagReset_GetService

#define _MSGID_taf_diagReset_GetService   0

◆ _MSGID_taf_diagReset_AddRxMsgHandler

#define _MSGID_taf_diagReset_AddRxMsgHandler   1

◆ _MSGID_taf_diagReset_RemoveRxMsgHandler

#define _MSGID_taf_diagReset_RemoveRxMsgHandler   2

◆ _MSGID_taf_diagReset_SendResp

#define _MSGID_taf_diagReset_SendResp   3

◆ _MSGID_taf_diagReset_RemoveSvc

#define _MSGID_taf_diagReset_RemoveSvc   4

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ taf_diagReset_PackType()

static bool taf_diagReset_PackType ( uint8_t **  bufferPtr,
taf_diagReset_Type_t  value 
)
inlinestatic

◆ taf_diagReset_UnpackType()

static bool taf_diagReset_UnpackType ( uint8_t **  bufferPtr,
taf_diagReset_Type_t valuePtr 
)
inlinestatic

◆ taf_diagReset_PackErrorCode()

static bool taf_diagReset_PackErrorCode ( uint8_t **  bufferPtr,
taf_diagReset_ErrorCode_t  value 
)
inlinestatic

◆ taf_diagReset_UnpackErrorCode()

static bool taf_diagReset_UnpackErrorCode ( uint8_t **  bufferPtr,
taf_diagReset_ErrorCode_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t