mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
missing more comments (#4463)
This commit is contained in:
parent
081a2f8654
commit
ba95054a24
@ -146,6 +146,7 @@ class RawTime final : public RawTimeInterface {
|
|||||||
//! that value in its config/ folder.
|
//! that value in its config/ folder.
|
||||||
//!
|
//!
|
||||||
//! \param buffer The buffer to serialize the contents into.
|
//! \param buffer The buffer to serialize the contents into.
|
||||||
|
//! \param mode Endianness to use when serializing to buffer.
|
||||||
//! \return Fw::SerializeStatus indicating the result of the serialization.
|
//! \return Fw::SerializeStatus indicating the result of the serialization.
|
||||||
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase& buffer,
|
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase& buffer,
|
||||||
Fw::Endianness mode = Fw::Endianness::BIG) const override;
|
Fw::Endianness mode = Fw::Endianness::BIG) const override;
|
||||||
@ -161,6 +162,7 @@ class RawTime final : public RawTimeInterface {
|
|||||||
//! that value in its config/ folder.
|
//! that value in its config/ folder.
|
||||||
//!
|
//!
|
||||||
//! \param buffer The buffer to deserialize the contents from.
|
//! \param buffer The buffer to deserialize the contents from.
|
||||||
|
//! \param mode Endianness to use when deserializing from the buffer.
|
||||||
//! \return Fw::SerializeStatus indicating the result of the deserialization.
|
//! \return Fw::SerializeStatus indicating the result of the deserialization.
|
||||||
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase& buffer,
|
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase& buffer,
|
||||||
Fw::Endianness mode = Fw::Endianness::BIG) override;
|
Fw::Endianness mode = Fw::Endianness::BIG) override;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user