AGHAF
4.5.5
Annecy electronique Generic Hardware Access Framework
|
Go to the source code of this file.
Macros | |
AGHAF_DoKLine_MSG_FLAGS | |
#define | AGHAF_DoKLine_MSG_EVENT_DATA (1 << 0) |
by this flag More... | |
#define | AGHAF_DoKLine_MSG_INIT_SEQ (1 << 1) |
Send the initialization sequence. | |
#define AGHAF_DoKLine_MSG_EVENT_DATA (1 << 0) |
by this flag
Report Tx data in DoKLineEventMessage / dataLen is not affected
Additional length byte configuration.
Possible mode for DoKLine channels.
List of parameters used to configure a DoKLine channel.
Enumerator | |
---|---|
AGHAF_DoKLine_CHANNEL_PARAM_DIRECTION | Set channel direction. |
AGHAF_DoKLine_CHANNEL_PARAM_MODE | Set channel mode. |
AGHAF_DoKLine_CHANNEL_LENGTH_BYTE | Additional length byte. |
AGHAF_DoKLine_CHANNEL_PARAM_REQ_FMT_BYTE | Request first header byte value (without length if applicable). |
AGHAF_DoKLine_CHANNEL_PARAM_REQ_TGT_ADDR | Request target addressing information (used for message header construction). |
AGHAF_DoKLine_CHANNEL_PARAM_REQ_SRC_ADDR | Request source addressing information (used for message header construction). |
AGHAF_DoKLine_CHANNEL_PARAM_RSP_FMT_BYTE | Response first header byte value (without length if applicable). |
AGHAF_DoKLine_CHANNEL_PARAM_RSP_TGT_ADDR | Response target addressing information (used for response filtering). |
AGHAF_DoKLine_CHANNEL_PARAM_RSP_SRC_ADDR | Response source addressing information (used for response filtering). |
AGHAF_DoKLine_CHANNEL_PARAM_CS_NOCHECK | If enable, never check checksum of response when AGHAF_DoKLine_CHANNEL_PARAM_MODE is set to AGHAF_DoKLine_CHANNEL_MODE_DEFAULT. |
AGHAF_DoKLine_CHANNEL_PARAM_PAD_VALUE | Padding value. |
AGHAF_DoKLine_CHANNEL_PARAM_PAD_LENGTH | Length to pad the data portion of the message. |
AGHAF_DoKLine_CHANNEL_PARAM_CONCATENATION | Manage multiple responses detection from a single ECU. |
enum AGHAF_DoKLine_Error |