atl_recv_trace()

Trace Probes for C

Purpose

Traces the reception of message.

Syntax

atl_recv_trace( <handle >, <dist>, <msg>, <type>, <msgname> )

where:

  • <handle> is the handle linked to an instance.

  • <dist> is the identifier of the emitter of a message.

  • <msg> is the message address to trace.

  • <type> is the message type as defined in the header files.

  • <msgname> is the logical name of the message traced in the report.

Example

atl_recv_trace(atl_client,f1,serv,t_cost,cost);

atl_send_trace

Related Topics

Probe macros | atl_send_trace()