opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

Generate ObsEvents instead of DataEvents #164

Closed alexrobin closed 2 years ago

alexrobin commented 3 years ago

Implement ObsEvent object to avoid having to maintain mappings between numerical IDs and UID string in several modules.

ObsEvent class should contain all properties of IObsData (perhaps it should even implement IObsData).

To keep compatibility with older drivers, we can map DataEvents to ObsEvents in the registry handlers.