atl_send_trace()

Trace Probes for C

Purpose

Traces a message sent.

Syntax

atl_send_trace( < ctx>, <dist>, <msg>, <type>, <msgname> )

where:

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

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

  • <msg> is the message identifier.

  • <type> is the message type as defined in the msg_type.h file.

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

Example

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

Related Topics

Probe macros | atl_start_trace() | atl_recv_trace()