ISOTP-C
A platform-agnostic ISOTP implementation in C.
isotp_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ISO_TP_DEFAULT_BLOCK_SIZE   8
 
#define ISO_TP_DEFAULT_ST_MIN_US   0
 
#define ISO_TP_MAX_WFT_NUMBER   1
 
#define ISO_TP_DEFAULT_RESPONSE_TIMEOUT_US   100000
 
#define ISO_TP_FRAME_PADDING_VALUE   0xAA
 

Macro Definition Documentation

◆ ISO_TP_DEFAULT_BLOCK_SIZE

#define ISO_TP_DEFAULT_BLOCK_SIZE   8

Definition at line 7 of file isotp_config.h.

◆ ISO_TP_DEFAULT_RESPONSE_TIMEOUT_US

#define ISO_TP_DEFAULT_RESPONSE_TIMEOUT_US   100000

Definition at line 22 of file isotp_config.h.

◆ ISO_TP_DEFAULT_ST_MIN_US

#define ISO_TP_DEFAULT_ST_MIN_US   0

Definition at line 12 of file isotp_config.h.

◆ ISO_TP_FRAME_PADDING_VALUE

#define ISO_TP_FRAME_PADDING_VALUE   0xAA

Definition at line 31 of file isotp_config.h.

◆ ISO_TP_MAX_WFT_NUMBER

#define ISO_TP_MAX_WFT_NUMBER   1

Definition at line 17 of file isotp_config.h.