|
MITK-IGT
IGT Extension of MITK
|
#include <mitkUSTelemedActivator.h>
Public Member Functions | |
| USTelemedActivator () | |
| virtual | ~USTelemedActivator () |
| void | Load (us::ModuleContext *context) |
| Telemed device is created and initialized on module load. Service registration is done during the initialization process. | |
| void | Unload (us::ModuleContext *context) |
| Device pointer is removed on module unload. Service deregistration is done in the device destructor. | |
Protected Attributes | |
| USTelemedDevice::Pointer | m_Device |
Definition at line 24 of file mitkUSTelemedActivator.h.
| mitk::USTelemedActivator::USTelemedActivator | ( | ) |
Definition at line 15 of file mitkUSTelemedActivator.cpp.
|
virtual |
Definition at line 20 of file mitkUSTelemedActivator.cpp.
| void mitk::USTelemedActivator::Load | ( | us::ModuleContext * | context | ) |
Telemed device is created and initialized on module load. Service registration is done during the initialization process.
Definition at line 24 of file mitkUSTelemedActivator.cpp.
| void mitk::USTelemedActivator::Unload | ( | us::ModuleContext * | context | ) |
Device pointer is removed on module unload. Service deregistration is done in the device destructor.
Definition at line 31 of file mitkUSTelemedActivator.cpp.
|
protected |
Definition at line 43 of file mitkUSTelemedActivator.h.