OBSW-Client Example #11

Merged
muellerr merged 44 commits from obsw-client-example into main 2022-09-11 16:33:17 +02:00
Showing only changes of commit 8a688294cf - Show all commits

View File

@ -9,6 +9,9 @@
//! //!
//! # Examples //! # 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::sync::{Arc, RwLock};
//! use std::time::Duration; //! use std::time::Duration;