Skip to content

Commit

Permalink
Adding TEX datamodel version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Nov 17, 2023
0 parents commit 36aef71
Show file tree
Hide file tree
Showing 7 changed files with 1,980 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# dds-datamodels-mdpnp


This repository contains the TEX datamodel https://www.omg.org/spec/TEX/

## Repo Organization

### Versioning & Branches

This repository stores the different versions of the TEX 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:

- main: this contains the latest original version
- 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`...
500 changes: 500 additions & 0 deletions datamodel/idl/CategorizationData.idl

Large diffs are not rendered by default.

Loading

0 comments on commit 36aef71

Please sign in to comment.