https://github.com/rticommunity/dds-datamodels-oaris
https://github.com/rticommunity/dds-datamodels-oaris
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rticommunity/dds-datamodels-oaris
- Owner: rticommunity
- Created: 2023-07-24T15:52:46.000Z (almost 3 years ago)
- Default Branch: version/2.0-beta2
- Last Pushed: 2025-06-03T11:57:24.000Z (about 1 year ago)
- Last Synced: 2025-11-29T09:21:13.538Z (7 months ago)
- Size: 366 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dds-datamodels-oaris
This repository contains the OMG® OARIS 2.0 beta 2 datamodel
https://www.omg.org/spec/OARIS/2.0/Beta2/About-OARIS
## Repo Organization
### Versioning & Branches
This repository stores different versions of the OMG® OARIS datamodel in
different branches. Additionally, it contains `enhanced` versions of the
original datamodel. This enhanced versions modifies the original datamodel
including the latest IDL features and other potential improvements. The
different changes are explained in their own readme file.
The branches in this repo follow this pattern:
- version/x.y\[-(version_specifier)\]\[-enhanced\]
For example, `version/2.0-beta-enhanced`
The `version_specifier` is added if a non-final version is being used. This
information appears in the datamodel website.
The `-enhanced` indicates that it contains the enhanced version of the specified
datamodel version.
### Folders
This repository contains one folder called `datamodel` that contains the
representation of this datamodel. Internally, that folder contains the different
files that implement the datamodel. It must contain an `idl` folder that
includes the IDL files of the datamodel. Additionally, other folders with the
name of the technology used for the representation of the datamodel may be
present. For example: `xml`, `json`...