gtpc2m9s | C/C++ Language Support User's Guide |
This function inserts the addition of the routing destinations indicated, in correct format for the wtopc function to use, into a field indicated in the parameter list.
Format
#include <tpfapi.h> void wtopc_routing_list(long int rout, long int codes);
Normal Return
Void.
Error Return
Not applicable.
Programming Considerations
This function is designed to simplify parameter coding for the wtopc function.
Examples
The following example sets up a routing list for the wtopc function to use. EBROUT and the read-only CRAS are indicated in the list.
#include <tpfapi.h>
·
·
·
long int rout_list;
·
·
·
wtopc_routing_list(rout_list, WTOPC_EBROUT + WTOPC_RO);
·
·
·
Related Information