time.h 114 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #ifndef MAVCAN_TIME_H_ #define MAVCAN_TIME_H_ uint64_t getMonotonicTimestampUSec(void); #endif //MAVCAN_TIME_H_