Merge branch 'ILP704' into 'master'
ILP-704 Changed SSID array type to uint8_t to avoid clients having to convert f… See merge request !6
Showing
10 changed files
with
29 additions
and
13 deletions
... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
83 | <elem name="speed" type="SpeedInfo" multiplicity="0..1"> | 83 | <elem name="speed" type="SpeedInfo" multiplicity="0..1"> |
84 | <comment>Optional speed information of the associated object at the time the event occurred.</comment> | 84 | <comment>Optional speed information of the associated object at the time the event occurred.</comment> |
85 | </elem> | 85 | </elem> |
86 | <elem name="data" type="Tensor.raw" multiplicity="0..1"> | 86 | <elem name="eventdata" type="Tensor.raw" multiplicity="0..1"> |
87 | <comment>Optional event data in the same wireline format as the event structure. The type of this information is dependent on the associate event information.</comment> | 87 | <comment>Optional event data in the same wireline format as the event structure. The type of this information is dependent on the associate event information.</comment> |
88 | </elem> | 88 | </elem> |
89 | </struct> | 89 | </struct> | ... | ... |
... | @@ -71,11 +71,11 @@ Ord.GeoSpatial.Ellipsoid.major=112 | ... | @@ -71,11 +71,11 @@ Ord.GeoSpatial.Ellipsoid.major=112 |
71 | Ord.GeoSpatial.Ellipsoid.minor=113 | 71 | Ord.GeoSpatial.Ellipsoid.minor=113 |
72 | Ord.GeoSpatial.Ellipsoid.orient=114 | 72 | Ord.GeoSpatial.Ellipsoid.orient=114 |
73 | Ord.GeoSpatial.Ellipsoid.vert=115 | 73 | Ord.GeoSpatial.Ellipsoid.vert=115 |
74 | Ord.GeoSpatial.Event.data=68 | ||
75 | Ord.GeoSpatial.Event.epoch=65 | 74 | Ord.GeoSpatial.Event.epoch=65 |
76 | Ord.GeoSpatial.Event.infoEvent=1 | 75 | Ord.GeoSpatial.Event.infoEvent=1 |
77 | Ord.GeoSpatial.Event.infoProducer=2 | 76 | Ord.GeoSpatial.Event.infoProducer=2 |
78 | Ord.GeoSpatial.Event.location=66 | 77 | Ord.GeoSpatial.Event.location=66 |
78 | Ord.GeoSpatial.Event.eventdata=68 | ||
79 | Ord.GeoSpatial.Event.speed=67 | 79 | Ord.GeoSpatial.Event.speed=67 |
80 | Ord.GeoSpatial.Event.uuid=64 | 80 | Ord.GeoSpatial.Event.uuid=64 |
81 | Ord.GeoSpatial.EventProducer.Notify.Data.event=80 | 81 | Ord.GeoSpatial.EventProducer.Notify.Data.event=80 |
... | @@ -92,8 +92,8 @@ Ord.GeoSpatial.Location.confidence=82 | ... | @@ -92,8 +92,8 @@ Ord.GeoSpatial.Location.confidence=82 |
92 | Ord.GeoSpatial.Location.floor=84 | 92 | Ord.GeoSpatial.Location.floor=84 |
93 | Ord.GeoSpatial.Location.shape=80 | 93 | Ord.GeoSpatial.Location.shape=80 |
94 | Ord.GeoSpatial.Location.veracity=81 | 94 | Ord.GeoSpatial.Location.veracity=81 |
95 | Ord.GeoSpatial.Object.miscdata=70 | ||
96 | Ord.GeoSpatial.Object.description=69 | 95 | Ord.GeoSpatial.Object.description=69 |
96 | Ord.GeoSpatial.Object.miscdata=70 | ||
97 | Ord.GeoSpatial.Object.name=68 | 97 | Ord.GeoSpatial.Object.name=68 |
98 | Ord.GeoSpatial.Object.typeObject=64 | 98 | Ord.GeoSpatial.Object.typeObject=64 |
99 | Ord.GeoSpatial.Object.uriClassifier=67 | 99 | Ord.GeoSpatial.Object.uriClassifier=67 | ... | ... |
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | <comment>Traditional 6 byte (EU48) mac address.</comment> | 19 | <comment>Traditional 6 byte (EU48) mac address.</comment> |
20 | </array> | 20 | </array> |
21 | 21 | ||
22 | <array name="SSID" type="int8" size="33"> | 22 | <array name="SSID" type="uint8" size="33"> |
23 | <comment>ssid string of wifi access point</comment> | 23 | <comment>ssid string of wifi access point</comment> |
24 | </array> | 24 | </array> |
25 | 25 | ... | ... |
... | @@ -371,6 +371,7 @@ Off.HPE.WiFi.WiFiRssExt.uncert=53 | ... | @@ -371,6 +371,7 @@ Off.HPE.WiFi.WiFiRssExt.uncert=53 |
371 | Ord.HPE.Estimate.confidence=69 | 371 | Ord.HPE.Estimate.confidence=69 |
372 | Ord.HPE.Estimate.epoch=68 | 372 | Ord.HPE.Estimate.epoch=68 |
373 | Ord.HPE.Estimate.floor=72 | 373 | Ord.HPE.Estimate.floor=72 |
374 | Ord.HPE.Estimate.floorLabel=73 | ||
374 | Ord.HPE.Estimate.obstype=66 | 375 | Ord.HPE.Estimate.obstype=66 |
375 | Ord.HPE.Estimate.result=64 | 376 | Ord.HPE.Estimate.result=64 |
376 | Ord.HPE.Estimate.shape=70 | 377 | Ord.HPE.Estimate.shape=70 | ... | ... |
... | @@ -310,7 +310,7 @@ | ... | @@ -310,7 +310,7 @@ |
310 | <comment> | 310 | <comment> |
311 | Operation Reports analysis results. | 311 | Operation Reports analysis results. |
312 | </comment> | 312 | </comment> |
313 | <input name="data" type="DataSetResults" sid="0x1062"/> | 313 | <input name="input" type="DataSetResults" sid="0x1062"/> |
314 | </operation> | 314 | </operation> |
315 | </interface> | 315 | </interface> |
316 | 316 | ... | ... |
... | @@ -566,9 +566,8 @@ Ord.ILP.Analysis.Analyzer.Execute.Input.spec=85 | ... | @@ -566,9 +566,8 @@ Ord.ILP.Analysis.Analyzer.Execute.Input.spec=85 |
566 | Ord.ILP.Analysis.Analyzer.Execute.Output.dataSetsFiltered=81 | 566 | Ord.ILP.Analysis.Analyzer.Execute.Output.dataSetsFiltered=81 |
567 | Ord.ILP.Analysis.Analyzer.Execute.Output.results=80 | 567 | Ord.ILP.Analysis.Analyzer.Execute.Output.results=80 |
568 | Ord.ILP.Analysis.Analyzer.Services.Output.uriServices=80 | 568 | Ord.ILP.Analysis.Analyzer.Services.Output.uriServices=80 |
569 | Ord.ILP.Analysis.DataSet.data=81 | ||
570 | Ord.ILP.Analysis.DataSet.testdata=81 | ||
571 | Ord.ILP.Analysis.DataSet.returnFilteredData=82 | 569 | Ord.ILP.Analysis.DataSet.returnFilteredData=82 |
570 | Ord.ILP.Analysis.DataSet.testdata=81 | ||
572 | Ord.ILP.Analysis.DataSet.uriServices=83 | 571 | Ord.ILP.Analysis.DataSet.uriServices=83 |
573 | Ord.ILP.Analysis.DataSet.uuidData=80 | 572 | Ord.ILP.Analysis.DataSet.uuidData=80 |
574 | Ord.ILP.Analysis.DataSetResults.durationExecution=81 | 573 | Ord.ILP.Analysis.DataSetResults.durationExecution=81 |
... | @@ -584,14 +583,19 @@ Ord.ILP.Analysis.ResultRecord.data=83 | ... | @@ -584,14 +583,19 @@ Ord.ILP.Analysis.ResultRecord.data=83 |
584 | Ord.ILP.Analysis.ResultRecord.enuErr=75 | 583 | Ord.ILP.Analysis.ResultRecord.enuErr=75 |
585 | Ord.ILP.Analysis.ResultRecord.enuErrVel=77 | 584 | Ord.ILP.Analysis.ResultRecord.enuErrVel=77 |
586 | Ord.ILP.Analysis.ResultRecord.enuEstVel=76 | 585 | Ord.ILP.Analysis.ResultRecord.enuEstVel=76 |
586 | Ord.ILP.Analysis.ResultRecord.enuUncert=84 | ||
587 | Ord.ILP.Analysis.ResultRecord.enuVelErr=87 | ||
588 | Ord.ILP.Analysis.ResultRecord.enuVelEst=86 | ||
587 | Ord.ILP.Analysis.ResultRecord.epoch=65 | 589 | Ord.ILP.Analysis.ResultRecord.epoch=65 |
588 | Ord.ILP.Analysis.ResultRecord.floor=79 | 590 | Ord.ILP.Analysis.ResultRecord.floor=79 |
589 | Ord.ILP.Analysis.ResultRecord.floorErr=81 | 591 | Ord.ILP.Analysis.ResultRecord.floorErr=81 |
590 | Ord.ILP.Analysis.ResultRecord.floorLabel=82 | 592 | Ord.ILP.Analysis.ResultRecord.floorLabel=82 |
593 | Ord.ILP.Analysis.ResultRecord.floorTruth=85 | ||
591 | Ord.ILP.Analysis.ResultRecord.floorUncert=80 | 594 | Ord.ILP.Analysis.ResultRecord.floorUncert=80 |
592 | Ord.ILP.Analysis.ResultRecord.index=64 | 595 | Ord.ILP.Analysis.ResultRecord.index=64 |
593 | Ord.ILP.Analysis.ResultRecord.llaEst=74 | 596 | Ord.ILP.Analysis.ResultRecord.llaEst=74 |
594 | Ord.ILP.Analysis.ResultRecord.llaTruth=73 | 597 | Ord.ILP.Analysis.ResultRecord.llaTruth=73 |
598 | Ord.ILP.Analysis.ResultRecord.miscdata=88 | ||
595 | Ord.ILP.Analysis.ResultRecord.resultcode=66 | 599 | Ord.ILP.Analysis.ResultRecord.resultcode=66 |
596 | Ord.ILP.Analysis.ResultRecord.source=68 | 600 | Ord.ILP.Analysis.ResultRecord.source=68 |
597 | Ord.ILP.Analysis.ResultRecord.stateErr=72 | 601 | Ord.ILP.Analysis.ResultRecord.stateErr=72 |
... | @@ -607,6 +611,7 @@ Ord.ILP.Analysis.ServiceResults.uriService=83 | ... | @@ -607,6 +611,7 @@ Ord.ILP.Analysis.ServiceResults.uriService=83 |
607 | Ord.ILP.Analysis.Specification.contact=82 | 611 | Ord.ILP.Analysis.Specification.contact=82 |
608 | Ord.ILP.Analysis.Specification.createDate=80 | 612 | Ord.ILP.Analysis.Specification.createDate=80 |
609 | Ord.ILP.Analysis.Specification.datasets=83 | 613 | Ord.ILP.Analysis.Specification.datasets=83 |
614 | Ord.ILP.Analysis.Specification.extendedResults=84 | ||
610 | Ord.ILP.Analysis.Specification.modifiedDate=81 | 615 | Ord.ILP.Analysis.Specification.modifiedDate=81 |
611 | Ord.ILP.Analysis.Statistics.cep50=65 | 616 | Ord.ILP.Analysis.Statistics.cep50=65 |
612 | Ord.ILP.Analysis.Statistics.cep68=66 | 617 | Ord.ILP.Analysis.Statistics.cep68=66 |
... | @@ -621,8 +626,14 @@ Ord.ILP.Analysis.Statistics.meanEnuVelUncert=76 | ... | @@ -621,8 +626,14 @@ Ord.ILP.Analysis.Statistics.meanEnuVelUncert=76 |
621 | Ord.ILP.Analysis.Statistics.meanFloor=78 | 626 | Ord.ILP.Analysis.Statistics.meanFloor=78 |
622 | Ord.ILP.Analysis.Statistics.meanState=71 | 627 | Ord.ILP.Analysis.Statistics.meanState=71 |
623 | Ord.ILP.Analysis.Statistics.meanStateErr=72 | 628 | Ord.ILP.Analysis.Statistics.meanStateErr=72 |
629 | Ord.ILP.Analysis.Statistics.outliers=81 | ||
630 | Ord.ILP.Analysis.Statistics.rmsEnuErr=82 | ||
631 | Ord.ILP.Analysis.Statistics.rmsEnuUncert=83 | ||
632 | Ord.ILP.Analysis.Statistics.rmsEnuVelErr=85 | ||
633 | Ord.ILP.Analysis.Statistics.rmsEnuVelUncert=84 | ||
624 | Ord.ILP.Analysis.Statistics.rmsFloorErr=80 | 634 | Ord.ILP.Analysis.Statistics.rmsFloorErr=80 |
625 | Ord.ILP.Analysis.Statistics.rmsFloorUncert=79 | 635 | Ord.ILP.Analysis.Statistics.rmsFloorUncert=79 |
636 | Ord.ILP.Analysis.Statistics.rmsStateErr=86 | ||
626 | Ord.ILP.Analysis.Statistics.rmserr=70 | 637 | Ord.ILP.Analysis.Statistics.rmserr=70 |
627 | Ord.ILP.Analysis.Statistics.rmsuncert=69 | 638 | Ord.ILP.Analysis.Statistics.rmsuncert=69 |
628 | Ord.ILP.CalculateInput.confidence=84 | 639 | Ord.ILP.CalculateInput.confidence=84 | ... | ... |
... | @@ -77,7 +77,7 @@ | ... | @@ -77,7 +77,7 @@ |
77 | a business or public entity that has associated contact information. | 77 | a business or public entity that has associated contact information. |
78 | </comment> | 78 | </comment> |
79 | </elem> | 79 | </elem> |
80 | <elem name="data" multiplicity ="0..1" type="Tensor.json"> | 80 | <elem name="miscdata" multiplicity ="0..1" type="Tensor.json"> |
81 | <comment>Optional other information describing this probe location in json format.</comment> | 81 | <comment>Optional other information describing this probe location in json format.</comment> |
82 | </elem> | 82 | </elem> |
83 | </struct> | 83 | </struct> | ... | ... |
... | @@ -74,7 +74,7 @@ | ... | @@ -74,7 +74,7 @@ |
74 | <elem name="validend" type="datetime" multiplicity="1"> | 74 | <elem name="validend" type="datetime" multiplicity="1"> |
75 | <comment>time stamp of the ending of the valid period</comment> | 75 | <comment>time stamp of the ending of the valid period</comment> |
76 | </elem> | 76 | </elem> |
77 | <elem name ="data" type="Tensor.json" multiplicity="0..1"> | 77 | <elem name ="miscdata" type="Tensor.json" multiplicity="0..1"> |
78 | <comment>json formatted data specific to the device</comment> | 78 | <comment>json formatted data specific to the device</comment> |
79 | </elem> | 79 | </elem> |
80 | <elem name="floor" multiplicity ="0..1" type="int8" > | 80 | <elem name="floor" multiplicity ="0..1" type="int8" > | ... | ... |
... | @@ -63,6 +63,9 @@ | ... | @@ -63,6 +63,9 @@ |
63 | <elem name="dateend" type="datetime" multiplicity="0..1"> | 63 | <elem name="dateend" type="datetime" multiplicity="0..1"> |
64 | <comment>Last date and time of when this survey is valid. Do not define if unknown.</comment> | 64 | <comment>Last date and time of when this survey is valid. Do not define if unknown.</comment> |
65 | </elem> | 65 | </elem> |
66 | <elem name="miscdata" type="json" multiplicity ="0..1"> | ||
67 | <comment>Optional other information describing this survey in json format.</comment> | ||
68 | </elem> | ||
66 | </struct> | 69 | </struct> |
67 | 70 | ||
68 | 71 | ... | ... |
... | @@ -469,11 +469,11 @@ Ord.GeoSpatial.Ellipsoid.major=112 | ... | @@ -469,11 +469,11 @@ Ord.GeoSpatial.Ellipsoid.major=112 |
469 | Ord.GeoSpatial.Ellipsoid.minor=113 | 469 | Ord.GeoSpatial.Ellipsoid.minor=113 |
470 | Ord.GeoSpatial.Ellipsoid.orient=114 | 470 | Ord.GeoSpatial.Ellipsoid.orient=114 |
471 | Ord.GeoSpatial.Ellipsoid.vert=115 | 471 | Ord.GeoSpatial.Ellipsoid.vert=115 |
472 | Ord.GeoSpatial.Event.data=68 | ||
473 | Ord.GeoSpatial.Event.epoch=65 | 472 | Ord.GeoSpatial.Event.epoch=65 |
474 | Ord.GeoSpatial.Event.infoEvent=1 | 473 | Ord.GeoSpatial.Event.infoEvent=1 |
475 | Ord.GeoSpatial.Event.infoProducer=2 | 474 | Ord.GeoSpatial.Event.infoProducer=2 |
476 | Ord.GeoSpatial.Event.location=66 | 475 | Ord.GeoSpatial.Event.location=66 |
476 | Ord.GeoSpatial.Event.miscdata=68 | ||
477 | Ord.GeoSpatial.Event.speed=67 | 477 | Ord.GeoSpatial.Event.speed=67 |
478 | Ord.GeoSpatial.Event.uuid=64 | 478 | Ord.GeoSpatial.Event.uuid=64 |
479 | Ord.GeoSpatial.EventProducer.Notify.Data.event=80 | 479 | Ord.GeoSpatial.EventProducer.Notify.Data.event=80 |
... | @@ -490,8 +490,8 @@ Ord.GeoSpatial.Location.confidence=82 | ... | @@ -490,8 +490,8 @@ Ord.GeoSpatial.Location.confidence=82 |
490 | Ord.GeoSpatial.Location.floor=84 | 490 | Ord.GeoSpatial.Location.floor=84 |
491 | Ord.GeoSpatial.Location.shape=80 | 491 | Ord.GeoSpatial.Location.shape=80 |
492 | Ord.GeoSpatial.Location.veracity=81 | 492 | Ord.GeoSpatial.Location.veracity=81 |
493 | Ord.GeoSpatial.Object.data=70 | ||
494 | Ord.GeoSpatial.Object.description=69 | 493 | Ord.GeoSpatial.Object.description=69 |
494 | Ord.GeoSpatial.Object.miscdata=70 | ||
495 | Ord.GeoSpatial.Object.name=68 | 495 | Ord.GeoSpatial.Object.name=68 |
496 | Ord.GeoSpatial.Object.typeObject=64 | 496 | Ord.GeoSpatial.Object.typeObject=64 |
497 | Ord.GeoSpatial.Object.uriClassifier=67 | 497 | Ord.GeoSpatial.Object.uriClassifier=67 |
... | @@ -609,9 +609,9 @@ Ord.SLAM.Probe.Submit.Input.probes=83 | ... | @@ -609,9 +609,9 @@ Ord.SLAM.Probe.Submit.Input.probes=83 |
609 | Ord.SLAM.Probe.Submit.Input.sourceInfo=82 | 609 | Ord.SLAM.Probe.Submit.Input.sourceInfo=82 |
610 | Ord.SLAM.ProbeRecord.address=69 | 610 | Ord.SLAM.ProbeRecord.address=69 |
611 | Ord.SLAM.ProbeRecord.contact=70 | 611 | Ord.SLAM.ProbeRecord.contact=70 |
612 | Ord.SLAM.ProbeRecord.data=71 | ||
613 | Ord.SLAM.ProbeRecord.description=68 | 612 | Ord.SLAM.ProbeRecord.description=68 |
614 | Ord.SLAM.ProbeRecord.floor=65 | 613 | Ord.SLAM.ProbeRecord.floor=65 |
614 | Ord.SLAM.ProbeRecord.miscdata=71 | ||
615 | Ord.SLAM.ProbeRecord.name=67 | 615 | Ord.SLAM.ProbeRecord.name=67 |
616 | Ord.SLAM.ProbeRecord.observations=66 | 616 | Ord.SLAM.ProbeRecord.observations=66 |
617 | Ord.SLAM.ProbeRecord.state=64 | 617 | Ord.SLAM.ProbeRecord.state=64 |
... | @@ -625,9 +625,9 @@ Ord.SLAM.ProbeSourceInfo.osNameVer=67 | ... | @@ -625,9 +625,9 @@ Ord.SLAM.ProbeSourceInfo.osNameVer=67 |
625 | Ord.SLAM.RFRefPoint.attenuation=81 | 625 | Ord.SLAM.RFRefPoint.attenuation=81 |
626 | Ord.SLAM.RFRefPoint.freq=82 | 626 | Ord.SLAM.RFRefPoint.freq=82 |
627 | Ord.SLAM.RFRefPoint.txpwr=80 | 627 | Ord.SLAM.RFRefPoint.txpwr=80 |
628 | Ord.SLAM.RefPoint.data=71 | ||
629 | Ord.SLAM.RefPoint.floor=72 | 628 | Ord.SLAM.RefPoint.floor=72 |
630 | Ord.SLAM.RefPoint.id=65 | 629 | Ord.SLAM.RefPoint.id=65 |
630 | Ord.SLAM.RefPoint.miscdata=71 | ||
631 | Ord.SLAM.RefPoint.position=66 | 631 | Ord.SLAM.RefPoint.position=66 |
632 | Ord.SLAM.RefPoint.type=64 | 632 | Ord.SLAM.RefPoint.type=64 |
633 | Ord.SLAM.RefPoint.usestatus=68 | 633 | Ord.SLAM.RefPoint.usestatus=68 |
... | @@ -684,6 +684,7 @@ Ord.SLAM.SurveyInfo.dateend=73 | ... | @@ -684,6 +684,7 @@ Ord.SLAM.SurveyInfo.dateend=73 |
684 | Ord.SLAM.SurveyInfo.datestart=72 | 684 | Ord.SLAM.SurveyInfo.datestart=72 |
685 | Ord.SLAM.SurveyInfo.flrmax=65 | 685 | Ord.SLAM.SurveyInfo.flrmax=65 |
686 | Ord.SLAM.SurveyInfo.flrmin=66 | 686 | Ord.SLAM.SurveyInfo.flrmin=66 |
687 | Ord.SLAM.SurveyInfo.miscdata=74 | ||
687 | Ord.SLAM.SurveyInfo.name=64 | 688 | Ord.SLAM.SurveyInfo.name=64 |
688 | Ord.SLAM.SurveyRecord.floor=65 | 689 | Ord.SLAM.SurveyRecord.floor=65 |
689 | Ord.SLAM.SurveyRecord.observations=66 | 690 | Ord.SLAM.SurveyRecord.observations=66 | ... | ... |
-
Please register or sign in to post a comment