atl_select_trace()

Trace Probes for C

Purpose

Specifies for a given union type, the field to use for a message instance.

Syntax

atl_select_trace( <handle>, <idx>, <rank> )

where:

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

  • <idx> is a union type name.

  • <rank> is the rank of the field used in the union type, starting at 0 for the first rank.

Example

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

atl_send_trace

Related Topics

Probe macros | atl_send_trace()