12 #ifndef CXTRACKINGPLUGINACTIVATOR_H_ 13 #define CXTRACKINGPLUGINACTIVATOR_H_ 15 #include <ctkPluginActivator.h> 16 #include "boost/shared_ptr.hpp" 40 Q_INTERFACES(ctkPluginActivator)
41 Q_PLUGIN_METADATA(IID
"org_custusx_core_video")
48 void start(ctkPluginContext* context);
49 void stop(ctkPluginContext* context);
52 RegisteredServicePtr mRegistration;
53 RegisteredServicePtr mIGTLinkStreamer;
54 RegisteredServicePtr mOpenCVStreamer;
55 RegisteredServicePtr mImageFileStreamer;
void stop(ctkPluginContext *context)
void start(ctkPluginContext *context)
boost::shared_ptr< class RegisteredService > RegisteredServicePtr
Namespace for all CustusX production code.