Skip to content

File device_sensor_lib_settings.hpp

FileList > SensorHub_FW > src > device_sensor_lib_settings.hpp

Go to the source code of this file

  • #include <stdint.h>

Public Types

Type Name
enum SensorTypes
The currently supported sensors.

Public Attributes

Type Name
constexpr uint8_t kNumOfSupportedSensors = = 4
The number of sensors supported!

Public Types Documentation

enum SensorTypes

enum SensorTypes {
    TypeNone,
    TypeCompressionSensor,
    TypeDifferentialPressureSensor,
    TypefingerPositionSensor
};

Public Attributes Documentation

variable kNumOfSupportedSensors

The number of sensors supported!

constexpr uint8_t kNumOfSupportedSensors;

Note:

This needs to be changed when a new sensors is added!


The documentation for this class was generated from the following file SensorHub_FW/src/device_sensor_lib_settings.hpp