odin-detector/odin-data

View on GitHub
cpp/frameProcessor/src/LiveViewPluginLib.cpp

Summary

Maintainability
Test Coverage
/*
 * LiveViewPluginLib.cpp
 *
 *  Created on: 11 Sept 2018
 *      Author: Ashley Neaves
 */

#include "LiveViewPlugin.h"
#include "ClassLoader.h"

namespace FrameProcessor
{
  /**
   * Registration of this plugin through the ClassLoader.  This macro
   * registers the class without needing to worry about name mangling
   */
  REGISTER(FrameProcessorPlugin, LiveViewPlugin, "LiveViewPlugin");

} // namespace FrameProcessor