Woman, Life, Freedom


Adaptive AUTOSAR
ARA public interface header documentation
ara::com::e2e Namespace Reference

End to End communication protection protocol namespace. More...

Classes

class  Profile
 E2E protection profile abstract class. More...
 
class  Profile11
 E2E Profile11 variant A implementation. More...
 

Enumerations

enum class  CheckStatusType {
  kOk , kWrongCrc , kRepeated , kNoNewData ,
  kWrongSequence
}
 

Detailed Description

End to End communication protection protocol namespace.

Note
The entities within the namespace are NOT fully compatible with the ARA standard.

Enumeration Type Documentation

◆ CheckStatusType

enum class ara::com::e2e::CheckStatusType
strong
Enumerator
kWrongCrc 

!< CRC check is OK

kRepeated 

!< Computed CRC does not match the message CRC

kNoNewData 

!< The message has been already received

kWrongSequence 

!< The message data payload is empty

!< The message counter difference is negative