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

Namespace for functionality provided by V3.8.0. More...

Classes

class  ICANFDCoder
 
class  ICANFDDatabase
 The ICANFDDatabase interface. More...
 
class  ICANFDSupport
 The ICANFDSupport interface. More...
 
struct  tDataBuffer
 General purpose data buffer information. More...
 
union  uValueType
 General purpose union to keep a different value type. More...
 
struct  tEcuInfo
 Structure which contain ECU information. More...
 
struct  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...
 
struct  tSignalInfo
 Signal info structure which contains all signal information. More...
 
struct  tSignalValue
 Signal value structure which keeps one signal specific value. More...
 
struct  tPduSignalInfo
 PDU Signal structure. More...
 
struct  tCanFdTransformation
 Special transformations which must be applied to reconstruct nested payloads. More...
 
struct  tPduInfo
 Message/PDU structure which contain all information about one specific message. More...
 
struct  tFrameInfo
 Frame structure which encapsulates one or more PDUs including its specific information. More...
 

Typedefs

using tChannelID = uint8_t
 
using tSignalID = uint32_t
 
using tMessageID = uint32_t
 
using tPDUID = uint32_t
 
using tFrameID = uint32_t
 

Enumerations

enum class  eSignalType : uint8_t { CANFD_SIGNAL_TYPE_INVALID = 0 , CANFD_SIGNAL_TYPE_NORMAL = 1 }
 Signal type which identifies whether the signal is something specific.
 
enum class  tSignalRawDataType : uint8_t { DT_CANFD_UNKNOWN = 0 , DT_CANFD_UNSIGNED = 1 , DT_CANFD_SIGNED = 2 , DT_CANFD_IEEE_754 = 3 }
 Signal raw data type which is transfered over the wire.
 

Variables

static constexpr const uint8_t CANFD_CHANNEL_MIN = 1
 
static constexpr const uint8_t CANFD_CHANNEL_MAX = 16
 
static constexpr const uint32_t CANFD_MSGID_STANDARD_MAX = 0x7FF
 
static constexpr const uint32_t CANFD_MSGID_EXTENDED_MAX = 0x1FFFFFFF
 
static constexpr const uint8_t INVALID_CHANNEL_ID = 0xFF
 
static constexpr const uint32_t INVALID_SIGNAL_ID = 0xFFFFFFFF
 
static constexpr const uint32_t INVALID_MESSAGE_ID = 0xFFFFFFFF
 
static constexpr const uint32_t CANFD_SIGNALID_HEADER_TAG = 0x10000000
 
static constexpr const uint32_t CANFD_SIGNALID_HEADER_CHANNEL = 0x10000001
 
static constexpr const uint32_t CANFD_SIGNALID_HEADER_HWTIME = 0x10000002
 

Detailed Description

Namespace for functionality provided by V3.8.0.