F´ Flight Software - C/C++ Documentation devel
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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.