|
gwenhywfar 5.12.0
|

Go to the source code of this file.
Functions | |
| void | GWEN_IpcMsg_AdjustMsgSize (GWEN_MSG *msg) |
| uint16_t | GWEN_IpcMsg_GetCode (const GWEN_MSG *msg) |
| uint32_t | GWEN_IpcMsg_GetMsgId (const GWEN_MSG *msg) |
| uint32_t | GWEN_IpcMsg_GetMsgSize (const GWEN_MSG *msg) |
| uint8_t | GWEN_IpcMsg_GetProtoId (const GWEN_MSG *msg) |
| uint8_t | GWEN_IpcMsg_GetProtoVersion (const GWEN_MSG *msg) |
| uint32_t | GWEN_IpcMsg_GetRefMsgId (const GWEN_MSG *msg) |
| int | GWEN_IpcMsg_IsMsgComplete (const GWEN_MSG *msg) |
| GWEN_MSG * | GWEN_IpcMsg_new (uint8_t protoId, uint8_t protoVer, uint16_t code, uint32_t msgId, uint32_t refMsgId, uint32_t payloadLen, const uint8_t *payload) |
| void GWEN_IpcMsg_AdjustMsgSize | ( | GWEN_MSG * | msg | ) |
Definition at line 50 of file msg_ipc.c.
References GWEN_Msg_WriteUint32At(), and GWEN_MSGIPC_OFFS_SIZE.

| uint16_t GWEN_IpcMsg_GetCode | ( | const GWEN_MSG * | msg | ) |
Definition at line 95 of file msg_ipc.c.
References GWEN_Msg_GetUint16At(), and GWEN_MSGIPC_OFFS_CODE.

| uint32_t GWEN_IpcMsg_GetMsgId | ( | const GWEN_MSG * | msg | ) |
Definition at line 102 of file msg_ipc.c.
References GWEN_Msg_GetUint32At(), and GWEN_MSGIPC_OFFS_ID.

| uint32_t GWEN_IpcMsg_GetMsgSize | ( | const GWEN_MSG * | msg | ) |
Definition at line 74 of file msg_ipc.c.
References GWEN_Msg_GetUint32At(), and GWEN_MSGIPC_OFFS_SIZE.
Referenced by _getBytesNeededForMessage().


| uint8_t GWEN_IpcMsg_GetProtoId | ( | const GWEN_MSG * | msg | ) |
Definition at line 81 of file msg_ipc.c.
References GWEN_Msg_GetUint8At(), and GWEN_MSGIPC_OFFS_PROTOID.

| uint8_t GWEN_IpcMsg_GetProtoVersion | ( | const GWEN_MSG * | msg | ) |
Definition at line 88 of file msg_ipc.c.
References GWEN_Msg_GetUint8At(), and GWEN_MSGIPC_OFFS_PROTOVER.

| uint32_t GWEN_IpcMsg_GetRefMsgId | ( | const GWEN_MSG * | msg | ) |
Definition at line 109 of file msg_ipc.c.
References GWEN_Msg_GetUint32At(), and GWEN_MSGIPC_OFFS_REFID.

| int GWEN_IpcMsg_IsMsgComplete | ( | const GWEN_MSG * | msg | ) |
Definition at line 58 of file msg_ipc.c.
References GWEN_Msg_GetUint32At(), and GWEN_MSGIPC_OFFS_SIZE.

| GWEN_MSG * GWEN_IpcMsg_new | ( | uint8_t | protoId, |
| uint8_t | protoVer, | ||
| uint16_t | code, | ||
| uint32_t | msgId, | ||
| uint32_t | refMsgId, | ||
| uint32_t | payloadLen, | ||
| const uint8_t * | payload ) |
Definition at line 22 of file msg_ipc.c.
References GWEN_Msg_AddBytes(), GWEN_Msg_AddUint16(), GWEN_Msg_AddUint32(), GWEN_Msg_AddUint8(), GWEN_Msg_new(), GWEN_MSGIPC_OFFS_PAYLOAD, and NULL.
