atl_format_trace()

Trace Probes for C

Description

This macro allows you to include a format file for the trace output.

Syntax

atl_format_trace(<file>)

where:

  • <file> is the name of a format file, containing System Testing FORMAT instructions for C.

Example

int main(int argc, char** argv)
{
...
 atl_start_trace(atl_client,"client.rio",client,1000);
atl_start_trace(atl_serv, "serv.rio", serv, 2000);
...
atl_format_trace("atl_format.hts");
...
atl_end_trace(atl_client);
atl_end_trace(atl_serv);
...
}

Related Topics

Probe macros | atl_start_trace() | FORMAT