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

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_TAF_SOMEIPCLNT_MSG_SIZE
 
#define _MSGID_taf_someipClnt_GetClientId   0
 
#define _MSGID_taf_someipClnt_GetClientIdEx   1
 
#define _MSGID_taf_someipClnt_RequestService   2
 
#define _MSGID_taf_someipClnt_RequestServiceEx   3
 
#define _MSGID_taf_someipClnt_ReleaseService   4
 
#define _MSGID_taf_someipClnt_GetState   5
 
#define _MSGID_taf_someipClnt_GetVersion   6
 
#define _MSGID_taf_someipClnt_AddStateChangeHandler   7
 
#define _MSGID_taf_someipClnt_RemoveStateChangeHandler   8
 
#define _MSGID_taf_someipClnt_CreateMsg   9
 
#define _MSGID_taf_someipClnt_SetNonRet   10
 
#define _MSGID_taf_someipClnt_SetReliable   11
 
#define _MSGID_taf_someipClnt_SetTimeout   12
 
#define _MSGID_taf_someipClnt_SetPayload   13
 
#define _MSGID_taf_someipClnt_DeleteMsg   14
 
#define _MSGID_taf_someipClnt_RequestResponse   15
 
#define _MSGID_taf_someipClnt_EnableEventGroup   16
 
#define _MSGID_taf_someipClnt_DisableEventGroup   17
 
#define _MSGID_taf_someipClnt_SubscribeEventGroup   18
 
#define _MSGID_taf_someipClnt_UnsubscribeEventGroup   19
 
#define _MSGID_taf_someipClnt_AddEventMsgHandler   20
 
#define _MSGID_taf_someipClnt_RemoveEventMsgHandler   21
 

Functions

struct __attribute__ ((packed))
 
static bool taf_someipClnt_PackState (uint8_t **bufferPtr, taf_someipClnt_State_t value)
 
static bool taf_someipClnt_UnpackState (uint8_t **bufferPtr, taf_someipClnt_State_t *valuePtr)
 
static bool taf_someipDef_PackEventType (uint8_t **bufferPtr, taf_someipDef_EventType_t value)
 
static bool taf_someipDef_UnpackEventType (uint8_t **bufferPtr, taf_someipDef_EventType_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_TAF_SOMEIPCLNT_MSG_SIZE

◆ _MSGID_taf_someipClnt_GetClientId

#define _MSGID_taf_someipClnt_GetClientId   0

◆ _MSGID_taf_someipClnt_GetClientIdEx

#define _MSGID_taf_someipClnt_GetClientIdEx   1

◆ _MSGID_taf_someipClnt_RequestService

#define _MSGID_taf_someipClnt_RequestService   2

◆ _MSGID_taf_someipClnt_RequestServiceEx

#define _MSGID_taf_someipClnt_RequestServiceEx   3

◆ _MSGID_taf_someipClnt_ReleaseService

#define _MSGID_taf_someipClnt_ReleaseService   4

◆ _MSGID_taf_someipClnt_GetState

#define _MSGID_taf_someipClnt_GetState   5

◆ _MSGID_taf_someipClnt_GetVersion

#define _MSGID_taf_someipClnt_GetVersion   6

◆ _MSGID_taf_someipClnt_AddStateChangeHandler

#define _MSGID_taf_someipClnt_AddStateChangeHandler   7

◆ _MSGID_taf_someipClnt_RemoveStateChangeHandler

#define _MSGID_taf_someipClnt_RemoveStateChangeHandler   8

◆ _MSGID_taf_someipClnt_CreateMsg

#define _MSGID_taf_someipClnt_CreateMsg   9

◆ _MSGID_taf_someipClnt_SetNonRet

#define _MSGID_taf_someipClnt_SetNonRet   10

◆ _MSGID_taf_someipClnt_SetReliable

#define _MSGID_taf_someipClnt_SetReliable   11

◆ _MSGID_taf_someipClnt_SetTimeout

#define _MSGID_taf_someipClnt_SetTimeout   12

◆ _MSGID_taf_someipClnt_SetPayload

#define _MSGID_taf_someipClnt_SetPayload   13

◆ _MSGID_taf_someipClnt_DeleteMsg

#define _MSGID_taf_someipClnt_DeleteMsg   14

◆ _MSGID_taf_someipClnt_RequestResponse

#define _MSGID_taf_someipClnt_RequestResponse   15

◆ _MSGID_taf_someipClnt_EnableEventGroup

#define _MSGID_taf_someipClnt_EnableEventGroup   16

◆ _MSGID_taf_someipClnt_DisableEventGroup

#define _MSGID_taf_someipClnt_DisableEventGroup   17

◆ _MSGID_taf_someipClnt_SubscribeEventGroup

#define _MSGID_taf_someipClnt_SubscribeEventGroup   18

◆ _MSGID_taf_someipClnt_UnsubscribeEventGroup

#define _MSGID_taf_someipClnt_UnsubscribeEventGroup   19

◆ _MSGID_taf_someipClnt_AddEventMsgHandler

#define _MSGID_taf_someipClnt_AddEventMsgHandler   20

◆ _MSGID_taf_someipClnt_RemoveEventMsgHandler

#define _MSGID_taf_someipClnt_RemoveEventMsgHandler   21

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ taf_someipClnt_PackState()

static bool taf_someipClnt_PackState ( uint8_t **  bufferPtr,
taf_someipClnt_State_t  value 
)
inlinestatic

◆ taf_someipClnt_UnpackState()

static bool taf_someipClnt_UnpackState ( uint8_t **  bufferPtr,
taf_someipClnt_State_t valuePtr 
)
inlinestatic

◆ taf_someipDef_PackEventType()

static bool taf_someipDef_PackEventType ( uint8_t **  bufferPtr,
taf_someipDef_EventType_t  value 
)
inlinestatic

◆ taf_someipDef_UnpackEventType()

static bool taf_someipDef_UnpackEventType ( uint8_t **  bufferPtr,
taf_someipDef_EventType_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t