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

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGROUTINECTRL_MSG_SIZE
 
#define _MSGID_taf_diagRoutineCtrl_GetService   0
 
#define _MSGID_taf_diagRoutineCtrl_AddRxMsgHandler   1
 
#define _MSGID_taf_diagRoutineCtrl_RemoveRxMsgHandler   2
 
#define _MSGID_taf_diagRoutineCtrl_GetRoutineCtrlRec   3
 
#define _MSGID_taf_diagRoutineCtrl_SendResp   4
 
#define _MSGID_taf_diagRoutineCtrl_RemoveSvc   5
 

Functions

struct __attribute__ ((packed))
 
static bool taf_diagRoutineCtrl_PackType (uint8_t **bufferPtr, taf_diagRoutineCtrl_Type_t value)
 
static bool taf_diagRoutineCtrl_UnpackType (uint8_t **bufferPtr, taf_diagRoutineCtrl_Type_t *valuePtr)
 
static bool taf_diagRoutineCtrl_PackErrorCode (uint8_t **bufferPtr, taf_diagRoutineCtrl_ErrorCode_t value)
 
static bool taf_diagRoutineCtrl_UnpackErrorCode (uint8_t **bufferPtr, taf_diagRoutineCtrl_ErrorCode_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_TAF_DIAGROUTINECTRL_MSG_SIZE

◆ _MSGID_taf_diagRoutineCtrl_GetService

#define _MSGID_taf_diagRoutineCtrl_GetService   0

◆ _MSGID_taf_diagRoutineCtrl_AddRxMsgHandler

#define _MSGID_taf_diagRoutineCtrl_AddRxMsgHandler   1

◆ _MSGID_taf_diagRoutineCtrl_RemoveRxMsgHandler

#define _MSGID_taf_diagRoutineCtrl_RemoveRxMsgHandler   2

◆ _MSGID_taf_diagRoutineCtrl_GetRoutineCtrlRec

#define _MSGID_taf_diagRoutineCtrl_GetRoutineCtrlRec   3

◆ _MSGID_taf_diagRoutineCtrl_SendResp

#define _MSGID_taf_diagRoutineCtrl_SendResp   4

◆ _MSGID_taf_diagRoutineCtrl_RemoveSvc

#define _MSGID_taf_diagRoutineCtrl_RemoveSvc   5

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ taf_diagRoutineCtrl_PackType()

static bool taf_diagRoutineCtrl_PackType ( uint8_t **  bufferPtr,
taf_diagRoutineCtrl_Type_t  value 
)
inlinestatic

◆ taf_diagRoutineCtrl_UnpackType()

static bool taf_diagRoutineCtrl_UnpackType ( uint8_t **  bufferPtr,
taf_diagRoutineCtrl_Type_t valuePtr 
)
inlinestatic

◆ taf_diagRoutineCtrl_PackErrorCode()

static bool taf_diagRoutineCtrl_PackErrorCode ( uint8_t **  bufferPtr,
taf_diagRoutineCtrl_ErrorCode_t  value 
)
inlinestatic

◆ taf_diagRoutineCtrl_UnpackErrorCode()

static bool taf_diagRoutineCtrl_UnpackErrorCode ( uint8_t **  bufferPtr,
taf_diagRoutineCtrl_ErrorCode_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t