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;
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
bool sensorIsStarted
True, if this sensor is started.
Definition: IOSDevice.h:50
Timestamp sensorFirstUnixEventTimestamp
The Unix event timestamp of the first sensor event.
Definition: IOSDevice.h:56
double sensorFirstIOSEventTimestamp
The iOS event timestamp of the first sensor event (seconds since the last system boot).
Definition: IOSDevice.h:53
IOSDevice(const std::string &name, const DeviceType type)
Creates a new device by is name.
virtual const std::string & library() const
Returns the name of the owner library.
This class implements a timestamp.
Definition: Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15