From 8a688294cf714a4704ede181504702c3a978a7a5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 7 Sep 2022 15:21:44 +0200 Subject: [PATCH] now only an example using a central tm creator is required --- fsrc-core/src/pus/verification.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fsrc-core/src/pus/verification.rs b/fsrc-core/src/pus/verification.rs index 0eb29a6..e3646bb 100644 --- a/fsrc-core/src/pus/verification.rs +++ b/fsrc-core/src/pus/verification.rs @@ -9,6 +9,9 @@ //! //! # Examples //! +//! Basic single-threaded example where a full success sequence for a given ping telecommand is +//! executed. Note that the verification port could also be done in a separate thread. +//! //! ``` //! use std::sync::{Arc, RwLock}; //! use std::time::Duration;