Skip to main contentOpen topic with navigation
CAPL Functions » LIN » linTransmError Selectors
linTransmError Selectors
Valid for: CANoe DE • CANoe4SW DE
Table of Selectors
-
Keyword: Time
- Description: Time stamp synchronized with the global time base on the computer (CAN hardware or computer system clock). Unit: 10µs
- Type: dword
- Access Limitations: read only
-
Keyword: Time_ns
- Description: Time stamp synchronized with the global time base on the computer (CAN hardware or computer system clock). Unit: nanoseconds
- Type: int64
- Access Limitations: read only
-
Keyword: MsgOrigTime
- Description: Time stamp generated by the LIN hardware. This time stamp is unsynchronized with the global time base on the computer and thus still original. It can be used to compare the time of two LIN hardware generated events. Unit: 10µs
- Type: dword
- Access Limitations: read only
-
Keyword: MsgTimeStampStatus
- Description: Status of MsgOrigTime:
- Bit 0 set: Time stamp is valid
- Bit 0 not set: Time stamp is invalid
- Bit 1 set: Time stamp was generated by software
- Bit 1 not set: Time stamp was generated by hardware
- Bit 4: Has a bus-specific meaning; not currently in use for LIN
- Type: byte
- Access Limitations: read only
-
Keyword: LIN_HeaderTime
- Description: Frame header transmission time. Unit: bit time
- Type: byte
- Access Limitations: read only
-
Keyword: LIN_Fulltime
- Description: Entire event transmission time (transmission of the frame header by the master and waiting for the maximum frame duration). Unit: bit time
- Type: byte
- Access Limitations: read only
-
Keyword: ID
- Description: LIN Frame identifier (6 bits). Value range: 0..63
- Type: byte
- Access Limitations: read only
-
Keyword: DLC
- Description: Expected number of data bytes contained in the frame (Data Length Code). Value range: 0..8
- Type: byte
- Access Limitations:
-
Keyword: MsgChannel
- Description: Channel through which the event was received. Value range: 1..32
- Type: word
- Access Limitations: read only
-
Keyword: lin_FsmID
- Description: Identifier of the FSM that had to send frame response. Only valid if lin_FSMState
<> 255. Value range: 0..63
- Type: byte
- Access Limitations: read only
-
Keyword: lin_FsmState
- Description: The status the FSM is currently in and in which it did not transmit the frame response. Value range: 0..255. If lin_FsmState = 255 no FSM was configured to respond to this frame. The value of lin_FSMId is thus also invalid.
- Type: byte
- Access Limitations:
-
Keyword: breaklen
- Description: Length of the sync break in ns
- Type: int64
- Access Limitations: read only
-
Keyword: delimiterlen
- Description: Length of the sync delimiter in ns
- Type: int64
- Access Limitations: read only
-
Keyword: EOH
- Description: End of header time stamp in ns
- Type: int64
- Access Limitations: read only
-
Keyword: SOF
- Description: Start of Frame time stamp in ns
- Type: int64
- Access Limitations: read only
-
Keyword: HeaderBaudrate
- Description: The measured baudrate of the LIN header of this event. Unit: Bit/s
- Type: double
- Access Limitations: read only