Skip to content
Snippets Groups Projects
Commit dda30b6e authored by jsiegle's avatar jsiegle
Browse files

Change plugin name for EvntTrigAvg

parent 555e6319
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ using namespace Plugin;
extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
{
info->apiVersion = PLUGIN_API_VER;
info->name = "EvntTrigAvg";
info->name = "Event Trig Avg";
info->libVersion = 1;
info->numPlugins = NUM_PLUGINS;
}
......@@ -48,7 +48,7 @@ extern "C" EXPORT int getPluginInfo(int index, Plugin::PluginInfo* info)
{
case 0:
info->type = Plugin::PLUGIN_TYPE_PROCESSOR;
info->processor.name = "EvntTrigAvg";
info->processor.name = "Event Trig Avg";
info->processor.type = Plugin::FilterProcessor;
info->processor.creator = &(Plugin::createProcessor<EvntTrigAvg>);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment