Snapdragon® Telematics Application Framework (TelAF) Interface Specification
taf_mrc_messages.h File Reference
#include "taf_mrc_common.h"

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_TAF_MRC_MSG_SIZE
 
#define _MSGID_taf_mrc_SendOtaStartMsg   0
 
#define _MSGID_taf_mrc_SendOtaResumeMsg   1
 
#define _MSGID_taf_mrc_SendOtaEndMsg   2
 
#define _MSGID_taf_mrc_SendOtaAbsyncMsg   3
 

Functions

struct __attribute__ ((packed))
 
static bool taf_mrc_PackOtaOperationStatus (uint8_t **bufferPtr, taf_mrc_OtaOperationStatus_t value)
 
static bool taf_mrc_UnpackOtaOperationStatus (uint8_t **bufferPtr, taf_mrc_OtaOperationStatus_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_TAF_MRC_MSG_SIZE

◆ _MSGID_taf_mrc_SendOtaStartMsg

#define _MSGID_taf_mrc_SendOtaStartMsg   0

◆ _MSGID_taf_mrc_SendOtaResumeMsg

#define _MSGID_taf_mrc_SendOtaResumeMsg   1

◆ _MSGID_taf_mrc_SendOtaEndMsg

#define _MSGID_taf_mrc_SendOtaEndMsg   2

◆ _MSGID_taf_mrc_SendOtaAbsyncMsg

#define _MSGID_taf_mrc_SendOtaAbsyncMsg   3

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ taf_mrc_PackOtaOperationStatus()

static bool taf_mrc_PackOtaOperationStatus ( uint8_t **  bufferPtr,
taf_mrc_OtaOperationStatus_t  value 
)
inlinestatic

◆ taf_mrc_UnpackOtaOperationStatus()

static bool taf_mrc_UnpackOtaOperationStatus ( uint8_t **  bufferPtr,
taf_mrc_OtaOperationStatus_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t