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