Commit b6e81b2a authored by Tristan Gingold's avatar Tristan Gingold

doc: also use description for gui elements

parent 4a517dc6
Pipeline #4245 failed with stage
in 42 seconds
...@@ -2490,68 +2490,67 @@ the build of WRPC. ...@@ -2490,68 +2490,67 @@ the build of WRPC.
\section{WRPC GUI elements} \section{WRPC GUI elements}
\label{WRPC GUI elements} \label{WRPC GUI elements}
\footnotesize \renewcommand{\descriptionlabel}[1]{\texttt{#1}}
\renewcommand\arraystretch{1.5}
\begin{longtable}{ p{4.5cm} p{10cm} } \begin{description}
\code{TAI Time:} & Current state of device's local clock \\ \item[TAI Time:] Current state of device's local clock
\code{RX:} / \code{TX:} & Rx/Tx packets counters\\ \item[RX, TX:] Rx/Tx packets counters
\code{IPv4:} & IP address; also whether it is statically configured or \item[IPv4:] IP address; also whether it is statically configured or
acquired via BOOTP (and the status of BOOTP) \\ acquired via BOOTP (and the status of BOOTP)
\code{mode:} & Operation mode of the WR PTP Core - \code{<WR Master, \item[mode:] Operation mode of the WR PTP Core - \code{<WR Master,
WR Slave>}\\ WR Slave>}
\code{<Locked, NoLock>} & SoftPLL lock state\\ \item[<Locked, NoLock>:] SoftPLL lock state
\code{<Calibrated, Uncalibrated>} & Status of PHY calibration; not used \item[<Calibrated, Uncalibrated>:] Status of PHY calibration; not used
anymore\\ anymore
\code{PTP status:} & Current state of PTP state machine\\ \item[PTP status:] Current state of PTP state machine
\code{Servo state:} & Current state of WR servo state machine - \item[Servo state:] Current state of WR servo state machine -
\code{<Uninitialized, SYNC\_SEC, SYNC\_NSEC, SYNC\_PHASE, TRACK\_PHASE>}\\ \code{<Uninitialized, SYNC\_SEC, SYNC\_NSEC, SYNC\_PHASE, TRACK\_PHASE>}
\code{Phase tracking:} & Is phase tracking enabled when WR Slave is \item[Phase tracking:] Is phase tracking enabled when WR Slave is
synchronized to WR Master - \code{<ON, OFF>}\\ synchronized to WR Master - \code{<ON, OFF>}
\code{Aux clock <N> status:} & Statuses of AUX clocks; one status line per \item[Aux clock <N> status:] Statuses of AUX clocks; one status line per
available AUX clock; can contain <enabled> and <locked> \\ available AUX clock; can contain <enabled> and <locked>
% \code{Synchronization source:} & network interface name from which WR % \code{Synchronization source:} & network interface name from which WR
% daemon gets synchronization - \code{<wru1>}\\ % daemon gets synchronization - \code{<wru1>}\\
\code{Round-trip time (mu):} & Round-trip delay in picoseconds \item[Round-trip time (mu):] Round-trip delay in picoseconds ($delay_{MM}$)
($delay_{MM}$)($delay_{MM}$)\\
\code{Master-slave delay:} & Estimated one-way (master to slave) link \item[Master-slave delay:] Estimated one-way (master to slave) link
delay ($delay_{MS}$)\\ delay ($delay_{MS}$)
\code{Master PHY delays:} & Transmission/reception delays of WR \item[Master PHY delays:] Transmission/reception delays of WR
Master's hardware ($\Delta_{TXM}, \Delta_{RXM}$)\\ Master's hardware ($\Delta_{TXM}, \Delta_{RXM}$)
\code{Slave PHY delays:} & Transmission/reception delays of WR Slave's \item[Slave PHY delays:] Transmission/reception delays of WR Slave's
hardware ($\Delta_{TXS}, \Delta_{RXS}$)\\ hardware ($\Delta_{TXS}, \Delta_{RXS}$)
\code{Total link asymmetry:} & WR link asymmetry calculated as \item[Total link asymmetry:] WR link asymmetry calculated as
$delay_{MM} - 2 \cdot delay_{MS}$\\ $delay_{MM} - 2 \cdot delay_{MS}$
\code{Cable rtt delay:} & Round-trip fiber latency\\ \item[Cable rtt delay:] Round-trip fiber latency
\code{Clock offset:} & Slave to Master offset calculated by PTP daemon \item[Clock offset:] Slave to Master offset calculated by PTP daemon
($ offset_{MS} $)\\ ($ offset_{MS} $)
\code{Phase setpoint:} & Current Slave's clock phase shift value\\ \item[Phase setpoint:] Current Slave's clock phase shift value
\code{Skew:} & The difference between current and previous estimated \item[Skew:] The difference between current and previous estimated
one-way link delay\\ one-way link delay
\code{Update counter:} & The value of a counter incremented every time \item[Update counter:] The value of a counter incremented every time
the WR servo is updated\\ the WR servo is updated
\end{longtable} \end{description}
\renewcommand\arraystretch{1} \renewcommand\arraystretch{1}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment