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 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)
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.