From 55c953909445585fa951c1cbedd765f33b2d4ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Bron=C3=A8s?= <romain.brones@synchrotron-soleil.fr> Date: Thu, 8 Aug 2024 16:04:43 +0200 Subject: [PATCH] (doc) Fix image, update --- README.adoc | 6 ++++++ doc/main.adoc | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/README.adoc b/README.adoc index 43efe82..f325781 100644 --- a/README.adoc +++ b/README.adoc @@ -1 +1,7 @@ +// Referencing the true README inside the modules. +// This README on the front page just includes it. + +:imagesdir: doc/images + include::doc/main.adoc[] + diff --git a/doc/main.adoc b/doc/main.adoc index ea4ee14..4c81664 100644 --- a/doc/main.adoc +++ b/doc/main.adoc @@ -74,6 +74,10 @@ It is configured with MAC addresses, Frame length and receive a timestamp when t Coordinate the interconnexion, pass/dump. It detects erroneous situation (too many/few data words). +* *Latching sequence number* +This feature was added to compute alignement of the frame sequence number. +Usefull for a park of two kinds of electronics, which cannot be fa seq aligned. + .Basic overview of CCN packeter image::images/packeter_overview.svg[] -- GitLab