F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
IntervalTimer.cpp
Go to the documentation of this file.
2#include <Fw/Types/Assert.hpp>
3
4namespace Os {
6
8
10 time.lower = 0;
11 time.upper = 0;
12 }
13
14 U32 IntervalTimer::getDiffUsec(const RawTime& t1In, const RawTime& t2In) {
15 return 0;
16 }
17}
static void getRawTime(RawTime &time)
virtual ~IntervalTimer()
Destructor.
IntervalTimer()
Constructor.
Definition File.cpp:6
U32 lower
Lower 32-bits part of time value. Platform dependent.
U32 upper
Upper 32-bits part of time value. Platform dependent.