![]() |
MAK RTIspy API Documentation for HLA 1516
|
After you build a plug-in, you must tell the RTI to load it.
Loading of plug-ins is controlled by $MAK_RTIDIR/plugins/plugins.xml. If plugins.xml does not exist in this directory, the RTI will not attempt to parse anything related to plugins. If plugins.xml is present, the RTI will read the file load the plug-ins. (Some plug-ins are used at RTI Ambassador creation; others are used after the connect(), but all plug-ins are loaded in the RTI Ambassador's constructor.)
The MAK RTI installation does not necessarily include this file, so you may need to create it if you write a plug-in. The format is:
The directory attribute can be absolute or relative. Add a plugin element for each plug-in you want to load and specify the name of the plug-in.
[<< Compiling and Linking] [Home]