RTC Toolkit  0.1.0-alpha
RTC Toolkit

One Paragraph of project description goes here

componentFramework

The component Framework.

reusableComponents

Reusable Components

_examples

Trivial example applications that show how the RTC Toolkit can be used

doc

Documentation

standaloneTools

Supporting tools such as simulators and raw data recorders.

test

System/integration testing. Unit testing is provided on a component level.

Prerequisites

rad - https://gitlab.eso.org/ifw/rad

cd
git clone https://gitlab.eso.org/ifw/rad.git # For SSH use: git@gitlab.eso.org:ifw/rad.git
cd rad
waf configure build test install

etr - https://gitlab.eso.org/ifw/etr

cd
git clone https://gitlab.eso.org/ifw/etr.git # For SSH use: git@gitlab.eso.org:ifw/etr.git
cd etr
waf configure build install

Installing

waf configure build test install

End with an example of getting some data out of the system or using it for a little demo

Running the tests

To run the Unit Tests use the following command

waf test --alltests

To run the Integration Tests use the followind command

cd test/example
etr

Break down into end to end tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system