Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AfdxSetSignalOpaque
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
This function updates an opaque AFDX signal. There are two different opaque data types available in AFDX:- Fixed length opaque data: n bytes
- Variable length opaque type: 16-bit length value n, data field filled up with n bytes, padding area filled with 0.
Parameters
- packet: Handle of the message.
- signalName: Name of the signal.
Note: The signal, the signal’s data type and the message need to be defined in the assigned DBC file. - offset: The offset value points to the starting byte of the opaque signal in the AFDX payload area.
- length: This is the number of bytes, the opaque signal is occupying in the
valuebuffer. - value:
- For form 1 the bytes of the opaque data have to be provided.
- For form 2 the complete opaque signal is available in the buffer (for variable length the length value belongs to the opaque data).
- fdsStatus:
- 255: The status is not updated
- valid status enumeration: The functional status is updated with this value.
Return Values
- 0:
- other value: error code