diff --git a/docs/fpp-users-guide.html b/docs/fpp-users-guide.html index 719b10de0..7388c5b7a 100644 --- a/docs/fpp-users-guide.html +++ b/docs/fpp-users-guide.html @@ -753,7 +753,7 @@
The goals of FPP are as follows:
@@ -3632,7 +3632,7 @@Note on terminology: As explained above, there is a technical @@ -6086,7 +6086,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 -F +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 @@ -8212,7 +8212,7 @@
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 +F Prime design documentation for the details.
ImpulseTemp
for reporting the temperature of the impulse engine,
and WarpTemp
for reporting the temperature of the warp core.
@@ -12985,13 +12987,13 @@ 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.
Generating implementation templates: @@ -13979,7 +13980,7 @@
TopologyDictionary.json
.
The dictionary is specified in JavaScript Object Notation (JSON) format.
The JSON format is specified in the
-F
+F
Prime design documentation.