AfdxInitSchedule
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Initializes the scheduled transmission of the specified message during the start phase of the measurement. The behavior of the function call differs for different measurement phases.- on preStart: The schedule is temporarily buffered till the environment is fully initialized. Afterwards the scheduler controlled transmission starts automatically. Only one schedule per message ID can be instantiated.
- on start/during measurement: The packet is scheduled immediately. This corresponds to a call of AfdxOutputPaket(packet, CyclicOn, DoIPFragmentation, DoAFDXVLScheduling, DoAFDXSeqNoManagement, DBRelated).
Parameters
- packet: Handle of the message that has been created with AfdxInitPacket.
Return Values
- 0:
- other value: See 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)