Enumerations
enum SensorType
| Name | Value |
|---|---|
| UNKNOWN | 0 |
| ACCELEROMETER_UNCALIBRATED | 35 |
| GYROSCOPE_UNCALIBRATED | 16 |
| MAGNETIC_FIELD_UNCALIBRATED | 14 |
| ACCELEROMETER | 1 |
| GYROSCOPE | 4 |
| MAGNETIC_FIELD | 2 |
| ORIENTATION | 3 |
| GRAVITY | 9 |
| LINEAR_ACCELERATION | 10 |
| ROTATION_VECTOR | 11 |
| GAME_ROTATION_VECTOR | 15 |
| SIGNIFICANT_MOTION | 17 |
| STEP_DETECTOR | 18 |
| STEP_COUNTER | 19 |
| GEOMAGNETIC_ROTATION_VECTOR | 20 |
| TILT_DETECTOR | 22 |
| WAKE_GESTURE | 23 |
| GLANCE_GESTURE | 24 |
| PICK_UP_GESTURE | 25 |
| WRIST_TILT_GESTURE | 26 |
| DEVICE_ORIENTATION | 27 |
| POSE_6DOF | 28 |
| STATIONARY_DETECT | 29 |
| MOTION_DETECT | 30 |
| LOW_LATENCY_OFFBODY_DETECT | 34 |
| LIGHT | 5 |
| PRESSURE | 6 |
| PROXIMITY | 8 |
| RELATIVE_HUMIDITY | 12 |
| AMBIENT_TEMPERATURE | 13 |
| HEART_RATE | 21 |
| HEART_BEAT | 31 |
| DEVICE_PRIVATE_BASE | 65536 |
| SensorType_INT_MIN_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::min() |
| SensorType_INT_MAX_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::max() |
Defined at line 84 of file gen/src/sensors/playback/proto/types.pb.h
enum SensorWakeUpType
| Name | Value |
|---|---|
| NON_WAKE_UP | 0 |
| WAKE_UP | 1 |
| SensorWakeUpType_INT_MIN_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::min() |
| SensorWakeUpType_INT_MAX_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::max() |
Defined at line 143 of file gen/src/sensors/playback/proto/types.pb.h
enum SensorReportingMode
| Name | Value |
|---|---|
| CONTINUOUS | 0 |
| ON_CHANGE | 1 |
| ONE_SHOT | 2 |
| SensorReportingMode_INT_MIN_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::min() |
| SensorReportingMode_INT_MAX_SENTINEL_DO_NOT_USE_ | std::numeric_limits<::int32_t>::max() |
Defined at line 176 of file gen/src/sensors/playback/proto/types.pb.h
Records
-
class DatasetHeader -
class DatasetHeaderDefaultTypeInternal -
class Pose -
class PoseDefaultTypeInternal -
class QuaternionF -
class QuaternionFDefaultTypeInternal -
class RecordedSensorEvent -
class RecordedSensorEventDefaultTypeInternal -
class SensorEvent -
class SensorEventDefaultTypeInternal -
class SensorInfo -
class SensorInfoDefaultTypeInternal -
class UncalibratedVec3FSample -
class UncalibratedVec3FSampleDefaultTypeInternal -
class Vec3F -
class Vec3FDefaultTypeInternal
Functions
-
bool SensorType_IsValid (int value) -
template <typename T>const std::string & SensorType_Name (T value)Defined at line 133 of file gen/src/sensors/playback/proto/types.pb.h
-
bool SensorType_Parse (absl::string_view name, SensorType * value)Defined at line 139 of file gen/src/sensors/playback/proto/types.pb.h
-
const ::google::protobuf::EnumDescriptor * SensorType_descriptor () -
bool SensorWakeUpType_IsValid (int value) -
template <typename T>const std::string & SensorWakeUpType_Name (T value)Defined at line 160 of file gen/src/sensors/playback/proto/types.pb.h
-
template <>const std::string & SensorWakeUpType_Name<fuchsia::sensors::SensorWakeUpType> (SensorWakeUpType value)Defined at line 166 of file gen/src/sensors/playback/proto/types.pb.h
-
bool SensorWakeUpType_Parse (absl::string_view name, SensorWakeUpType * value)Defined at line 172 of file gen/src/sensors/playback/proto/types.pb.h
-
const ::google::protobuf::EnumDescriptor * SensorWakeUpType_descriptor () -
bool SensorReportingMode_IsValid (int value) -
template <typename T>const std::string & SensorReportingMode_Name (T value)Defined at line 194 of file gen/src/sensors/playback/proto/types.pb.h
-
template <>const std::string & SensorReportingMode_Name<fuchsia::sensors::SensorReportingMode> (SensorReportingMode value)Defined at line 200 of file gen/src/sensors/playback/proto/types.pb.h
-
bool SensorReportingMode_Parse (absl::string_view name, SensorReportingMode * value)Defined at line 206 of file gen/src/sensors/playback/proto/types.pb.h
-
const ::google::protobuf::EnumDescriptor * SensorReportingMode_descriptor () -
void swap (DatasetHeader & a, DatasetHeader & b)Defined at line 139 of file gen/src/sensors/playback/proto/dataset.pb.h
-
void swap (Vec3F & a, Vec3F & b)Defined at line 277 of file gen/src/sensors/playback/proto/types.pb.h
-
void swap (RecordedSensorEvent & a, RecordedSensorEvent & b)Defined at line 357 of file gen/src/sensors/playback/proto/dataset.pb.h
-
void swap (SensorInfo & a, SensorInfo & b)Defined at line 492 of file gen/src/sensors/playback/proto/types.pb.h
-
void swap (QuaternionF & a, QuaternionF & b)Defined at line 775 of file gen/src/sensors/playback/proto/types.pb.h
-
void swap (UncalibratedVec3FSample & a, UncalibratedVec3FSample & b)Defined at line 1002 of file gen/src/sensors/playback/proto/types.pb.h
-
void swap (Pose & a, Pose & b)Defined at line 1216 of file gen/src/sensors/playback/proto/types.pb.h
-
void swap (SensorEvent & aSensorEvent & b)Defined at line 1473 of file gen/src/sensors/playback/proto/types.pb.h
Variables
const uint32_t[] SensorReportingMode_internal_data_
const uint32_t[] SensorType_internal_data_
const uint32_t[] SensorWakeUpType_internal_data_
DatasetHeaderDefaultTypeInternal _DatasetHeader_default_instance_
PoseDefaultTypeInternal _Pose_default_instance_
QuaternionFDefaultTypeInternal _QuaternionF_default_instance_
RecordedSensorEventDefaultTypeInternal _RecordedSensorEvent_default_instance_
SensorEventDefaultTypeInternal _SensorEvent_default_instance_
SensorInfoDefaultTypeInternal _SensorInfo_default_instance_
UncalibratedVec3FSampleDefaultTypeInternal _UncalibratedVec3FSample_default_instance_
Vec3FDefaultTypeInternal _Vec3F_default_instance_