move util library into ddsrt

As was the plan with the introduction of ddsrt; this includes renaming
the identifiers to match the capitalization style and removes old junk.

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2019-04-16 10:23:32 +02:00 committed by eboasson
parent e965df5db7
commit 6c171a890d
62 changed files with 1702 additions and 1869 deletions

View file

@ -22,10 +22,6 @@ but does offer a neat way to separate features logically.
| | ddsi | RTPS-DDSI specification.
| | |
| |---------|
| | | util is a collection of snippets that do not require
| | util | per-target implementations and may be used by the ddsc
| | | and ddsi targets. util will be merged into ddsrt.
| |---------|
| | ddsrt offers target agnostic implementations of
| ddsrt | functionality required by the ddsc and ddsi targets, but
| | also exports a subset of the dds\_ api directly. e.g.