add initial support for request ID in scheduler

This commit is contained in:
2023-02-11 14:03:30 +01:00
parent 33e6a26d22
commit bd016130b8
4 changed files with 256 additions and 90 deletions

View File

@ -104,8 +104,11 @@ pub use stdmod::{
StdVerifSenderError,
};
/// This is a request identifier as specified in 5.4.11.2 c. of the PUS standard
/// This is a request identifier as specified in 5.4.11.2 c. of the PUS standard.
///
/// This field equivalent to the first two bytes of the CCSDS space packet header.
/// This version of the request ID is supplied in the verification reports and does not contain
/// the source ID.
#[derive(Debug, Eq, Copy, Clone)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct RequestId {