odin-detector/odin-data

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

Summary

Maintainability
Test Coverage
/*
 * BloscPluginLib.cpp
 *
 */

#include "BloscPlugin.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, BloscPlugin, "BloscPlugin");

} // namespace FrameProcessor