AfdxSetSignalBool
Open topic with navigation CAPL Functions » AFDX » AfdxSetSignalBoolFunction Syntax
Description
This function sets the value of a Boolean signal. Note: A Boolean is represented by a single bit in a 32-bit field.Parameters
- packet: Handle of the message.
- signalName: Name of the signal.
- Note: The signal and its message need to be defined in the assigned DBC file.
- value: One of the values 0 or 1 is allowed.
- fdsStatus:
- 255: The status is not updated
- valid status enumeration: The functional status is updated with this value.
- offset: The offset value points to the starting byte of a 32-bit field in the AFDX payload area.
- bitPosition: Position [1..32] of a single bit in a 32-bit area pointed to by offset.
Return Values
- 0
- other value: error code
Example
—- OnAfdxError
- OnAfdxPacket
- A664CloseProxyPort
- A664GetFunctionalStatus
- A664InitICMP
- A664InitMessage
- A664InitPayload
- A664InitProxyPort
- A664isICMP
- A664MsgConfig
- A664ResizeMessage
- A664SetChecksum
- A664SetFunctionalStatus
- A664SetStringSignal
- A664TriggerFrame
- A664VLConfig
- AFDX CAPL Functions
- AFDX Copy-Operator
- AFDX Error Codes
- AfdxCompletePacket
- AfdxDeregisterReceiveCallback
- AfdxGetDBAttrAsString
- AfdxGetDBAttrValue
- AfdxGetDBMessageName
- AfdxGetLastError
- AfdxGetLastErrorText
- AfdxGetMessageId
- AfdxGetMessageName
- AfdxGetPacketData
- AfdxGetSignalBool
- AfdxGetSignalInt
- AfdxGetSignalInt64
- AfdxGetSignalOpaque
- AfdxGetSignalReal
- AfdxGetSignalStatus
- AfdxGetSignalString
- AfdxGetTokenData
- AfdxGetTokenInt
- AfdxGetTokenInt64
- AfdxGetTokenLengthBit
- AfdxGetTokenReal
- AfdxGetTokenString
- AfdxInitPacket
- AfdxInitProtocol
- AfdxInitSchedule
- AfdxIsPacketValid
- AfdxIsReceiveCallbackRegistered
- AfdxOutputPacket
- AfdxOutputPacketRaw
- AfdxOutputPacketWithSignals
- AfdxRegisterReceiveCallback
- AfdxReleasePacket
- AfdxRemoveToken
- AfdxResizeToken
- AfdxSetErrorHandler
- AfdxSetSignalBool
- AfdxSetSignalInt
- AfdxSetSignalInt64
- AfdxSetSignalOpaque
- AfdxSetSignalReal
- AfdxSetSignalStatus
- AfdxSetSignalString
- AfdxSetTokenData
- AfdxSetTokenInt
- AfdxSetTokenInt64
- AfdxSetTokenReal
- AfdxSetTokenString
- AfdxSetVerbosity
- Declaration of AFDX Frames
- Declaration of AFDX Messages
- on a664Frame
- on a664Message
- output (AFDX)
- Use The Right Operating Mode (AFDX)