Configuration docs

This commit is contained in:
Alexey Rybalchenko
2017-08-28 16:04:15 +02:00
committed by Mohammad Al-Turany
parent 4dd08051cc
commit 4c7f119ce8
2 changed files with 102 additions and 2 deletions

View File

@@ -6,11 +6,17 @@ Standard FairRoot is running all the different analysis tasks within one process
1. [Topology](docs/Device.md#11-topology)
2. [Communication Patterns](docs/Device.md#12-communication-patterns)
3. [State Machine](docs/Device.md#13-state-machine)
4. [Multiple devices in the same process](docs/Device.md#15-multiple-devices-in-the-same-process)
2. [Transport Interface](docs/Transport.md#2-transport-interface)
1. [Message](docs/Transport.md#21-message)
1. [Ownership](docs/Transport.md#211-ownership)
2. [Channel](docs/Transport.md#22-channel)
3. [Poller](docs/Transport.md#23-poller)
3. [Development](docs/Development.md#3-development)
3. [Configuration](docs/Configuration.md#1-configuration)
1. [Device Configuration](docs/Configuration.md#31-device-configuration)
2. [Communication Channels Configuration](docs/Configuration.md#32-communication-channels-configuration)
1. [JSON Parser](docs/Configuration.md#321-json-parser)
1. [SuboptParser](docs/Configuration.md#322-suboptparser)
4. [Development](docs/Development.md#3-development)
1. [Testing](docs/Development.md#31-testing)
4. [Examples](docs/Examples.md#4-examples)
5. [Examples](docs/Examples.md#4-examples)