From fec3c74f8f2e6b790b6d0768b646d6d5d6ba3e8c Mon Sep 17 00:00:00 2001
From: Rob Bocchino 22.4. Translation Tools
diff --git a/docs/fpp-users-guide.html b/docs/fpp-users-guide.html
index e9edf6138..78716e0ba 100644
--- a/docs/fpp-users-guide.html
+++ b/docs/fpp-users-guide.html
@@ -756,7 +756,7 @@ 1. Introduction
SmallSat 2018
provides an overview of F Prime.
For more detailed information about F Prime, see the
-F Prime User Manual.
The goals of FPP are as follows:
@@ -3635,8 +3635,8 @@Note on terminology: As explained above, there is a technical @@ -6089,7 +6089,7 @@
For further information about command registration, receipt, and response, and implementing command handlers, see the -F Prime User Manual.
+F Prime User Manual.For further information about events in F Prime, see the -F Prime User Manual.
+F Prime User Manual.For further information about telemetry in F Prime, see the -F Prime User Manual.
+F Prime User Manual.For further information about parameters in F Prime, see the -F Prime User Manual.
+F Prime User Manual.For further information about time in F Prime, see the -F Prime User Manual.
+F Prime User Manual.For further information about data products in F Prime, see the -data -products documentation in the F Prime repository.
+F +Prime design documentation.For complete information about F Prime command dispatch and handling, see the -F Prime User Manual. +F Prime User Manual. Here we concentrate on how to specify commands in FPP.
For complete information about F Prime event handling, see the -F Prime User Manual. +F Prime User Manual. Here we concentrate on how to specify events in FPP.
For complete information about F Prime telemetry handling, see the -F Prime User Manual. +F Prime User Manual. Here we concentrate on how to specify telemetry channels in FPP.
In an F Prime component, you can specify one or more containers @@ -8215,8 +8215,8 @@
The FPP back end uses this specification to generate code for requesting buffers to hold containers and for serializing records into containers. See the -F -Prime data products documentation for the details.
+F +Prime design documentation for the details.Note the following:
@@ -8456,8 +8456,8 @@Once you generate C++ code for these definitions, you can use it to write a flight software implementation. -The F +The F User Manual explains how to do this.
For more information about the generated code for data products, for state machines, and for state machine instances, see the -F +F Prime design documentation.
TopologyDictionary.json
.
The dictionary is specified in JavaScript Object Notation (JSON) format.
The JSON format is specified in the
-F
-Prime dictionary documentation.
+F
+Prime design documentation.
Here is a common use case:
@@ -14817,7 +14817,7 @@