summaryrefslogtreecommitdiff
path: root/api/franca/navigation/navigationcore/MapMatchedPosition.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/navigationcore/MapMatchedPosition.fidl')
-rw-r--r--api/franca/navigation/navigationcore/MapMatchedPosition.fidl35
1 files changed, 5 insertions, 30 deletions
diff --git a/api/franca/navigation/navigationcore/MapMatchedPosition.fidl b/api/franca/navigation/navigationcore/MapMatchedPosition.fidl
index 82f52f9..c7238e5 100644
--- a/api/franca/navigation/navigationcore/MapMatchedPosition.fidl
+++ b/api/franca/navigation/navigationcore/MapMatchedPosition.fidl
@@ -44,7 +44,9 @@ interface MapMatchedPosition {
FULL_ADDRESS = 178
COUNTRYCODE = 179
HOUSENAME = 180
- POSTAL_CODE = 181
+ POSTAL_CODE = 181
+ ROAD_NUMBER = 334
+ MATCH_TYPE = 240
}
enumeration PositionStatus extends GeoLocalizedEnum { //Base 0x00e0
@@ -167,21 +169,6 @@ interface MapMatchedPosition {
}
}
- <**
- @description : AddSimulationStatusListener = Add this node as a listener to Simulation Status changes.
- **>
- method addSimulationStatusListener {
- }
-
- <**
- @description : RemoveSimulationStatusListener = Remove this node as a listener to Simulation Status changes.
- **>
- method removeSimulationStatusListener {
- }
-
- <**
- @description : setSimulationSpeed = This method sets the speed factor for the simulation mode
- **>
method setSimulationSpeed {
in {
@@ -211,18 +198,6 @@ interface MapMatchedPosition {
}
<**
- @description : AddSimulationSpeedListener = Add this node as a listener to simulation speed factor changes.
- **>
- method addSimulationSpeedListener {
- }
-
- <**
- @description : RemoveSimulationSpeedListener = Remove this node as a listener to simulation speed factor changes.
- **>
- method removeSimulationSpeedListener {
- }
-
- <**
@description : startSimulation = This method starts, or resumes, a Follow Active Route simulation
**>
method startSimulation {
@@ -323,7 +298,7 @@ interface MapMatchedPosition {
<**
@description : simulationStatusChanged = This signal is emitted when the Simulation Status has changed
**>
- broadcast simulationStatusChanged {
+ broadcast simulationStatusChanged selective {
out {
<**
@@ -336,7 +311,7 @@ interface MapMatchedPosition {
<**
@description : simulationSpeedChanged = This signal is emitted when the simulation speed factor has changed
**>
- broadcast simulationSpeedChanged {
+ broadcast simulationSpeedChanged selective {
out {
<**