mostPrepareReport
Valid for: CANoe DEFunction Syntax
Description
Preparation of an AMS message as response (OpType>=9) to a received command message (OpType<9). The destination address of the report message is set to the source address of the command message. The parameters FBlockId, InstId and FunctionId in msgReport are set as given by the msgCommand. Any wildcard InstId in msgCommand is transferred to a concrete value in msgReport with the help of the device’s Local FBlock list. According to the MOST specification, the OpTypes are converted by the command into the associated report OpType:For Properties
- Command OpType: GetInterface
- Report OpType: Interface
- Command OpType: any other
- Report OpType: Status
For Methods
- Command OpType: Start, StartResult
- Report OpType: Result
- Command OpType: GetInterface
- Report OpType: Interface
- Command OpType: Abort
- Report OpType: Error
- Command OpType: StartAck, StartResultAck
- Report OpType: ResultAck
- Command OpType: AbortAck
- Report OpType: ErrorAck
Parameters
- msgCommand: Command message to be answered.
- msgReport: Message that should serve as a response.