This commit is contained in:
parent
a5a39730f3
commit
2011586478
@ -7,13 +7,13 @@
|
|||||||
//! all received telecommands are sent to a special handler object called TC source. Using
|
//! all received telecommands are sent to a special handler object called TC source. Using
|
||||||
//! a design like this makes it simpler to add new TC packet sources or new telemetry generators:
|
//! a design like this makes it simpler to add new TC packet sources or new telemetry generators:
|
||||||
//! They only need to send the received and generated data to these objects.
|
//! They only need to send the received and generated data to these objects.
|
||||||
|
#[cfg(feature = "std")]
|
||||||
|
use crate::queue::GenericSendError;
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
use downcast_rs::{impl_downcast, Downcast};
|
use downcast_rs::{impl_downcast, Downcast};
|
||||||
use spacepackets::SpHeader;
|
use spacepackets::SpHeader;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use std::sync::mpsc;
|
use std::sync::mpsc;
|
||||||
#[cfg(feature = "std")]
|
|
||||||
use crate::queue::GenericSendError;
|
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
pub mod tc_helper;
|
pub mod tc_helper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user