gwenhywfar 5.12.0
msg_ipc.h
Go to the documentation of this file.
1/****************************************************************************
2 * This file is part of the project Gwenhywfar.
3 * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved.
4 *
5 * The license for this file can be found in the file COPYING which you
6 * should have received along with this file.
7 ****************************************************************************/
8
9
10#ifndef GWEN_MSG_MSG_IPC_H
11#define GWEN_MSG_MSG_IPC_H
12
13
14#include <gwenhywfar/msg.h>
15
16
17#define GWEN_MSGIPC_OFFS_SIZE 0 /* 4 bytes: number of all bytes including size, protoid, protover and code */
18#define GWEN_MSGIPC_OFFS_PROTOID 4 /* 1 byte: protocol id (free to use) */
19#define GWEN_MSGIPC_OFFS_PROTOVER 5 /* 1 byte: protocol version (free to use) */
20#define GWEN_MSGIPC_OFFS_CODE 6 /* 2 bytes msg code (meaning depends on protocol) */
21#define GWEN_MSGIPC_OFFS_ID 8 /* 4 bytes msg id */
22#define GWEN_MSGIPC_OFFS_REFID 12 /* 4 bytes reference msg id */
23#define GWEN_MSGIPC_OFFS_PAYLOAD 16 /* begin of payload for a given message */
24
25
26
27GWENHYWFAR_API GWEN_MSG *GWEN_IpcMsg_new(uint8_t protoId, uint8_t protoVer, uint16_t code,
28 uint32_t msgId, uint32_t refMsgId,
29 uint32_t payloadLen, const uint8_t *payload);
36
39
40
41#endif
42
43
#define GWENHYWFAR_API
struct GWEN_MSG GWEN_MSG
Definition msg.h:24
oVer, ab9933t8_t GWEN_IpcMsg_GetProtoVersion enhywfarapi_8h.html#a4eb5545b50fbb1143ab99335af76c020">GWENHYWFAR_API uint32_t GWEN_IpcMsg_GetMsgId 37be4">GWEN_MSG *  <52ed7ba6bdh Source Filemsg 23b6bf571f27b14d874252501">

GWEN_MSG

GWENHYWFAR_API uint32_t GWEN_IpcMsg_GetRefMsgId ( ( msg)
)
mid="top">