cwb_mpluginΒΆ


Usage

This command is used to merge plugins into one.

Syntax

  • cwb_mplugin out_plugin.C in_plugin_1.C(opt) in_plugin_2.C(opt) in_plugin_3.C(opt) in_plugin_4.C(opt)
  • out_plugin.C : name of the output plugin
  • in_plugin_1.C : name of the input plugin 1
  • in_plugin_2.C : name of the input plugin 2 (optional)
  • in_plugin_3.C : name of the input plugin 3 (optional)
  • in_plugin_4.C : name of the input plugin 4 (optional)

Note

  • the input plugins are executed following the order of the declaration in_plugin_1.C, in_plugin_2.C, in_plugin_3.C, in_plugin_4.C
  • the instructions #define,#include,#pragma must be defined outside the functions

Example

cwb_mplugin out_plugin.C in_plugin_1.C in_plugin_2.C