Limb Range Analyzer
Cross-platform application for human limb range analysis.
sensormodule.hpp File Reference

declaration file for motion sensors module More...

#include "../Headers/bluetooth.hpp"
#include "../Headers/sensorcomponent.hpp"
#include <QSharedPointer>

Go to the source code of this file.

Classes

class  SensorModule
 Introduces possibilities of retrieved sensor data processing. More...
 

Enumerations

enum class  DeviceType { ePrimary = 1 , eSecondary }
 DeviceType enumeration introduces the usage of two devices. More...
 

Detailed Description

declaration file for motion sensors module

Author
Tomas Bartosik
Date
28.07.2021
COPYRIGHT NOTICE (c) 2021 TBU in Zlin. All rights reserved.

Enumeration Type Documentation

◆ DeviceType

enum class DeviceType
strong

DeviceType enumeration introduces the usage of two devices.

This enumeration distinguishes between two available BlueCoin devices and their sensor data processing.

Enumerator
ePrimary 

Processing of primary device will be managed.

eSecondary 

Processing of secondary device will be managed.