33 #ifndef CXTRACKINGPLUGINACTIVATOR_H_ 34 #define CXTRACKINGPLUGINACTIVATOR_H_ 36 #include <ctkPluginActivator.h> 37 #include "boost/shared_ptr.hpp" 61 Q_INTERFACES(ctkPluginActivator)
62 Q_PLUGIN_METADATA(IID
"org_custusx_core_video")
69 void start(ctkPluginContext* context);
70 void stop(ctkPluginContext* context);
73 RegisteredServicePtr mRegistration;
74 RegisteredServicePtr mIGTLinkStreamer;
75 RegisteredServicePtr mOpenCVStreamer;
76 RegisteredServicePtr mImageFileStreamer;
void stop(ctkPluginContext *context)
void start(ctkPluginContext *context)
boost::shared_ptr< class RegisteredService > RegisteredServicePtr
Namespace for all CustusX production code.