libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
linux_timebase.hpp
1#include <time.h>
2
3#include "timebase.hpp"
4
5extern struct timespec libxr_linux_start_time_spec;
6
7namespace LibXR
8{
13class LinuxTimebase : public Timebase
14{
15 public:
23};
24} // namespace LibXR
Linux 时间基准实现 / Linux timebase implementation.
LinuxTimebase()
构造函数 / Constructor
时间基类,用于提供高精度时间戳。 Timebase class for providing high-precision timestamps.
Definition timebase.hpp:17
LibXR 命名空间
Definition ch32_can.hpp:14