added basic TLV impl

This commit is contained in:
2023-05-18 14:05:51 +02:00
parent d5a3e7c0d4
commit 0c085ef27b
4 changed files with 118 additions and 1 deletions

View File

@ -3,6 +3,7 @@ use num_enum::{IntoPrimitive, TryFromPrimitive};
use serde::{Deserialize, Serialize};
pub mod pdu;
pub mod tlv;
pub const CFDP_VERSION_2_NAME: &str = "CCSDS 727.0-B-5";
pub const CFDP_VERSION_2: u8 = 0b001;