Synopsis

PDX_MSGT map_DbgDumpTable(long option, MAP_TABLE *table)

Purpose

Dumps the contents of a mapping table.

Description

The contents of table will be written to stdout. Unless one of the MAP_DUMP_DEFINED, MAP_DUMP_ENABLED or MAP_DUMP_T0_MAP options are specified, both the defined and enabled mappings within table will be displayed. If the MAP_DUMP_T0_MAP option is used, the model name will be based on the number of the model, i.e. model1, model2. The user will need to change this model name to correspond to the correct model name, defined in the program, before these mappings will run correctly.

Input

option

MAP_DUMP_GENERICS

Include generic mappings in the list of defined mappings. By default, generic mappings are not included as the list can be rather lengthy.

MAP_DUMP_DEFINED

Only dump the mapping definitions.

MAP_DUMP_ENABLED

Only dump the enabled mapping information.

MAP_DUMP_T0_MAP

Dump the enabled mappings in the ascii mapping file form

table

The table to display

Return

MAP error code