summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/plugins.qmltypes')
-rw-r--r--src/imports/sensors/plugins.qmltypes15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/imports/sensors/plugins.qmltypes b/src/imports/sensors/plugins.qmltypes
index 974f7142..2deff792 100644
--- a/src/imports/sensors/plugins.qmltypes
+++ b/src/imports/sensors/plugins.qmltypes
@@ -229,6 +229,9 @@ Module {
Property { name: "axesOrientationMode"; revision: 1; type: "AxesOrientationMode" }
Property { name: "currentOrientation"; revision: 1; type: "int"; isReadonly: true }
Property { name: "userOrientation"; revision: 1; type: "int" }
+ Property { name: "maxBufferSize"; revision: 1; type: "int"; isReadonly: true }
+ Property { name: "efficientBufferSize"; revision: 1; type: "int"; isReadonly: true }
+ Property { name: "bufferSize"; revision: 1; type: "int" }
Signal {
name: "skipDuplicatesChanged"
Parameter { name: "skipDuplicates"; type: "bool" }
@@ -245,6 +248,18 @@ Module {
name: "userOrientationChanged"
Parameter { name: "userOrientation"; type: "int" }
}
+ Signal {
+ name: "maxBufferSizeChanged"
+ Parameter { name: "maxBufferSize"; type: "int" }
+ }
+ Signal {
+ name: "efficientBufferSizeChanged"
+ Parameter { name: "efficientBufferSize"; type: "int" }
+ }
+ Signal {
+ name: "bufferSizeChanged"
+ Parameter { name: "bufferSize"; type: "int" }
+ }
Method { name: "start"; type: "bool" }
Method { name: "stop" }
}