summaryrefslogtreecommitdiff
path: root/sensors-service/api
diff options
context:
space:
mode:
authorHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2016-01-14 18:15:02 +0100
committerHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2016-01-14 18:15:02 +0100
commit8895a4eb87d4abe1e44f1ecca440bbc7a99c3f6a (patch)
treeff724b306be0657fc2e36156d9ee774425b27d9b /sensors-service/api
parent3e8f2ad9e8b87b3bedf14507a8a836d6d58654c9 (diff)
downloadpositioning-8895a4eb87d4abe1e44f1ecca440bbc7a99c3f6a.tar.gz
Change Wheel API according TomTom proposal: minor API fix + PoC adaptationGT3039_wheelAPI_2
Diffstat (limited to 'sensors-service/api')
-rw-r--r--sensors-service/api/wheel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sensors-service/api/wheel.h b/sensors-service/api/wheel.h
index d5b23f7..6927d65 100644
--- a/sensors-service/api/wheel.h
+++ b/sensors-service/api/wheel.h
@@ -153,7 +153,7 @@ typedef enum {
typedef enum {
WHEEL_CONFIG_DRIVEN = 0x00000001, /**< The wheel is driven by the powertrain.
It may thus be affected by additional wheel slip. */
- WHEEL_CONFIG_STEERED = 0x00000002 /**< The wheel may be turned by the steering.
+ WHEEL_CONFIG_STEERED = 0x00000002, /**< The wheel may be turned by the steering.
This is typically the case only for wheels on the front axle.
But for some vehicles also wheels on other axles are permanently or temporarily steered. */
WHEEL_CONFIG_DIFF_LOCK = 0x00000004 /**< The differential lock for this wheel is activated. */
@@ -228,7 +228,7 @@ typedef struct {
* The index of configuration data for an individual wheel in the array is fixed during the runtime of the system.
* Unused fields, i.e. those for which wheelUnit is WHEEL_UNIT_NONE will be at the tail of the array.
*/
-typedef TWheelConfiguration[WHEEL_MAX] TWheelConfigurationArray;
+typedef TWheelConfiguration TWheelConfigurationArray[WHEEL_MAX];
/**
* Wheel rotation data information for multiple wheels.