Skip to content
forked from Artogn/CanTp

Implementation of the CanTp module (ISO 15765-2), according to AUTOSAR specification v.4.4.0.

Notifications You must be signed in to change notification settings

IslamAbdullatif/CanTp

 
 

Repository files navigation

branch build status coverage
master Build Status codecov
develop Build Status codecov

CMake definitions

The following definitions might be set by the user, depending on the needs.

definition values default description
ENABLE_DET ON/OFF ON enables/disables development error detections (see AUTOSAR DET module)
ENABLE_TEST ON/OFF ON enables/disables tests. if enabled, stubbbed headers are used, and CANTP_BUILD_CFFI_INTERFACE preprocessor definition is set to STD_ON
ENABLE_SCA ON/OFF OFF enables/disables generation of targets related to static code analysis (should be disabled if lint software is not available)
MISRA_C_VERSION 1998/2004/2012 2012 specifies which version of MISRA should be used when performing static code analysis (only used if ENABLE_SCA is set)
CANTP_CONFIG_FILEPATH - CanTp/config/can_tp.json specifies which json configuration file should be used to generate the auto-generated code
OUTPUT_LIB_NAME - CanTp specifies the library's name
ENABLE_DOC ON/OFF OFF enables/disables generation of Doxygen documentation

To use this feature, simply add -D<definition>=<value> when configuring the build with CMake.

About

Implementation of the CanTp module (ISO 15765-2), according to AUTOSAR specification v.4.4.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.7%
  • Python 39.2%
  • C++ 4.2%
  • HTML 3.6%
  • CMake 2.1%
  • Dockerfile 0.2%