diag_mode

Determines which statistics is printed into the acklog.txt file.

Range:

1 - print the content of variables determined with diag_frame.
2 - print WMB level statistics when level_load is called.

Example:

function main()
{
  diag_mode = 2; // print level statistics
  level_load("city.wmb");
  diag_mode = 0;
  ...

See also:

-diag, diag, diag_var, diag_status, diag_frame

► latest version online