8#ifndef META_OCEAN_DEVICES_IOS_IOS_DEVICE_H
9#define META_OCEAN_DEVICES_IOS_IOS_DEVICE_H
36 virtual const std::string&
library()
const;
64 bool isStarted_ =
false;
Definition of a class holding the major and minor device type.
Definition devices/Device.h:62
This class is the base class for all devices of any type.
Definition devices/Device.h:28
This class implements a device for the IOS library.
Definition IOSDevice.h:29
TimestampConverter & timestampConverter_
The timestamp converter of this sensor.
Definition IOSDevice.h:67
Timestamp convertTimestamp(const double cmLogItemTimestamp, Timestamp &relativeTimestamp)
Returns the relative and unix timestamp of an Android sensor event.
virtual const std::string & library() const
Returns the name of the owner library.
IOSDevice(const std::string &name, const DeviceType type)
Creates a new device by is name.
static TimestampConverter & timestampConverter()
Returns the timestamp converter for all android sensors.
This class is a helper class allowing to converter timestamps defined in a specific time domain to un...
Definition Timestamp.h:313
This class implements a timestamp.
Definition Timestamp.h:64
The namespace covering the entire Ocean framework.
Definition Accessor.h:15