18#ifndef ENGINE_CMD_MSG_H
19#define ENGINE_CMD_MSG_H
45#define ENGINE_CMD_MSG_MID (0x1800)
73) ENGINE_CMD_MSG_ARRAY_T;
85#define EngineCmdMsg_PointerInit(addr) JunoMemory_PointerInit(>EngineCmdMsgPointerApi, ENGINE_CMD_MSG_T, addr)
86#define EngineCmdMsg_PointerVerify(tPointer) JunoMemory_PointerVerifyType(tPointer, ENGINE_CMD_MSG_T, gtEngineCmdMsgPointerApi)
Abstract fixed-capacity array interface for DS modules.
struct JUNO_DS_ARRAY_ROOT_TAG JUNO_DS_ARRAY_ROOT_T
Opaque array root carrying capacity and API pointer.
Definition array_api.h:58
Software Bus (SB) broker for single-threaded message fan-out.
struct ENGINE_CMD_MSG_TAG ENGINE_CMD_MSG_T
const JUNO_POINTER_API_T gtEngineCmdMsgPointerApi
Definition engine_cmd_msg.c:50
JUNO_STATUS_T EngineCmdMsg_ArrayInit(ENGINE_CMD_MSG_ARRAY_T *ptEngineCmdMsgPipe, ENGINE_CMD_MSG_T *ptArrEngineCmdMsgBuffer, size_t iCapacity, JUNO_FAILURE_HANDLER_T pfcnFailureHdlr, JUNO_USER_DATA_T *pvUserData)
Definition engine_cmd_msg.c:111
#define JUNO_MODULE_DERIVE(ROOT_T,...)
Implement a derived module embedding the root as the first member.
Definition module.h:157
void(* JUNO_FAILURE_HANDLER_T)(JUNO_STATUS_T tStatus, const char *pcCustomMessage, JUNO_USER_DATA_T *pvUserData)
Failure handler callback signature.
Definition status.h:104
int32_t JUNO_STATUS_T
Canonical status type for LibJuno functions.
Definition status.h:49
void JUNO_USER_DATA_T
Opaque user data type for failure callbacks.
Definition status.h:96
Module system and dependency injection primitives for LibJuno.
Pointer trait and helpers for memory operations.
Status codes and failure-handling helpers for LibJuno.
Definition engine_cmd_msg.h:53
float fRpm
Definition engine_cmd_msg.h:54
Pointer operations API (copy/reset).
Definition pointer_api.h:74