ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tCanFdTransformation

Special transformations which must be applied to reconstruct nested payloads. More...

Classes

struct  tContainerWithHeader
 
struct  tContainerWithOffset
 
struct  tE2E
 
struct  tFragmented
 
struct  tMultiplexed
 
union  uDetails
 

Public Types

enum  eTransformationType : uint8_t {
  TT_NONE = 0 , TT_E2E , TT_MULTIPLEXED , TT_FRAGMENTED ,
  TT_CONTAINER_WITH_OFFSET , TT_CONTAINER_WITH_HEADER
}
 

Public Attributes

eTransformationType nTransformationType = TT_NONE
 
uint16_t nHeaderBits
 
uint16_t nTrailingBits
 
uint32_t nChildPduId
 
union adtf::devicetb::sdk::canfd::ignition::tCanFdTransformation::uDetails oDetails
 

Detailed Description

Special transformations which must be applied to reconstruct nested payloads.

Definition at line 531 of file canfd_types.h.