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

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_LE_UPDATECTRL_MSG_SIZE
 
#define _MSGID_le_updateCtrl_Defer   0
 
#define _MSGID_le_updateCtrl_Allow   1
 
#define _MSGID_le_updateCtrl_LockProbation   2
 
#define _MSGID_le_updateCtrl_UnlockProbation   3
 
#define _MSGID_le_updateCtrl_MarkGood   4
 
#define _MSGID_le_updateCtrl_FailProbation   5
 
#define _MSGID_le_updateCtrl_GetSystemState   6
 

Functions

struct __attribute__ ((packed))
 
static bool le_updateCtrl_PackSystemState (uint8_t **bufferPtr, le_updateCtrl_SystemState_t value)
 
static bool le_updateCtrl_UnpackSystemState (uint8_t **bufferPtr, le_updateCtrl_SystemState_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_LE_UPDATECTRL_MSG_SIZE

◆ _MSGID_le_updateCtrl_Defer

#define _MSGID_le_updateCtrl_Defer   0

◆ _MSGID_le_updateCtrl_Allow

#define _MSGID_le_updateCtrl_Allow   1

◆ _MSGID_le_updateCtrl_LockProbation

#define _MSGID_le_updateCtrl_LockProbation   2

◆ _MSGID_le_updateCtrl_UnlockProbation

#define _MSGID_le_updateCtrl_UnlockProbation   3

◆ _MSGID_le_updateCtrl_MarkGood

#define _MSGID_le_updateCtrl_MarkGood   4

◆ _MSGID_le_updateCtrl_FailProbation

#define _MSGID_le_updateCtrl_FailProbation   5

◆ _MSGID_le_updateCtrl_GetSystemState

#define _MSGID_le_updateCtrl_GetSystemState   6

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ le_updateCtrl_PackSystemState()

static bool le_updateCtrl_PackSystemState ( uint8_t **  bufferPtr,
le_updateCtrl_SystemState_t  value 
)
inlinestatic

◆ le_updateCtrl_UnpackSystemState()

static bool le_updateCtrl_UnpackSystemState ( uint8_t **  bufferPtr,
le_updateCtrl_SystemState_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t