CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxTracker.cpp
Go to the documentation of this file.
1 #include "cxTracker.h"
2 
3 #include "cxDefinitions.h"
4 #include "cxEnumConversion.h"
5 
6 namespace cx
7 {
8 
9 Tracker::Tracker(QObject *parent) :
10  QObject(parent)
11 {
12 }
13 
15 {
16  QStringList retval;
17  retval << enum2string(tsPOLARIS);
18  retval << enum2string(tsAURORA);
19  return retval;
20 }
21 } //namespace cx
tsPOLARIS
NDIs Polaris tracker.
static QStringList getSupportedTrackingSystems()
Definition: cxTracker.cpp:14
Tracker(QObject *parent=0)
Definition: cxTracker.cpp:9
tsAURORA
NDIs Aurora tracker.
QString enum2string(const ENUM &val)
Namespace for all CustusX production code.