Android-cuttlefish cvd tool
Namespaces | Typedefs | Variables
sensors.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::sensors
 

Typedefs

using cuttlefish::sensors::SensorsMask = int
 
using cuttlefish::sensors::SensorsCmd = int
 

Variables

constexpr int cuttlefish::sensors::kAccelerationId = 0
 
constexpr int cuttlefish::sensors::kGyroscopeId = 1
 
constexpr int cuttlefish::sensors::kMagneticId = 2
 
constexpr int cuttlefish::sensors::kTemperatureId = 4
 
constexpr int cuttlefish::sensors::kProximityId = 5
 
constexpr int cuttlefish::sensors::kLightId = 6
 
constexpr int cuttlefish::sensors::kPressureId = 7
 
constexpr int cuttlefish::sensors::kHumidityId = 8
 
constexpr int cuttlefish::sensors::kUncalibMagneticId = 9
 
constexpr int cuttlefish::sensors::kUncalibGyroscopeId = 10
 
constexpr int cuttlefish::sensors::kHingeAngle0Id = 11
 
constexpr int cuttlefish::sensors::kUncalibAccelerationId = 17
 
constexpr int cuttlefish::sensors::kRotationVecId = 31
 
constexpr int cuttlefish::sensors::kMaxSensorId = 31
 
constexpr char cuttlefish::sensors::INNER_DELIM = ':'
 
constexpr char cuttlefish::sensors::OUTER_DELIM = ' '
 
constexpr int cuttlefish::sensors::kUpdateRotationVec = 0
 
constexpr int cuttlefish::sensors::kGetSensorsData = 1
 
constexpr int cuttlefish::sensors::kUpdateHal = 2