mostAmsOutput
Valid for: CANoe DEFunction Syntax
mostAmsOutput(long channel, long destAdr, char symbolicMessage[], long instId); // form 1mostAmsOutput(long channel, char symbolicMessage[], long instId); // form 2mostAmsOutput(long channel, char symbolicMessage[]); // form 3
Description
Definition and direct dispatch of an AMS message using the syntax from the MOST specification and the description in the XML function catalog. The description of the message must be complete, i.e., wildcards cannot be used because the message should then be sent directly. However, the parameter list may be shorter than specified in the function catalog, in order to be able to generate intentionally incomplete messages.Parameters
- channel: Channel of the connected interface.
- destAdr: Destination address.
- symbolicMessage: Description of the message content in the following formats:
FBlock.InstanceId.Function.OpType(Parameterlist)FBlock.InstanceId.Function.OpTypeFBlock.Function.OpType(Parameterlist)FBlock.Function.OpType
- InstId: InstanceID of the function block. This explicit entry overwrites the applicable InstanceID in symbolicMessage. If neither an instance ID nor the
instIdparameter is specified insymbolicMessage, the default is set to 1.