Introduction

This package contains the database schema for the data-flow system and generates the data access library in Java and c++ when built. In addition it contains some example data files and the UML diagrams of the schema (doc directory).

General changes.

Schema Modifications
df.schema
ros_is_info
Removed DataFiles
df_sw_repository.data.xml and environment.data.xml have been removed. The description of the software is automatically generated from the requirements files of the individual packages in a release.
Segment and Partition Files
All files have been adapted to the new schema and modified behaviour of applications.

Known bugs, problems and limitations

The partition::workindDir parameter in the confDB must point to a local file system because the efd creates the socket connection file (which is a file socket and therefore can exist only in a local file system) in the working directory of the application.