diff --git a/src/ecss.rs b/src/ecss.rs index cb0d48e..6e6aa84 100644 --- a/src/ecss.rs +++ b/src/ecss.rs @@ -7,11 +7,11 @@ use serde::{Deserialize, Serialize}; pub type CrcType = u16; -/// CRC algorithm used by the PUS standard +/// CRC algorithm used by the PUS standard. pub const CRC_CCITT_FALSE: Crc = Crc::::new(&CRC_16_IBM_3740); pub const CCSDS_HEADER_LEN: usize = size_of::(); -/// All PUS versions. Only PUS C is supported by this library +/// All PUS versions. Only PUS C is supported by this library. #[derive(PartialEq, Copy, Clone, Serialize, Deserialize, Debug)] pub enum PusVersion { EsaPus = 0,