ED247 Library
VA2.3.0
Implementation of ED247-A standard
Main Page
Related Pages
Modules
Data Structures
Files
File List
ed247_time.h
1
/* -*- mode: c++; c-basic-offset: 2 -*- */
2
#ifndef ED247_TIME_H
3
#define ED247_TIME_H
4
#include <stdint.h>
5
6
// Note: most time function are defined in ed247.h
7
8
namespace
ed247
{
9
uint64_t get_monotonic_time_us();
10
void
sleep_us(uint32_t duration_us);
11
}
12
13
14
#endif
ed247
Definition:
ed247_channel.cpp:37
src
ed247
ed247_time.h
Generated by
1.8.11