Synopsis

(macro) void pdx_SetTable(PDX__TABLETYPE table)

Purpose

Add a message table to the master message table.

Description

This function will set the specified message table in the master message table. The message table must have been generated with the message table compiler (mtc) and the resulting [subsystem]__Message.h file must be included before calling this function. This function should only be called once for each message table.

Input

table

Message table identifier defined by the SUBSYSTEM parameter in the ASCII message table.