ADTF_DEVICE_TOOLBOX  3.12.0 (ADTF 3.18.3)
adtf::devicetb::sdk::canfd Namespace Reference

Namespace for CAN FD in ADTF-Devicetoolbox. More...

Namespaces

 axle
 Namespace for functionality provided by V3.0.0.
 
 ignition
 Namespace for functionality provided by V3.8.0.
 
 jack
 Namespace for functionality provided by V3.9.0.
 

Typedefs

using ICANFDCoder = jack::ICANFDCoder
 
using ICANFDDatabase = jack::ICANFDDatabase
 The ICANFDDatabase interface. More...
 
using ICANFDSupport = jack::ICANFDSupport
 The ICANFDSupport interface. More...
 
using tCANFDData = axle::tCANFDData
 The CAN FD data structure is used by CAN FD MediaSamples. More...
 
using tChannelID = ignition::tChannelID
 
using tSignalID = ignition::tSignalID
 
using tMessageID = ignition::tMessageID
 
using tPDUID = ignition::tPDUID
 
using tFrameID = ignition::tFrameID
 
using eSignalType = ignition::eSignalType
 
using tSignalRawDataType = ignition::tSignalRawDataType
 Signal raw data type which is transfered over the wire. More...
 
using tDataBuffer = ignition::tDataBuffer
 General purpose data buffer information. More...
 
using uValueType = ignition::uValueType
 General purpose union to keep a different value type. More...
 
using tEcuInfo = ignition::tEcuInfo
 Structure which contain ECU information. More...
 
using tCompuScale = ignition::tCompuScale
 This struct represents one of a set of computation rules which map a raw value onto a physical value and/or named states. More...
 
using tSignalInfo = ignition::tSignalInfo
 Signal info structure which contains all signal information. More...
 
using tSignalValue = ignition::tSignalValue
 Signal value structure which keeps one signal specific value. More...
 
using tPduSignalInfo = ignition::tPduSignalInfo
 PDU Signal structure. More...
 
using tPduInfo = ignition::tPduInfo
 Message/PDU structure which contain all information about one specific message. More...
 
using tFrameInfo = ignition::tFrameInfo
 Frame structure which encapsulates one or more PDUs including its specific information. More...
 
using tCanFdTransformation = ignition::tCanFdTransformation
 Special transformations which must be applied to reconstruct nested payloads. More...
 
using tContainedPduInfo = jack::tContainedPduInfo
 Contains infos about the containedPdu like PduCollectionSemantics and the header. More...
 
using tContainedPduHeader = jack::tContainedPduHeader
 Header struct for tContainedPduInfo, which contains the Container HeaderType and the headerID. More...
 
using stream_meta_type_canfd = axle::stream_meta_type_canfd
 Definition of Stream Meta Type CANFD Messages. More...
 
using stream_meta_type_canfd_properties = axle::stream_meta_type_canfd_properties
 Definition of Stream Meta Type CANFD Messages. More...
 

Detailed Description

Namespace for CAN FD in ADTF-Devicetoolbox.

Namespace for CANFD in ADTF-Devicetoolbox.

Typedef Documentation

◆ eSignalType

Definition at line 733 of file canfd_types.h.

◆ ICANFDCoder

Definition at line 461 of file canfd_coder_intf.h.

◆ ICANFDDatabase

The ICANFDDatabase interface.

Definition at line 395 of file canfd_database_intf.h.

◆ ICANFDSupport

The ICANFDSupport interface.

Definition at line 179 of file canfd_support_srv_intf.h.

◆ stream_meta_type_canfd

Definition of Stream Meta Type CANFD Messages.

Definition at line 64 of file stream_meta_type_canfd.h.

◆ stream_meta_type_canfd_properties

Definition of Stream Meta Type CANFD Messages.

Definition at line 122 of file stream_meta_type_canfd_properties.h.

◆ tCANFDData

The CAN FD data structure is used by CAN FD MediaSamples.

Definition at line 726 of file canfd_types.h.

◆ tCanFdTransformation

Special transformations which must be applied to reconstruct nested payloads.

Definition at line 744 of file canfd_types.h.

◆ tChannelID

using tChannelID = ignition::tChannelID

Definition at line 728 of file canfd_types.h.

◆ tCompuScale

This struct represents one of a set of computation rules which map a raw value onto a physical value and/or named states.

Definition at line 738 of file canfd_types.h.

◆ tContainedPduHeader

Header struct for tContainedPduInfo, which contains the Container HeaderType and the headerID.

Definition at line 747 of file canfd_types.h.

◆ tContainedPduInfo

Contains infos about the containedPdu like PduCollectionSemantics and the header.

Definition at line 746 of file canfd_types.h.

◆ tDataBuffer

General purpose data buffer information.

Definition at line 735 of file canfd_types.h.

◆ tEcuInfo

Structure which contain ECU information.

Definition at line 737 of file canfd_types.h.

◆ tFrameID

using tFrameID = ignition::tFrameID

Definition at line 732 of file canfd_types.h.

◆ tFrameInfo

Frame structure which encapsulates one or more PDUs including its specific information.

Definition at line 743 of file canfd_types.h.

◆ tMessageID

using tMessageID = ignition::tMessageID

Definition at line 730 of file canfd_types.h.

◆ tPDUID

using tPDUID = ignition::tPDUID

Definition at line 731 of file canfd_types.h.

◆ tPduInfo

Message/PDU structure which contain all information about one specific message.

Definition at line 742 of file canfd_types.h.

◆ tPduSignalInfo

PDU Signal structure.

Definition at line 741 of file canfd_types.h.

◆ tSignalID

using tSignalID = ignition::tSignalID

Definition at line 729 of file canfd_types.h.

◆ tSignalInfo

Signal info structure which contains all signal information.

Definition at line 739 of file canfd_types.h.

◆ tSignalRawDataType

Signal raw data type which is transfered over the wire.

Definition at line 734 of file canfd_types.h.

◆ tSignalValue

Signal value structure which keeps one signal specific value.

Definition at line 740 of file canfd_types.h.

◆ uValueType

General purpose union to keep a different value type.

Definition at line 736 of file canfd_types.h.