F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
|
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialization function.
#define PRIVATE
overridable private for unit testing
PRIVATE U32 lower
Private constructor for testing.
U32 diffUSec(const TimerVal &time)
Compute difference function.
SerializeStatus
forward declaration for string
void operator=(const TimerVal &other)
Timer equal operator.
TimerVal()
Default constructor.
virtual ~TimerVal()
Destructor.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialization function.
Serializable class for carrying timer values.
Os::IntervalTimer::RawTime getTimerVal(void) const
Returns the current timer value.
void take(void)
Function to store a timer value.
@ SERIALIZED_SIZE
size of TimerVal private members
Os::IntervalTimer::RawTime m_timerVal
Stored timer value.