From 7f5c093fe05c02a804352fa53e6c9327b4a09775 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 28 Jun 2014 20:56:59 +0000 Subject: [PATCH] added some documentation stubs for clients git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@104 8ec27952-4edc-4aab-86aa-e87bb2611832 --- documentation/Clients.md | 1 + documentation/GTPGA.md | 3 --- documentation/Server.md | 3 +++ documentation/clients/GTFPGA.md | 11 +++++++++++ documentation/clients/OPAL.md | 3 +++ 5 files changed, 18 insertions(+), 3 deletions(-) delete mode 100644 documentation/GTPGA.md create mode 100644 documentation/Server.md create mode 100644 documentation/clients/GTFPGA.md create mode 100644 documentation/clients/OPAL.md diff --git a/documentation/Clients.md b/documentation/Clients.md index 380c423c0..10ab64ad4 100644 --- a/documentation/Clients.md +++ b/documentation/Clients.md @@ -1,6 +1,7 @@ # Clients @subpage gtfpga +@subpage opal Every server needs clients which they serve. In case of S2SS these clients are called _nodes_. diff --git a/documentation/GTPGA.md b/documentation/GTPGA.md deleted file mode 100644 index f3452b3d8..000000000 --- a/documentation/GTPGA.md +++ /dev/null @@ -1,3 +0,0 @@ -# GTFPGA {#gtfpga} - -Hallo :-) diff --git a/documentation/Server.md b/documentation/Server.md new file mode 100644 index 000000000..7864a4ea1 --- /dev/null +++ b/documentation/Server.md @@ -0,0 +1,3 @@ +# Server {#server} + +@todo Move documentation from Mainpage to Server. diff --git a/documentation/clients/GTFPGA.md b/documentation/clients/GTFPGA.md new file mode 100644 index 000000000..ae6999080 --- /dev/null +++ b/documentation/clients/GTFPGA.md @@ -0,0 +1,11 @@ +# GTFPGA {#gtfpga} + +The GTFPGA card is an extension card for simulator racks from RTDS. +The manufacturer provides a VHDL module to exchange data via fiber optics between the GTFPGA and GPC cards. + +The GTFPGA card is based on the Xilinx ML507 evaluation board. +This board consists of a Virtex 5 FPGA, Ethernet and Fiberoptic MACs and an integrated PowerPC core. + +The PowerPC core is used to forward values between RTDS and the S2SS server. + +@todo Add documentation for GTFPGA card. diff --git a/documentation/clients/OPAL.md b/documentation/clients/OPAL.md new file mode 100644 index 000000000..c1eae6226 --- /dev/null +++ b/documentation/clients/OPAL.md @@ -0,0 +1,3 @@ +# OPAL-RT {#opal} + +@todo Complete documentation for the OPAL-RT Simulink module.