5 #ifndef OS_POSIX_RAWTIME_HPP 6 #define OS_POSIX_RAWTIME_HPP 92 #endif // OS_POSIX_RAWTIME_HPP
PosixRawTime()=default
constructor
Status getTimeInterval(const Os::RawTime &other, Fw::TimeInterval &interval) const override
Calculate the time interval between this and another raw time.
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const override
Serialize the contents of the RawTimeInterface object into a buffer.
SerializeStatus
forward declaration for string
~PosixRawTime() override=default
destructor
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer) override
Deserialize the contents of the RawTimeInterface object from a buffer.
Status now() override
Get the current time.
RawTimeHandle * getHandle() override
return the underlying RawTime handle (implementation specific)
Posix implementation of Os::RawTime.