8 #ifndef META_OCEAN_DEVICES_MAGNETIC_TRACKER_H
9 #define META_OCEAN_DEVICES_MAGNETIC_TRACKER_H
21 class MagneticTracker;
Definition of a class holding the major and minor device type.
Definition: devices/Device.h:62
This class is the base class for all tracker using a magnetic filed as input measurements.
Definition: MagneticTracker.h:35
MagneticTracker(const std::string &name, const DeviceType type)
Creates a new magnetic tracker object.
virtual bool resetMagneticField()
Resets the magnetic field.
virtual ~MagneticTracker()
Destructs a magnetic tracker object.
This class implements a smart device reference.
Definition: DeviceRef.h:36
This class implements the base class for all tracker devices.
Definition: devices/Tracker.h:39
SmartDeviceRef< MagneticTracker > MagneticTrackerRef
Definition of a smart object reference for a magnetic tracker.
Definition: MagneticTracker.h:21
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15