inline attr
This commit is contained in:
@@ -1012,6 +1012,7 @@ impl CcsdsPacketId {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[inline]
|
||||||
pub const fn raw(&self) -> u32 {
|
pub const fn raw(&self) -> u32 {
|
||||||
((self.packet_id.raw() as u32) << 16) | self.psc.raw() as u32
|
((self.packet_id.raw() as u32) << 16) | self.psc.raw() as u32
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user