From 1cc2d0ecab0eaa92bf703d3f119142c82e81eba1 Mon Sep 17 00:00:00 2001 From: Jean-Luc Lamadon Date: Wed, 2 Dec 2009 18:31:48 +0200 Subject: Added Location.Accuracy property and renamed Location.CurrentSource to SatPositioningOn. --- spec/core.context | 13 ++++++++++--- spec/core.types | 31 +++++++++++++++++++------------ 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/spec/core.context b/spec/core.context index 52f36283..0b639d85 100644 --- a/spec/core.context +++ b/spec/core.context @@ -52,10 +52,11 @@ Location Best effort location information. If any of the keys are not appliciable to the current location, they will be unavailable. - + - The current source of location information as an enumeration of strings. + A boolean indicating whether or not the location information is provided by + satellite positioning system e.g. GPS. @@ -66,6 +67,12 @@ appliciable to the current location, they will be unavailable. List of active sources of location information. + + + Accuracy of the location information, in meters. + + diff --git a/spec/core.types b/spec/core.types index 1ebdaa5b..1a72b3c7 100644 --- a/spec/core.types +++ b/spec/core.types @@ -15,7 +15,7 @@ Fundamental types Any representable value. - + A boolean. @@ -33,7 +33,7 @@ Fundamental types "int32", "uint32", "int64", "uint64", or "double". - + @@ -46,13 +46,13 @@ Fundamental types the range of the integer. - + A string. - + @@ -68,7 +68,7 @@ Fundamental types "value". - + @@ -88,7 +88,7 @@ Fundamental types When no parameters are given, all keys are allowed. - + Generic types ------------- @@ -182,28 +182,28 @@ Specific types of the association tree are the parameters. - + - + An amount of energy, in Joule. - + A power, in Watt. - + @@ -211,14 +211,21 @@ Specific types 00:00 January 1, 1970, UTC. - + + + + A physical length between two points, in meters. + + + A time duration, in nano-seconds. - + -- cgit v1.2.3 From db5af5b2070c744831490fa359038a09f591cb0b Mon Sep 17 00:00:00 2001 From: Jean-Luc Lamadon Date: Fri, 4 Dec 2009 10:41:53 +0200 Subject: Fixes: tests.xml validated by new schema --- libcontextprovider/customer-tests/tests.xml | 4 ++-- libcontextsubscriber/customer-tests/tests.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libcontextprovider/customer-tests/tests.xml b/libcontextprovider/customer-tests/tests.xml index 020a453d..5d608172 100644 --- a/libcontextprovider/customer-tests/tests.xml +++ b/libcontextprovider/customer-tests/tests.xml @@ -1,7 +1,7 @@ - - + + /usr/share/libcontextprovider-tests/waitforsilence diff --git a/libcontextsubscriber/customer-tests/tests.xml b/libcontextsubscriber/customer-tests/tests.xml index 5174e218..d5b8cb9d 100644 --- a/libcontextsubscriber/customer-tests/tests.xml +++ b/libcontextsubscriber/customer-tests/tests.xml @@ -1,9 +1,9 @@ - + - + /usr/share/libcontextsubscriber-tests/waitforsilence -- cgit v1.2.3